#496011

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

Shades of Verdun Green #496011

Tints of Verdun Green #496011

Color information

#496011 (or 0x496011) is unknown color: approx Verdun Green. HEX triplet: 49, 60 and 11. RGB value is (73,96,17). Sum of RGB (Red+Green+Blue) = 73+96+17=186 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.25% from 186); Green value is 96 (37.89% from 255 or 51.61% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 96 - color contains mainly: green. Hex color #496011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496011 is #B69FEE. Grayscale: #505050. Windows color (decimal): -11968495 or 1138761. OLE color: 1138761.

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

Color convert

RGB739617-
CMYK0.2400.820.62
HSL77.47º69.91%22.16%-
HSV(B)77.47º82.29%37.65%-
XYZ7.039.822.06-
YUV80.1292.38122.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 39.25%
GREEN value IS 96 (37.89% from 255) = 51.61%
BLUE value IS 17 (7.03% from 255) = 9.14%
R=39.25%
G=51.61%
B=9.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396170.2400.820.6277.4769.9122.16
Hex496011180523E4d4616
Octal111140213001227611510626
Binary100100111000001000111000010100101111101001101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496011; }

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

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

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

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

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

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

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

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