#475116

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

Shades of Verdun Green #475116

Tints of Verdun Green #475116

Color information

#475116 (or 0x475116) is unknown color: approx Verdun Green. HEX triplet: 47, 51 and 16. RGB value is (71,81,22). Sum of RGB (Red+Green+Blue) = 71+81+22=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 81 (32.03% from 255 or 46.55% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 81 - color contains mainly: green. Hex color #475116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475116 is #B8AEE9. Grayscale: #474747. Windows color (decimal): -12103402 or 1462599. OLE color: 1462599.

HSL color Cylindrical-coordinate representation of color #475116: hue angle of 70.17º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #475116 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB718122-
CMYK0.1200.730.68
HSL70.17º57.28%20.2%-
HSV(B)70.17º72.84%31.76%-
XYZ5.697.281.87-
YUV71.28100.19127.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.80%
GREEN value IS 81 (32.03% from 255) = 46.55%
BLUE value IS 22 (8.98% from 255) = 12.64%
R=40.80%
G=46.55%
B=12.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7181220.1200.730.6870.1757.2820.2
Hex475116C04944463914
Octal107121261401111041067124
Binary10001111010001101101100010010011000100100011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475116; }

 p { color: rgb(71,81,22); }

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

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

 a { background-color: rgb(71,81,22); }

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

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

 span { border-color: rgb(71,81,22); }

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