#476D08

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

Shades of Verdun Green #476D08

Tints of Verdun Green #476D08

Color information

#476D08 (or 0x476D08) is unknown color: approx Verdun Green. HEX triplet: 47, 6D and 08. RGB value is (71,109,8). Sum of RGB (Red+Green+Blue) = 71+109+8=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 109 (42.97% from 255 or 57.98% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 109 - color contains mainly: green. Hex color #476D08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476D08 is #B892F7. Grayscale: #565656. Windows color (decimal): -12096248 or 552263. OLE color: 552263.

HSL color Cylindrical-coordinate representation of color #476D08: hue angle of 82.57º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #476D08 is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.57.

Color convert

RGB711098-
CMYK0.3500.930.57
HSL82.57º86.32%22.94%-
HSV(B)82.57º92.66%42.75%-
XYZ8.1112.292.18-
YUV86.1283.91117.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.77%
GREEN value IS 109 (42.97% from 255) = 57.98%
BLUE value IS 8 (3.52% from 255) = 4.26%
R=37.77%
G=57.98%
B=4.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7110980.3500.930.5782.5786.3222.94
Hex476D82305D39535617
Octal107155104301357112312627
Binary100011111011011000100011010111011110011010011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476D08; }

 p { color: rgb(71,109,8); }

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

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

 a { background-color: rgb(71,109,8); }

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

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

 span { border-color: rgb(71,109,8); }

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