#476117

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

Shades of Verdun Green #476117

Tints of Verdun Green #476117

Color information

#476117 (or 0x476117) is unknown color: approx Verdun Green. HEX triplet: 47, 61 and 17. RGB value is (71,97,23). Sum of RGB (Red+Green+Blue) = 71+97+23=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 23 (9.38% from 255 or 12.04% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #476117 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476117 is #B89EE8. Grayscale: #515151. Windows color (decimal): -12099305 or 1532231. OLE color: 1532231.

HSL color Cylindrical-coordinate representation of color #476117: hue angle of 81.08º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #476117 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB719723-
CMYK0.2700.760.62
HSL81.08º61.67%23.53%-
HSV(B)81.08º76.29%38.04%-
XYZ7.039.952.36-
YUV80.7995.39121.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.17%
GREEN value IS 97 (38.28% from 255) = 50.79%
BLUE value IS 23 (9.38% from 255) = 12.04%
R=37.17%
G=50.79%
B=12.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7197230.2700.760.6281.0861.6723.53
Hex4761171B04C3E513e18
Octal10714127330114761217630
Binary10001111100001101111101101001100111110101000111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476117; }

 p { color: rgb(71,97,23); }

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

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

 a { background-color: rgb(71,97,23); }

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

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

 span { border-color: rgb(71,97,23); }

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