Shades of Verdun Green #515F0F
Tints of Verdun Green #515F0F
RGB
CMYK
RGB Variations
Color information
#515F0F (or 0x515F0F) is known color: Verdun Green. HEX triplet: 51, 5F and 0F. RGB value is (81,95,15). Sum of RGB (Red+Green+Blue) = 81+95+15=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 95 (37.5% from 255 or 49.74% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 95 - color contains mainly: green. Hex color #515F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515F0F is #AEA0F0. Grayscale: #525252. Windows color (decimal): -11444465 or 1007441. OLE color: 1007441.
HSL color Cylindrical-coordinate representation of color #515F0F: hue angle of 70.5º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #515F0F is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 95 | 15 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.63 |
| HSL | 70.5º | 0.73% | 0.22% | - |
| HSV(B) | 70.5º | 0.84% | 0.37% | - |
| XYZ | 7.57 | 9.97 | 1.98 | - |
| YUV | 81.69 | 90.36 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 95 | 15 | 0.15 | 0 | 0.84 | 0.63 | 70.5 | 0.73 | 0.22 |
| Hex | 51 | 5F | F | F | 0 | 54 | 3F | 46 | 49 | 16 |
| Octal | 121 | 137 | 17 | 17 | 0 | 124 | 77 | 106 | 111 | 26 |
| Binary | 1010001 | 1011111 | 1111 | 1111 | 0 | 1010100 | 111111 | 1000110 | 1001001 | 10110 |
Color Harmonies of #515F0F
Complementary color
Monochromatic Colors of #515F0F
Black with #515F0F
Text Example
Text Example
White with #515F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515F0F; }
p { color: rgb(81,95,15); }
H1.HeaderClassName
{
color: #515F0F;
}
.AnyTagClassName
{
color: #515F0F;
}
</style>
background-color css
<style>
a { background-color: #515F0F; }
a { background-color: rgb(81,95,15); }
div.DivClassName
{
background-color: #515F0F;
}
.BgClassName
{
background-color: #515F0F;
}
</style>
border-color css
<style>
span { border-color: #515F0F; }
span { border-color: rgb(81,95,15); }
td.TdClassName
{
border-color: #515F0F;
}
.TagClassName
{
border-color: #515F0F;
}
</style>