#496E08

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

Shades of Verdun Green #496E08

Tints of Verdun Green #496E08

Color information

#496E08 (or 0x496E08) is unknown color: approx Verdun Green. HEX triplet: 49, 6E and 08. RGB value is (73,110,8). Sum of RGB (Red+Green+Blue) = 73+110+8=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 110 (43.36% from 255 or 57.59% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 110 - color contains mainly: green. Hex color #496E08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496E08 is #B691F7. Grayscale: #575757. Windows color (decimal): -11964920 or 552521. OLE color: 552521.

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

Color convert

RGB731108-
CMYK0.3400.930.57
HSL81.76º86.44%23.14%-
HSV(B)81.76º92.73%43.14%-
XYZ8.3712.592.22-
YUV87.3183.24117.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.22%
GREEN value IS 110 (43.36% from 255) = 57.59%
BLUE value IS 8 (3.52% from 255) = 4.19%
R=38.22%
G=57.59%
B=4.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal7311080.3400.930.5781.7686.4423.14
Hex496E82205D39525617
Octal111156104201357112212627
Binary100100111011101000100010010111011110011010010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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