Shades of Verdun Green #515715
Tints of Verdun Green #515715
RGB
CMYK
RGB Variations
Color information
#515715 (or 0x515715) is known color: Verdun Green. HEX triplet: 51, 57 and 15. RGB value is (81,87,21). Sum of RGB (Red+Green+Blue) = 81+87+21=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 87 (34.38% from 255 or 46.03% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 87 - color contains mainly: green. Hex color #515715 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515715 is #AEA8EA. Grayscale: #4D4D4D. Windows color (decimal): -11446507 or 1398609. OLE color: 1398609.
HSL color Cylindrical-coordinate representation of color #515715: hue angle of 65.45º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #515715 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 87 | 21 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.66 |
| HSL | 65.45º | 0.61% | 0.21% | - |
| HSV(B) | 65.45º | 0.76% | 0.34% | - |
| XYZ | 6.94 | 8.62 | 2.01 | - |
| YUV | 77.68 | 96.01 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 87 | 21 | 0.07 | 0 | 0.76 | 0.66 | 65.45 | 0.61 | 0.21 |
| Hex | 51 | 57 | 15 | 7 | 0 | 4C | 42 | 41 | 3D | 15 |
| Octal | 121 | 127 | 25 | 7 | 0 | 114 | 102 | 101 | 75 | 25 |
| Binary | 1010001 | 1010111 | 10101 | 111 | 0 | 1001100 | 1000010 | 1000001 | 111101 | 10101 |
Color Harmonies of #515715
Complementary color
Monochromatic Colors of #515715
Black with #515715
Text Example
Text Example
White with #515715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515715; }
p { color: rgb(81,87,21); }
H1.HeaderClassName
{
color: #515715;
}
.AnyTagClassName
{
color: #515715;
}
</style>
background-color css
<style>
a { background-color: #515715; }
a { background-color: rgb(81,87,21); }
div.DivClassName
{
background-color: #515715;
}
.BgClassName
{
background-color: #515715;
}
</style>
border-color css
<style>
span { border-color: #515715; }
span { border-color: rgb(81,87,21); }
td.TdClassName
{
border-color: #515715;
}
.TagClassName
{
border-color: #515715;
}
</style>