#474916

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

Shades of Verdun Green #474916

Tints of Verdun Green #474916

Color information

#474916 (or 0x474916) is unknown color: approx Verdun Green. HEX triplet: 47, 49 and 16. RGB value is (71,73,22). Sum of RGB (Red+Green+Blue) = 71+73+22=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 73 - color contains mainly: green. Hex color #474916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474916 is #B8B6E9. Grayscale: #424242. Windows color (decimal): -12105450 or 1460551. OLE color: 1460551.

HSL color Cylindrical-coordinate representation of color #474916: hue angle of 62.35º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #474916 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB717322-
CMYK0.0300.700.71
HSL62.35º53.68%18.63%-
HSV(B)62.35º69.86%28.63%-
XYZ5.136.161.68-
YUV66.59102.84131.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.77%
GREEN value IS 73 (28.91% from 255) = 43.98%
BLUE value IS 22 (8.98% from 255) = 13.25%
R=42.77%
G=43.98%
B=13.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7173220.0300.700.7162.3553.6818.63
Hex4749163046473e3613
Octal1071112630106107766623
Binary10001111001001101101101000110100011111111011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474916; }

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

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

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

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

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

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

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

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