#495617

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

Shades of Verdun Green #495617

Tints of Verdun Green #495617

Color information

#495617 (or 0x495617) is unknown color: approx Verdun Green. HEX triplet: 49, 56 and 17. RGB value is (73,86,23). Sum of RGB (Red+Green+Blue) = 73+86+23=182 (24% of max value = 765). Red value is 73 (28.91% from 255 or 40.11% from 182); Green value is 86 (33.98% from 255 or 47.25% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 86 - color contains mainly: green. Hex color #495617 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495617 is #B6A9E8. Grayscale: #4B4B4B. Windows color (decimal): -11971049 or 1529417. OLE color: 1529417.

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

Color convert

RGB738623-
CMYK0.1500.730.66
HSL72.38º57.8%21.37%-
HSV(B)72.38º73.26%33.73%-
XYZ6.238.132.05-
YUV74.9398.69126.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.11%
GREEN value IS 86 (33.98% from 255) = 47.25%
BLUE value IS 23 (9.38% from 255) = 12.64%
R=40.11%
G=47.25%
B=12.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7386230.1500.730.6672.3857.821.37
Hex495617F04942483a15
Octal111126271701111021107225
Binary10010011010110101111111010010011000010100100011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495617; }

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

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

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

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

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

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

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

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