NAME
Graphics::ColorNames::HTML - HTML color names and equivalent RGB values
VERSION
version v3.0.0
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.
KNOWN ISSUES
In versions prior to 1.1, "fuchsia" was misspelled "fuscia". This mispelling came from un unidentified HTML specification. It also appears to be a common misspelling, so rather than change it, the proper spelling was added.
SEE ALSO
Graphics::ColorNames::SVG, which uses color names based on the SVG specification (which is more recent).
SOURCE
The development version is on github at https://github.com/robrwo/Graphics-ColorNames and may be cloned from git://github.com/robrwo/Graphics-ColorNames.git
AUTHOR
Robert Rothenberg <rrwo@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2001-2018 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)