#496318

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

Shades of Verdun Green #496318

Tints of Verdun Green #496318

Color information

#496318 (or 0x496318) is unknown color: approx Verdun Green. HEX triplet: 49, 63 and 18. RGB value is (73,99,24). Sum of RGB (Red+Green+Blue) = 73+99+24=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #496318 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496318 is #B69CE7. Grayscale: #525252. Windows color (decimal): -11967720 or 1598281. OLE color: 1598281.

HSL color Cylindrical-coordinate representation of color #496318: hue angle of 80.8º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #496318 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB739924-
CMYK0.2600.760.61
HSL80.8º60.98%24.12%-
HSV(B)80.8º75.76%38.82%-
XYZ7.3710.412.48-
YUV82.6894.89121.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.24%
GREEN value IS 99 (39.06% from 255) = 50.51%
BLUE value IS 24 (9.77% from 255) = 12.24%
R=37.24%
G=50.51%
B=12.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7399240.2600.760.6180.860.9824.12
Hex4963181A04C3D513d18
Octal11114330320114751217530
Binary10010011100011110001101001001100111101101000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496318; }

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

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

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

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

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

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

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

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