#496116

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

Shades of Verdun Green #496116

Tints of Verdun Green #496116

Color information

#496116 (or 0x496116) is unknown color: approx Verdun Green. HEX triplet: 49, 61 and 16. RGB value is (73,97,22). Sum of RGB (Red+Green+Blue) = 73+97+22=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 97 (38.28% from 255 or 50.52% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 97 - color contains mainly: green. Hex color #496116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496116 is #B69EE9. Grayscale: #515151. Windows color (decimal): -11968234 or 1466697. OLE color: 1466697.

HSL color Cylindrical-coordinate representation of color #496116: hue angle of 79.2º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #496116 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB739722-
CMYK0.2500.770.62
HSL79.2º63.03%23.33%-
HSV(B)79.2º77.32%38.04%-
XYZ7.1710.022.32-
YUV81.2794.55122.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.02%
GREEN value IS 97 (38.28% from 255) = 50.52%
BLUE value IS 22 (8.98% from 255) = 11.46%
R=38.02%
G=50.52%
B=11.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397220.2500.770.6279.263.0323.33
Hex4961161904D3E4f3f17
Octal11114126310115761177727
Binary10010011100001101101100101001101111110100111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496116; }

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

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

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

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

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

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

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

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