#496006

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

Shades of Verdun Green #496006

Tints of Verdun Green #496006

Color information

#496006 (or 0x496006) is unknown color: approx Verdun Green. HEX triplet: 49, 60 and 06. RGB value is (73,96,6). Sum of RGB (Red+Green+Blue) = 73+96+6=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 96 (37.89% from 255 or 54.86% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 96 - color contains mainly: green. Hex color #496006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496006 is #B69FF9. Grayscale: #4F4F4F. Windows color (decimal): -11968506 or 417865. OLE color: 417865.

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

Color convert

RGB73966-
CMYK0.2400.940.62
HSL75.33º88.24%20%-
HSV(B)75.33º93.75%37.65%-
XYZ6.969.81.7-
YUV78.8686.88123.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.71%
GREEN value IS 96 (37.89% from 255) = 54.86%
BLUE value IS 6 (2.73% from 255) = 3.43%
R=41.71%
G=54.86%
B=3.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal739660.2400.940.6275.3388.2420
Hex496061805E3E4b5814
Octal11114063001367611313024
Binary1001001110000011011000010111101111101001011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496006; }

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

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

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

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

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

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

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

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