Shades of Verdun Green #515905
Tints of Verdun Green #515905
RGB
CMYK
RGB Variations
Color information
#515905 (or 0x515905) is known color: Verdun Green. HEX triplet: 51, 59 and 05. RGB value is (81,89,5). Sum of RGB (Red+Green+Blue) = 81+89+5=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #515905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515905 is #AEA6FA. Grayscale: #4D4D4D. Windows color (decimal): -11446011 or 350545. OLE color: 350545.
HSL color Cylindrical-coordinate representation of color #515905: hue angle of 65.71º 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 #515905 is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 89 | 5 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.65 |
| HSL | 65.71º | 0.89% | 0.18% | - |
| HSV(B) | 65.71º | 0.94% | 0.35% | - |
| XYZ | 6.99 | 8.91 | 1.49 | - |
| YUV | 77.03 | 87.35 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 89 | 5 | 0.09 | 0 | 0.94 | 0.65 | 65.71 | 0.89 | 0.18 |
| Hex | 51 | 59 | 5 | 9 | 0 | 5E | 41 | 42 | 59 | 12 |
| Octal | 121 | 131 | 5 | 11 | 0 | 136 | 101 | 102 | 131 | 22 |
| Binary | 1010001 | 1011001 | 101 | 1001 | 0 | 1011110 | 1000001 | 1000010 | 1011001 | 10010 |
Color Harmonies of #515905
Complementary color
Monochromatic Colors of #515905
Black with #515905
Text Example
Text Example
White with #515905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515905; }
p { color: rgb(81,89,5); }
H1.HeaderClassName
{
color: #515905;
}
.AnyTagClassName
{
color: #515905;
}
</style>
background-color css
<style>
a { background-color: #515905; }
a { background-color: rgb(81,89,5); }
div.DivClassName
{
background-color: #515905;
}
.BgClassName
{
background-color: #515905;
}
</style>
border-color css
<style>
span { border-color: #515905; }
span { border-color: rgb(81,89,5); }
td.TdClassName
{
border-color: #515905;
}
.TagClassName
{
border-color: #515905;
}
</style>