Shades of Verdun Green #495915
Tints of Verdun Green #495915
RGB
CMYK
RGB Variations
Color information
#495915 (or 0x495915) is known color: Verdun Green. HEX triplet: 49, 59 and 15. RGB value is (73,89,21). Sum of RGB (Red+Green+Blue) = 73+89+21=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 89 - color contains mainly: green. Hex color #495915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495915 is #B6A6EA. Grayscale: #4C4C4C. Windows color (decimal): -11970283 or 1399113. OLE color: 1399113.
HSL color Cylindrical-coordinate representation of color #495915: hue angle of 74.12º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #495915 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 89 | 21 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.65 |
| HSL | 74.12º | 0.62% | 0.22% | - |
| HSV(B) | 74.12º | 0.76% | 0.35% | - |
| XYZ | 6.46 | 8.62 | 2.03 | - |
| YUV | 76.46 | 96.7 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 21 | 0.18 | 0 | 0.76 | 0.65 | 74.12 | 0.62 | 0.22 |
| Hex | 49 | 59 | 15 | 12 | 0 | 4C | 41 | 4A | 3E | 16 |
| Octal | 111 | 131 | 25 | 22 | 0 | 114 | 101 | 112 | 76 | 26 |
| Binary | 1001001 | 1011001 | 10101 | 10010 | 0 | 1001100 | 1000001 | 1001010 | 111110 | 10110 |
Color Harmonies of #495915
Complementary color
Monochromatic Colors of #495915
Black with #495915
Text Example
Text Example
White with #495915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495915; }
p { color: rgb(73,89,21); }
H1.HeaderClassName
{
color: #495915;
}
.AnyTagClassName
{
color: #495915;
}
</style>
background-color css
<style>
a { background-color: #495915; }
a { background-color: rgb(73,89,21); }
div.DivClassName
{
background-color: #495915;
}
.BgClassName
{
background-color: #495915;
}
</style>
border-color css
<style>
span { border-color: #495915; }
span { border-color: rgb(73,89,21); }
td.TdClassName
{
border-color: #495915;
}
.TagClassName
{
border-color: #495915;
}
</style>