#494E16

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

Shades of Verdun Green #494E16

Tints of Verdun Green #494E16

Color information

#494E16 (or 0x494E16) is unknown color: approx Verdun Green. HEX triplet: 49, 4E and 16. RGB value is (73,78,22). Sum of RGB (Red+Green+Blue) = 73+78+22=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 78 - color contains mainly: green. Hex color #494E16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #494E16 is #B6B1E9. Grayscale: #464646. Windows color (decimal): -11973098 or 1461833. OLE color: 1461833.

HSL color Cylindrical-coordinate representation of color #494E16: hue angle of 65.36º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #494E16 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB737822-
CMYK0.0600.720.69
HSL65.36º56%19.61%-
HSV(B)65.36º71.79%30.59%-
XYZ5.626.921.8-
YUV70.12100.84130.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 42.20%
GREEN value IS 78 (30.86% from 255) = 45.09%
BLUE value IS 22 (8.98% from 255) = 12.72%
R=42.20%
G=45.09%
B=12.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7378220.0600.720.6965.365619.61
Hex494E16604845413814
Octal11111626601101051017024
Binary1001001100111010110110010010001000101100000111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494E16; }

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

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

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

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

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

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

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

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