#496F08

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

Shades of Verdun Green #496F08

Tints of Verdun Green #496F08

Color information

#496F08 (or 0x496F08) is unknown color: approx Verdun Green. HEX triplet: 49, 6F and 08. RGB value is (73,111,8). Sum of RGB (Red+Green+Blue) = 73+111+8=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 111 (43.75% from 255 or 57.81% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 111 - color contains mainly: green. Hex color #496F08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496F08 is #B690F7. Grayscale: #585858. Windows color (decimal): -11964664 or 552777. OLE color: 552777.

HSL color Cylindrical-coordinate representation of color #496F08: hue angle of 82.14º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #496F08 is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB731118-
CMYK0.3400.930.56
HSL82.14º86.55%23.33%-
HSV(B)82.14º92.79%43.53%-
XYZ8.4812.82.25-
YUV87.982.91117.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.02%
GREEN value IS 111 (43.75% from 255) = 57.81%
BLUE value IS 8 (3.52% from 255) = 4.17%
R=38.02%
G=57.81%
B=4.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7311180.3400.930.5682.1486.5523.33
Hex496F82205D38525717
Octal111157104201357012212727
Binary100100111011111000100010010111011110001010010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496F08; }

 p { color: rgb(73,111,8); }

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

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

 a { background-color: rgb(73,111,8); }

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

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

 span { border-color: rgb(73,111,8); }

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