#495406

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

Shades of Verdun Green #495406

Tints of Verdun Green #495406

Color information

#495406 (or 0x495406) is unknown color: approx Verdun Green. HEX triplet: 49, 54 and 06. RGB value is (73,84,6). Sum of RGB (Red+Green+Blue) = 73+84+6=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 84 (33.20% from 255 or 51.53% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 84 - color contains mainly: green. Hex color #495406 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495406 is #B6ABF9. Grayscale: #484848. Windows color (decimal): -11971578 or 414793. OLE color: 414793.

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

Color convert

RGB73846-
CMYK0.1300.930.67
HSL68.46º86.67%17.65%-
HSV(B)68.46º92.86%32.94%-
XYZ5.957.771.36-
YUV71.8290.86128.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.79%
GREEN value IS 84 (33.20% from 255) = 51.53%
BLUE value IS 6 (2.73% from 255) = 3.68%
R=44.79%
G=51.53%
B=3.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal738460.1300.930.6768.4686.6717.65
Hex49546D05D43445712
Octal111124615013510310412722
Binary1001001101010011011010101110110000111000100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495406; }

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

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

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

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

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

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

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

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