#496117

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

Shades of Verdun Green #496117

Tints of Verdun Green #496117

Color information

#496117 (or 0x496117) is unknown color: approx Verdun Green. HEX triplet: 49, 61 and 17. RGB value is (73,97,23). Sum of RGB (Red+Green+Blue) = 73+97+23=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 23 (9.38% from 255 or 11.92% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #496117 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496117 is #B69EE8. Grayscale: #515151. Windows color (decimal): -11968233 or 1532233. OLE color: 1532233.

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

Color convert

RGB739723-
CMYK0.2500.760.62
HSL79.46º61.67%23.53%-
HSV(B)79.46º76.29%38.04%-
XYZ7.1810.032.37-
YUV81.3995.05122.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.82%
GREEN value IS 97 (38.28% from 255) = 50.26%
BLUE value IS 23 (9.38% from 255) = 11.92%
R=37.82%
G=50.26%
B=11.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397230.2500.760.6279.4661.6723.53
Hex4961171904C3E4f3e18
Octal11114127310114761177630
Binary10010011100001101111100101001100111110100111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496117; }

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

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

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

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

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

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

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

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