#475904

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

Shades of Verdun Green #475904

Tints of Verdun Green #475904

Color information

#475904 (or 0x475904) is unknown color: approx Verdun Green. HEX triplet: 47, 59 and 04. RGB value is (71,89,4). Sum of RGB (Red+Green+Blue) = 71+89+4=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 89 (35.16% from 255 or 54.27% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 89 - color contains mainly: green. Hex color #475904 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475904 is #B8A6FB. Grayscale: #4A4A4A. Windows color (decimal): -12101372 or 284999. OLE color: 284999.

HSL color Cylindrical-coordinate representation of color #475904: hue angle of 72.71º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #475904 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB71894-
CMYK0.2000.960.65
HSL72.71º91.4%18.24%-
HSV(B)72.71º95.51%34.9%-
XYZ6.198.491.43-
YUV73.9388.54125.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 43.29%
GREEN value IS 89 (35.16% from 255) = 54.27%
BLUE value IS 4 (1.95% from 255) = 2.44%
R=43.29%
G=54.27%
B=2.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal718940.2000.960.6572.7191.418.24
Hex475941406041495b12
Octal107131424014010111113322
Binary10001111011001100101000110000010000011001001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475904; }

 p { color: rgb(71,89,4); }

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

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

 a { background-color: rgb(71,89,4); }

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

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

 span { border-color: rgb(71,89,4); }

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