#474612

Color #474612 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #474612

Tints of Verdun Green #474612

Color information

#474612 (or 0x474612) is unknown color: approx Verdun Green. HEX triplet: 47, 46 and 12. RGB value is (71,70,18). Sum of RGB (Red+Green+Blue) = 71+70+18=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 71 - color contains mainly: red. Hex color #474612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474612 is #B8B9ED. Grayscale: #404040. Windows color (decimal): -12106222 or 1197639. OLE color: 1197639.

HSL color Cylindrical-coordinate representation of color #474612: hue angle of 58.87º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #474612 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB717018-
CMYK00.010.750.72
HSL58.87º59.55%17.45%-
HSV(B)58.87º74.65%27.84%-
XYZ4.95.761.43-
YUV64.37101.83132.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 44.65%
GREEN value IS 70 (27.73% from 255) = 44.03%
BLUE value IS 18 (7.42% from 255) = 11.32%
R=44.65%
G=44.03%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71701800.010.750.7258.8759.5517.45
Hex474612014B483b3c11
Octal1071062201113110737421
Binary1000111100011010010011001011100100011101111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474612; }

 p { color: rgb(71,70,18); }

 H1.HeaderClassName
 {
   color: #474612;
 }
 .AnyTagClassName
 {
   color: #474612;
 }
</style>
background-color css

<style>
 a { background-color: #474612; }

 a { background-color: rgb(71,70,18); }

 div.DivClassName
 {
   background-color: #474612;
 }
 .BgClassName
 {
   background-color: #474612;
 }
</style>
border-color css

<style>
 span { border-color: #474612; }

 span { border-color: rgb(71,70,18); }

 td.TdClassName
 {
   border-color: #474612;
 }
 .TagClassName
 {
   border-color: #474612;
 }
</style>