#496219

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

Shades of Verdun Green #496219

Tints of Verdun Green #496219

Color information

#496219 (or 0x496219) is unknown color: approx Verdun Green. HEX triplet: 49, 62 and 19. RGB value is (73,98,25). Sum of RGB (Red+Green+Blue) = 73+98+25=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 98 (38.67% from 255 or 50% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 98 - color contains mainly: green. Hex color #496219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496219 is #B69DE6. Grayscale: #525252. Windows color (decimal): -11967975 or 1663561. OLE color: 1663561.

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

Color convert

RGB739825-
CMYK0.2600.740.62
HSL80.55º59.35%24.12%-
HSV(B)80.55º74.49%38.43%-
XYZ7.2910.222.51-
YUV82.295.72121.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.24%
GREEN value IS 98 (38.67% from 255) = 50%
BLUE value IS 25 (10.16% from 255) = 12.76%
R=37.24%
G=50%
B=12.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7398250.2600.740.6280.5559.3524.12
Hex4962191A04A3E513b18
Octal11114231320112761217330
Binary10010011100010110011101001001010111110101000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496219; }

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

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

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

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

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

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

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

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