#496516

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

Shades of Verdun Green #496516

Tints of Verdun Green #496516

Color information

#496516 (or 0x496516) is unknown color: approx Verdun Green. HEX triplet: 49, 65 and 16. RGB value is (73,101,22). Sum of RGB (Red+Green+Blue) = 73+101+22=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 101 (39.84% from 255 or 51.53% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 101 - color contains mainly: green. Hex color #496516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496516 is #B69AE9. Grayscale: #535353. Windows color (decimal): -11967210 or 1467721. OLE color: 1467721.

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

Color convert

RGB7310122-
CMYK0.2800.780.60
HSL81.27º64.23%24.12%-
HSV(B)81.27º78.22%39.61%-
XYZ7.5510.782.44-
YUV83.6293.22120.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.24%
GREEN value IS 101 (39.84% from 255) = 51.53%
BLUE value IS 22 (8.98% from 255) = 11.22%
R=37.24%
G=51.53%
B=11.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73101220.2800.780.6081.2764.2324.12
Hex4965161C04E3C514018
Octal111145263401167412110030
Binary100100111001011011011100010011101111001010001100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496516; }

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

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

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

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

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

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

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

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