The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Color::Library::Dictionary::HTML - (HTML) Colors from the HTML 4.0 specification

DESCRIPTION

The HTML-4.0 specification defines 16 color names assigned to the full and half coordinate RGB primaries.

http://www.w3.org/TR/REC-html40/sgml/loosedtd.html#Color

COLORS

        aqua    aqua    #00ffff

        black   black   #000000

        blue    blue    #0000ff

        fuchsia fuchsia #ff00ff

        fuscia  fuscia  #ff00ff

        gray    gray    #808080

        green   green   #008000

        lime    lime    #00ff00

        maroon  maroon  #800000

        navy    navy    #000080

        olive   olive   #808000

        purple  purple  #800080

        red     red     #ff0000

        silver  silver  #c0c0c0

        teal    teal    #008080

        white   white   #ffffff

        yellow  yellow  #ffff00