#496010

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

Shades of Verdun Green #496010

Tints of Verdun Green #496010

Color information

#496010 (or 0x496010) is unknown color: approx Verdun Green. HEX triplet: 49, 60 and 10. RGB value is (73,96,16). Sum of RGB (Red+Green+Blue) = 73+96+16=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #496010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496010 is #B69FEF. Grayscale: #505050. Windows color (decimal): -11968496 or 1073225. OLE color: 1073225.

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

Color convert

RGB739616-
CMYK0.2400.830.62
HSL77.25º71.43%21.96%-
HSV(B)77.25º83.33%37.65%-
XYZ7.029.822.02-
YUV8091.88123-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.46%
GREEN value IS 96 (37.89% from 255) = 51.89%
BLUE value IS 16 (6.64% from 255) = 8.65%
R=39.46%
G=51.89%
B=8.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396160.2400.830.6277.2571.4321.96
Hex496010180533E4d4716
Octal111140203001237611510726
Binary100100111000001000011000010100111111101001101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496010; }

 p { color: rgb(73,96,16); }

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

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

 a { background-color: rgb(73,96,16); }

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

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

 span { border-color: rgb(73,96,16); }

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