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

NAME

Graphics::ColorNames::HTML - HTML color names and equivalent RGB values

SYNOPSIS

  require Graphics::ColorNames::HTML;

  $NameTable = Graphics::ColorNames::HTML->NamesRgbTable();
  $RgbBlack  = $NameTable->{black};

DESCRIPTION

This module defines color names and their associated RGB values from the HTML 4.0 Specification.

SEE ALSO

Graphics::ColorNames, HTML 4.0 Specificiation <http://www.w3.org>

AUTHOR

Robert Rothenberg <rrwo@cpan.org>