Home >Web Front-end >HTML Tutorial >RGB color table_html/css_WEB-ITnose

RGB color table_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:49:401208browse

Color is used in many places in HTML development, including font color, background color, etc., and color has two ways of expression (word representation and hexadecimal representation).

You can look up the word in the dictionary yourself. It is very simple, but the representation is incomplete, and the hexadecimal representation is more complete. You can look up the table if necessary. Among them, the first two digits of the expression control red (R), The middle two digits represent green (G), and the last two digits represent blue (B).

Attached is the RGB color table, I hope it will be helpful to all developers!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn