Shades of Verdun Green #495511
Tints of Verdun Green #495511
RGB
CMYK
RGB Variations
Color information
#495511 (or 0x495511) is known color: Verdun Green. HEX triplet: 49, 55 and 11. RGB value is (73,85,17). Sum of RGB (Red+Green+Blue) = 73+85+17=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #495511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495511 is #B6AAEE. Grayscale: #494949. Windows color (decimal): -11971311 or 1135945. OLE color: 1135945.
HSL color Cylindrical-coordinate representation of color #495511: hue angle of 70.59º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #495511 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 17 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.67 |
| HSL | 70.59º | 0.67% | 0.2% | - |
| HSV(B) | 70.59º | 0.8% | 0.33% | - |
| XYZ | 6.1 | 7.95 | 1.74 | - |
| YUV | 73.66 | 96.02 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 17 | 0.14 | 0 | 0.80 | 0.67 | 70.59 | 0.67 | 0.2 |
| Hex | 49 | 55 | 11 | E | 0 | 50 | 43 | 47 | 43 | 14 |
| Octal | 111 | 125 | 21 | 16 | 0 | 120 | 103 | 107 | 103 | 24 |
| Binary | 1001001 | 1010101 | 10001 | 1110 | 0 | 1010000 | 1000011 | 1000111 | 1000011 | 10100 |
Color Harmonies of #495511
Complementary color
Monochromatic Colors of #495511
Black with #495511
Text Example
Text Example
White with #495511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495511; }
p { color: rgb(73,85,17); }
H1.HeaderClassName
{
color: #495511;
}
.AnyTagClassName
{
color: #495511;
}
</style>
background-color css
<style>
a { background-color: #495511; }
a { background-color: rgb(73,85,17); }
div.DivClassName
{
background-color: #495511;
}
.BgClassName
{
background-color: #495511;
}
</style>
border-color css
<style>
span { border-color: #495511; }
span { border-color: rgb(73,85,17); }
td.TdClassName
{
border-color: #495511;
}
.TagClassName
{
border-color: #495511;
}
</style>