Shades of Verdun Green #515901
Tints of Verdun Green #515901
RGB
CMYK
RGB Variations
Color information
#515901 (or 0x515901) is known color: Verdun Green. HEX triplet: 51, 59 and 01. RGB value is (81,89,1). Sum of RGB (Red+Green+Blue) = 81+89+1=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 89 (35.16% from 255 or 52.05% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 89 - color contains mainly: green. Hex color #515901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515901 is #AEA6FE. Grayscale: #4C4C4C. Windows color (decimal): -11446015 or 88401. OLE color: 88401.
HSL color Cylindrical-coordinate representation of color #515901: hue angle of 65.45º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #515901 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 89 | 1 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.65 |
| HSL | 65.45º | 0.98% | 0.18% | - |
| HSV(B) | 65.45º | 0.99% | 0.35% | - |
| XYZ | 6.97 | 8.9 | 1.38 | - |
| YUV | 76.58 | 85.35 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 89 | 1 | 0.09 | 0 | 0.99 | 0.65 | 65.45 | 0.98 | 0.18 |
| Hex | 51 | 59 | 1 | 9 | 0 | 63 | 41 | 41 | 62 | 12 |
| Octal | 121 | 131 | 1 | 11 | 0 | 143 | 101 | 101 | 142 | 22 |
| Binary | 1010001 | 1011001 | 1 | 1001 | 0 | 1100011 | 1000001 | 1000001 | 1100010 | 10010 |
Color Harmonies of #515901
Complementary color
Monochromatic Colors of #515901
Black with #515901
Text Example
Text Example
White with #515901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515901; }
p { color: rgb(81,89,1); }
H1.HeaderClassName
{
color: #515901;
}
.AnyTagClassName
{
color: #515901;
}
</style>
background-color css
<style>
a { background-color: #515901; }
a { background-color: rgb(81,89,1); }
div.DivClassName
{
background-color: #515901;
}
.BgClassName
{
background-color: #515901;
}
</style>
border-color css
<style>
span { border-color: #515901; }
span { border-color: rgb(81,89,1); }
td.TdClassName
{
border-color: #515901;
}
.TagClassName
{
border-color: #515901;
}
</style>