#475406

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

Shades of Verdun Green #475406

Tints of Verdun Green #475406

Color information

#475406 (or 0x475406) is unknown color: approx Verdun Green. HEX triplet: 47, 54 and 06. RGB value is (71,84,6). Sum of RGB (Red+Green+Blue) = 71+84+6=161 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.10% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #475406 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475406 is #B8ABF9. Grayscale: #474747. Windows color (decimal): -12102650 or 414791. OLE color: 414791.

HSL color Cylindrical-coordinate representation of color #475406: hue angle of 70º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #475406 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB71846-
CMYK0.1500.930.67
HSL70º86.67%17.65%-
HSV(B)70º92.86%32.94%-
XYZ5.87.691.35-
YUV71.2291.19127.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.10%
GREEN value IS 84 (33.20% from 255) = 52.17%
BLUE value IS 6 (2.73% from 255) = 3.73%
R=44.10%
G=52.17%
B=3.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal718460.1500.930.677086.6717.65
Hex47546F05D43465712
Octal107124617013510310612722
Binary1000111101010011011110101110110000111000110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475406; }

 p { color: rgb(71,84,6); }

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

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

 a { background-color: rgb(71,84,6); }

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

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

 span { border-color: rgb(71,84,6); }

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