#496218

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

Shades of Verdun Green #496218

Tints of Verdun Green #496218

Color information

#496218 (or 0x496218) is unknown color: approx Verdun Green. HEX triplet: 49, 62 and 18. RGB value is (73,98,24). Sum of RGB (Red+Green+Blue) = 73+98+24=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 98 (38.67% from 255 or 50.26% from 195); Blue value is 24 (9.77% from 255 or 12.31% from 195); Max value from RGB is 98 - color contains mainly: green. Hex color #496218 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496218 is #B69DE7. Grayscale: #525252. Windows color (decimal): -11967976 or 1598025. OLE color: 1598025.

HSL color Cylindrical-coordinate representation of color #496218: hue angle of 80.27º degrees, saturation: 0.61, 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 #496218 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB739824-
CMYK0.2600.760.62
HSL80.27º60.66%23.92%-
HSV(B)80.27º75.51%38.43%-
XYZ7.2810.222.45-
YUV82.0995.22121.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.44%
GREEN value IS 98 (38.67% from 255) = 50.26%
BLUE value IS 24 (9.77% from 255) = 12.31%
R=37.44%
G=50.26%
B=12.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7398240.2600.760.6280.2760.6623.92
Hex4962181A04C3E503d18
Octal11114230320114761207530
Binary10010011100010110001101001001100111110101000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496218; }

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

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

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

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

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

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

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

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