Shades of Verdun Green #495805
Tints of Verdun Green #495805
RGB
CMYK
RGB Variations
Color information
#495805 (or 0x495805) is known color: Verdun Green. HEX triplet: 49, 58 and 05. RGB value is (73,88,5). Sum of RGB (Red+Green+Blue) = 73+88+5=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 88 (34.77% from 255 or 53.01% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 88 - color contains mainly: green. Hex color #495805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495805 is #B6A7FA. Grayscale: #4A4A4A. Windows color (decimal): -11970555 or 350281. OLE color: 350281.
HSL color Cylindrical-coordinate representation of color #495805: hue angle of 70.84º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #495805 is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 88 | 5 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.65 |
| HSL | 70.84º | 0.89% | 0.18% | - |
| HSV(B) | 70.84º | 0.94% | 0.35% | - |
| XYZ | 6.26 | 8.41 | 1.44 | - |
| YUV | 74.05 | 89.03 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 5 | 0.17 | 0 | 0.94 | 0.65 | 70.84 | 0.89 | 0.18 |
| Hex | 49 | 58 | 5 | 11 | 0 | 5E | 41 | 47 | 59 | 12 |
| Octal | 111 | 130 | 5 | 21 | 0 | 136 | 101 | 107 | 131 | 22 |
| Binary | 1001001 | 1011000 | 101 | 10001 | 0 | 1011110 | 1000001 | 1000111 | 1011001 | 10010 |
Color Harmonies of #495805
Complementary color
Monochromatic Colors of #495805
Black with #495805
Text Example
Text Example
White with #495805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495805; }
p { color: rgb(73,88,5); }
H1.HeaderClassName
{
color: #495805;
}
.AnyTagClassName
{
color: #495805;
}
</style>
background-color css
<style>
a { background-color: #495805; }
a { background-color: rgb(73,88,5); }
div.DivClassName
{
background-color: #495805;
}
.BgClassName
{
background-color: #495805;
}
</style>
border-color css
<style>
span { border-color: #495805; }
span { border-color: rgb(73,88,5); }
td.TdClassName
{
border-color: #495805;
}
.TagClassName
{
border-color: #495805;
}
</style>