#496005

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

Shades of Verdun Green #496005

Tints of Verdun Green #496005

Color information

#496005 (or 0x496005) is unknown color: approx Verdun Green. HEX triplet: 49, 60 and 05. RGB value is (73,96,5). Sum of RGB (Red+Green+Blue) = 73+96+5=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #496005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496005 is #B69FFA. Grayscale: #4F4F4F. Windows color (decimal): -11968507 or 352329. OLE color: 352329.

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

Color convert

RGB73965-
CMYK0.2400.950.62
HSL75.16º90.1%19.8%-
HSV(B)75.16º94.79%37.65%-
XYZ6.969.791.67-
YUV78.7586.38123.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.95%
GREEN value IS 96 (37.89% from 255) = 55.17%
BLUE value IS 5 (2.34% from 255) = 2.87%
R=41.95%
G=55.17%
B=2.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal739650.2400.950.6275.1690.119.8
Hex496051805F3E4b5a14
Octal11114053001377611313224
Binary1001001110000010111000010111111111101001011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496005; }

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

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

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

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

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

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

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

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