#495404

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

Shades of Verdun Green #495404

Tints of Verdun Green #495404

Color information

#495404 (or 0x495404) is unknown color: approx Verdun Green. HEX triplet: 49, 54 and 04. RGB value is (73,84,4). Sum of RGB (Red+Green+Blue) = 73+84+4=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #495404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495404 is #B6ABFB. Grayscale: #474747. Windows color (decimal): -11971580 or 283721. OLE color: 283721.

HSL color Cylindrical-coordinate representation of color #495404: hue angle of 68.25º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #495404 is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB73844-
CMYK0.1300.950.67
HSL68.25º90.91%17.25%-
HSV(B)68.25º95.24%32.94%-
XYZ5.947.771.3-
YUV71.5989.86129-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.34%
GREEN value IS 84 (33.20% from 255) = 52.17%
BLUE value IS 4 (1.95% from 255) = 2.48%
R=45.34%
G=52.17%
B=2.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal738440.1300.950.6768.2590.9117.25
Hex49544D05F43445b11
Octal111124415013710310413321
Binary1001001101010010011010101111110000111000100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495404; }

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

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

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

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

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

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

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

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