#477006

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

Shades of Verdun Green #477006

Tints of Verdun Green #477006

Color information

#477006 (or 0x477006) is unknown color: approx Verdun Green. HEX triplet: 47, 70 and 06. RGB value is (71,112,6). Sum of RGB (Red+Green+Blue) = 71+112+6=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 112 (44.14% from 255 or 59.26% from 189); Blue value is 6 (2.73% from 255 or 3.17% from 189); Max value from RGB is 112 - color contains mainly: green. Hex color #477006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477006 is #B88FF9. Grayscale: #585858. Windows color (decimal): -12095482 or 421959. OLE color: 421959.

HSL color Cylindrical-coordinate representation of color #477006: hue angle of 83.21º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #477006 is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB711126-
CMYK0.3700.950.56
HSL83.21º89.83%23.14%-
HSV(B)83.21º94.64%43.92%-
XYZ8.4312.942.23-
YUV87.6681.92116.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.57%
GREEN value IS 112 (44.14% from 255) = 59.26%
BLUE value IS 6 (2.73% from 255) = 3.17%
R=37.57%
G=59.26%
B=3.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7111260.3700.950.5683.2189.8323.14
Hex477062505F38535a17
Octal10716064501377012313227
Binary10001111110000110100101010111111110001010011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477006; }

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

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

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

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

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

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

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

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