#495607

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

Shades of Verdun Green #495607

Tints of Verdun Green #495607

Color information

#495607 (or 0x495607) is unknown color: approx Verdun Green. HEX triplet: 49, 56 and 07. RGB value is (73,86,7). Sum of RGB (Red+Green+Blue) = 73+86+7=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 86 (33.98% from 255 or 51.81% from 166); Blue value is 7 (3.12% from 255 or 4.22% from 166); Max value from RGB is 86 - color contains mainly: green. Hex color #495607 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495607 is #B6A9F8. Grayscale: #494949. Windows color (decimal): -11971065 or 480841. OLE color: 480841.

HSL color Cylindrical-coordinate representation of color #495607: hue angle of 69.87º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #495607 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.66.

Color convert

RGB73867-
CMYK0.1500.920.66
HSL69.87º84.95%18.24%-
HSV(B)69.87º91.86%33.73%-
XYZ6.118.091.44-
YUV73.1190.69127.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.98%
GREEN value IS 86 (33.98% from 255) = 51.81%
BLUE value IS 7 (3.12% from 255) = 4.22%
R=43.98%
G=51.81%
B=4.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal738670.1500.920.6669.8784.9518.24
Hex49567F05C42465512
Octal111126717013410210612522
Binary1001001101011011111110101110010000101000110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495607; }

 p { color: rgb(73,86,7); }

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

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

 a { background-color: rgb(73,86,7); }

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

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

 span { border-color: rgb(73,86,7); }

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