#496904

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

Shades of Verdun Green #496904

Tints of Verdun Green #496904

Color information

#496904 (or 0x496904) is unknown color: approx Verdun Green. HEX triplet: 49, 69 and 04. RGB value is (73,105,4). Sum of RGB (Red+Green+Blue) = 73+105+4=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 105 (41.41% from 255 or 57.69% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 105 - color contains mainly: green. Hex color #496904 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496904 is #B696FB. Grayscale: #545454. Windows color (decimal): -11966204 or 289097. OLE color: 289097.

HSL color Cylindrical-coordinate representation of color #496904: hue angle of 79.01º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #496904 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB731054-
CMYK0.3000.960.59
HSL79.01º92.66%21.37%-
HSV(B)79.01º96.19%41.18%-
XYZ7.8211.531.93-
YUV83.9282.9120.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.11%
GREEN value IS 105 (41.41% from 255) = 57.69%
BLUE value IS 4 (1.95% from 255) = 2.20%
R=40.11%
G=57.69%
B=2.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7310540.3000.960.5979.0192.6621.37
Hex496941E0603B4f5d15
Octal11115143601407311713525
Binary1001001110100110011110011000001110111001111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496904; }

 p { color: rgb(73,105,4); }

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

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

 a { background-color: rgb(73,105,4); }

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

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

 span { border-color: rgb(73,105,4); }

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