#496018

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

Shades of Verdun Green #496018

Tints of Verdun Green #496018

Color information

#496018 (or 0x496018) is unknown color: approx Verdun Green. HEX triplet: 49, 60 and 18. RGB value is (73,96,24). Sum of RGB (Red+Green+Blue) = 73+96+24=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #496018 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496018 is #B69FE7. Grayscale: #515151. Windows color (decimal): -11968488 or 1597513. OLE color: 1597513.

HSL color Cylindrical-coordinate representation of color #496018: hue angle of 79.17º 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 #496018 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB739624-
CMYK0.2400.750.62
HSL79.17º60%23.53%-
HSV(B)79.17º75%37.65%-
XYZ7.19.852.39-
YUV80.9295.88122.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.82%
GREEN value IS 96 (37.89% from 255) = 49.74%
BLUE value IS 24 (9.77% from 255) = 12.44%
R=37.82%
G=49.74%
B=12.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7396240.2400.750.6279.176023.53
Hex4960181804B3E4f3c18
Octal11114030300113761177430
Binary10010011100000110001100001001011111110100111111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496018; }

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

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

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

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

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

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

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

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