#495616

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

Shades of Verdun Green #495616

Tints of Verdun Green #495616

Color information

#495616 (or 0x495616) is unknown color: approx Verdun Green. HEX triplet: 49, 56 and 16. RGB value is (73,86,22). Sum of RGB (Red+Green+Blue) = 73+86+22=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 86 (33.98% from 255 or 47.51% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 86 - color contains mainly: green. Hex color #495616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495616 is #B6A9E9. Grayscale: #4B4B4B. Windows color (decimal): -11971050 or 1463881. OLE color: 1463881.

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

Color convert

RGB738622-
CMYK0.1500.740.66
HSL72.19º59.26%21.18%-
HSV(B)72.19º74.42%33.73%-
XYZ6.228.132-
YUV74.8298.19126.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.33%
GREEN value IS 86 (33.98% from 255) = 47.51%
BLUE value IS 22 (8.98% from 255) = 12.15%
R=40.33%
G=47.51%
B=12.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7386220.1500.740.6672.1959.2621.18
Hex495616F04A42483b15
Octal111126261701121021107325
Binary10010011010110101101111010010101000010100100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495616; }

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

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

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

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

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

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

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

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