#496204

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

Shades of Verdun Green #496204

Tints of Verdun Green #496204

Color information

#496204 (or 0x496204) is unknown color: approx Verdun Green. HEX triplet: 49, 62 and 04. RGB value is (73,98,4). Sum of RGB (Red+Green+Blue) = 73+98+4=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 98 (38.67% from 255 or 56% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 98 - color contains mainly: green. Hex color #496204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496204 is #B69DFB. Grayscale: #505050. Windows color (decimal): -11967996 or 287305. OLE color: 287305.

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

Color convert

RGB73984-
CMYK0.2600.960.62
HSL75.96º92.16%20%-
HSV(B)75.96º95.92%38.43%-
XYZ7.1410.161.7-
YUV79.8185.22123.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.71%
GREEN value IS 98 (38.67% from 255) = 56%
BLUE value IS 4 (1.95% from 255) = 2.29%
R=41.71%
G=56%
B=2.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal739840.2600.960.6275.9692.1620
Hex496241A0603E4c5c14
Octal11114243201407611413424
Binary1001001110001010011010011000001111101001100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496204; }

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

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

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

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

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

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

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

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