Shades of Verdun Green #515915
Tints of Verdun Green #515915
RGB
CMYK
RGB Variations
Color information
#515915 (or 0x515915) is known color: Verdun Green. HEX triplet: 51, 59 and 15. RGB value is (81,89,21). Sum of RGB (Red+Green+Blue) = 81+89+21=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 89 (35.16% from 255 or 46.60% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 89 - color contains mainly: green. Hex color #515915 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515915 is #AEA6EA. Grayscale: #4F4F4F. Windows color (decimal): -11445995 or 1399121. OLE color: 1399121.
HSL color Cylindrical-coordinate representation of color #515915: hue angle of 67.06º 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 #515915 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 89 | 21 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.65 |
| HSL | 67.06º | 0.62% | 0.22% | - |
| HSV(B) | 67.06º | 0.76% | 0.35% | - |
| XYZ | 7.1 | 8.95 | 2.06 | - |
| YUV | 78.86 | 95.35 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 89 | 21 | 0.09 | 0 | 0.76 | 0.65 | 67.06 | 0.62 | 0.22 |
| Hex | 51 | 59 | 15 | 9 | 0 | 4C | 41 | 43 | 3E | 16 |
| Octal | 121 | 131 | 25 | 11 | 0 | 114 | 101 | 103 | 76 | 26 |
| Binary | 1010001 | 1011001 | 10101 | 1001 | 0 | 1001100 | 1000001 | 1000011 | 111110 | 10110 |
Color Harmonies of #515915
Complementary color
Monochromatic Colors of #515915
Black with #515915
Text Example
Text Example
White with #515915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515915; }
p { color: rgb(81,89,21); }
H1.HeaderClassName
{
color: #515915;
}
.AnyTagClassName
{
color: #515915;
}
</style>
background-color css
<style>
a { background-color: #515915; }
a { background-color: rgb(81,89,21); }
div.DivClassName
{
background-color: #515915;
}
.BgClassName
{
background-color: #515915;
}
</style>
border-color css
<style>
span { border-color: #515915; }
span { border-color: rgb(81,89,21); }
td.TdClassName
{
border-color: #515915;
}
.TagClassName
{
border-color: #515915;
}
</style>