Shades of Verdun Green #515712
Tints of Verdun Green #515712
RGB
CMYK
RGB Variations
Color information
#515712 (or 0x515712) is known color: Verdun Green. HEX triplet: 51, 57 and 12. RGB value is (81,87,18). Sum of RGB (Red+Green+Blue) = 81+87+18=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 87 (34.38% from 255 or 46.77% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 87 - color contains mainly: green. Hex color #515712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515712 is #AEA8ED. Grayscale: #4D4D4D. Windows color (decimal): -11446510 or 1202001. OLE color: 1202001.
HSL color Cylindrical-coordinate representation of color #515712: hue angle of 65.22º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #515712 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 87 | 18 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.66 |
| HSL | 65.22º | 0.66% | 0.21% | - |
| HSV(B) | 65.22º | 0.79% | 0.34% | - |
| XYZ | 6.91 | 8.61 | 1.87 | - |
| YUV | 77.34 | 94.51 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 87 | 18 | 0.07 | 0 | 0.79 | 0.66 | 65.22 | 0.66 | 0.21 |
| Hex | 51 | 57 | 12 | 7 | 0 | 4F | 42 | 41 | 42 | 15 |
| Octal | 121 | 127 | 22 | 7 | 0 | 117 | 102 | 101 | 102 | 25 |
| Binary | 1010001 | 1010111 | 10010 | 111 | 0 | 1001111 | 1000010 | 1000001 | 1000010 | 10101 |
Color Harmonies of #515712
Complementary color
Monochromatic Colors of #515712
Black with #515712
Text Example
Text Example
White with #515712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515712; }
p { color: rgb(81,87,18); }
H1.HeaderClassName
{
color: #515712;
}
.AnyTagClassName
{
color: #515712;
}
</style>
background-color css
<style>
a { background-color: #515712; }
a { background-color: rgb(81,87,18); }
div.DivClassName
{
background-color: #515712;
}
.BgClassName
{
background-color: #515712;
}
</style>
border-color css
<style>
span { border-color: #515712; }
span { border-color: rgb(81,87,18); }
td.TdClassName
{
border-color: #515712;
}
.TagClassName
{
border-color: #515712;
}
</style>