RGB color table_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:49:40
Original
1174 people have browsed it

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template