#475006

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

Shades of Verdun Green #475006

Tints of Verdun Green #475006

Color information

#475006 (or 0x475006) is unknown color: approx Verdun Green. HEX triplet: 47, 50 and 06. RGB value is (71,80,6). Sum of RGB (Red+Green+Blue) = 71+80+6=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #475006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475006 is #B8AFF9. Grayscale: #454545. Windows color (decimal): -12103674 or 413767. OLE color: 413767.

HSL color Cylindrical-coordinate representation of color #475006: hue angle of 67.3º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #475006 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB71806-
CMYK0.1100.920.69
HSL67.3º86.05%16.86%-
HSV(B)67.3º92.5%31.37%-
XYZ5.57.091.25-
YUV68.8792.52129.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 45.22%
GREEN value IS 80 (31.64% from 255) = 50.96%
BLUE value IS 6 (2.73% from 255) = 3.82%
R=45.22%
G=50.96%
B=3.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal718060.1100.920.6967.386.0516.86
Hex47506B05C45435611
Octal107120613013410510312621
Binary1000111101000011010110101110010001011000011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475006; }

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

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

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

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

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

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

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

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