#496216

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

Shades of Verdun Green #496216

Tints of Verdun Green #496216

Color information

#496216 (or 0x496216) is unknown color: approx Verdun Green. HEX triplet: 49, 62 and 16. RGB value is (73,98,22). Sum of RGB (Red+Green+Blue) = 73+98+22=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 98 (38.67% from 255 or 50.78% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 98 - color contains mainly: green. Hex color #496216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496216 is #B69DE9. Grayscale: #525252. Windows color (decimal): -11967978 or 1466953. OLE color: 1466953.

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

Color convert

RGB739822-
CMYK0.2600.780.62
HSL79.74º63.33%23.53%-
HSV(B)79.74º77.55%38.43%-
XYZ7.2610.212.35-
YUV81.8694.22121.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.82%
GREEN value IS 98 (38.67% from 255) = 50.78%
BLUE value IS 22 (8.98% from 255) = 11.40%
R=37.82%
G=50.78%
B=11.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7398220.2600.780.6279.7463.3323.53
Hex4962161A04E3E503f18
Octal11114226320116761207730
Binary10010011100010101101101001001110111110101000011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496216; }

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

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

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

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

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

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

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

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