#496804

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

Shades of Verdun Green #496804

Tints of Verdun Green #496804

Color information

#496804 (or 0x496804) is unknown color: approx Verdun Green. HEX triplet: 49, 68 and 04. RGB value is (73,104,4). Sum of RGB (Red+Green+Blue) = 73+104+4=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 104 (41.02% from 255 or 57.46% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 104 - color contains mainly: green. Hex color #496804 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496804 is #B697FB. Grayscale: #535353. Windows color (decimal): -11966460 or 288841. OLE color: 288841.

HSL color Cylindrical-coordinate representation of color #496804: hue angle of 78.6º 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 #496804 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB731044-
CMYK0.3000.960.59
HSL78.6º92.59%21.18%-
HSV(B)78.6º96.15%40.78%-
XYZ7.7211.331.89-
YUV83.3383.23120.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.33%
GREEN value IS 104 (41.02% from 255) = 57.46%
BLUE value IS 4 (1.95% from 255) = 2.21%
R=40.33%
G=57.46%
B=2.21%

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
Decimal7310440.3000.960.5978.692.5921.18
Hex496841E0603B4f5d15
Octal11115043601407311713525
Binary1001001110100010011110011000001110111001111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496804; }

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

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

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

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

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

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

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

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