#496118

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

Shades of Verdun Green #496118

Tints of Verdun Green #496118

Color information

#496118 (or 0x496118) is unknown color: approx Verdun Green. HEX triplet: 49, 61 and 18. RGB value is (73,97,24). Sum of RGB (Red+Green+Blue) = 73+97+24=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 97 (38.28% from 255 or 50% from 194); Blue value is 24 (9.77% from 255 or 12.37% from 194); Max value from RGB is 97 - color contains mainly: green. Hex color #496118 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496118 is #B69EE7. Grayscale: #515151. Windows color (decimal): -11968232 or 1597769. OLE color: 1597769.

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

Color convert

RGB739724-
CMYK0.2500.750.62
HSL79.73º60.33%23.73%-
HSV(B)79.73º75.26%38.04%-
XYZ7.1910.032.42-
YUV81.595.55121.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.63%
GREEN value IS 97 (38.28% from 255) = 50%
BLUE value IS 24 (9.77% from 255) = 12.37%
R=37.63%
G=50%
B=12.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7397240.2500.750.6279.7360.3323.73
Hex4961181904B3E503c18
Octal11114130310113761207430
Binary10010011100001110001100101001011111110101000011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496118; }

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

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

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

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

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

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

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

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