#496517

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

Shades of Verdun Green #496517

Tints of Verdun Green #496517

Color information

#496517 (or 0x496517) is unknown color: approx Verdun Green. HEX triplet: 49, 65 and 17. RGB value is (73,101,23). Sum of RGB (Red+Green+Blue) = 73+101+23=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 101 (39.84% from 255 or 51.27% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 101 - color contains mainly: green. Hex color #496517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496517 is #B69AE8. Grayscale: #545454. Windows color (decimal): -11967209 or 1533257. OLE color: 1533257.

HSL color Cylindrical-coordinate representation of color #496517: hue angle of 81.54º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #496517 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB7310123-
CMYK0.2800.770.60
HSL81.54º62.9%24.31%-
HSV(B)81.54º77.23%39.61%-
XYZ7.5610.792.49-
YUV83.7493.72120.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.06%
GREEN value IS 101 (39.84% from 255) = 51.27%
BLUE value IS 23 (9.38% from 255) = 11.68%
R=37.06%
G=51.27%
B=11.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73101230.2800.770.6081.5462.924.31
Hex4965171C04D3C523f18
Octal11114527340115741227730
Binary10010011100101101111110001001101111100101001011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496517; }

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

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

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

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

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

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

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

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