Shades of Verdun Green #515F00
Tints of Verdun Green #515F00
RGB
CMYK
RGB Variations
Color information
#515F00 (or 0x515F00) is known color: Verdun Green. HEX triplet: 51, 5F and 00. RGB value is (81,95,0). Sum of RGB (Red+Green+Blue) = 81+95+0=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 95 (37.5% from 255 or 53.98% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 95 - color contains mainly: green. Hex color #515F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515F00 is #AEA0FF. Grayscale: #505050. Windows color (decimal): -11444480 or 24401. OLE color: 24401.
HSL color Cylindrical-coordinate representation of color #515F00: hue angle of 68.84º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #515F00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 95 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.63 |
| HSL | 68.84º | 1% | 0.19% | - |
| HSV(B) | 68.84º | 1% | 0.37% | - |
| XYZ | 7.49 | 9.93 | 1.52 | - |
| YUV | 79.98 | 82.86 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 95 | 0 | 0.15 | 0 | 1 | 0.63 | 68.84 | 1 | 0.19 |
| Hex | 51 | 5F | 0 | F | 0 | 64 | 3F | 45 | 64 | 13 |
| Octal | 121 | 137 | 0 | 17 | 0 | 144 | 77 | 105 | 144 | 23 |
| Binary | 1010001 | 1011111 | 0 | 1111 | 0 | 1100100 | 111111 | 1000101 | 1100100 | 10011 |
Color Harmonies of #515F00
Complementary color
Monochromatic Colors of #515F00
Black with #515F00
Text Example
Text Example
White with #515F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515F00; }
p { color: rgb(81,95,0); }
H1.HeaderClassName
{
color: #515F00;
}
.AnyTagClassName
{
color: #515F00;
}
</style>
background-color css
<style>
a { background-color: #515F00; }
a { background-color: rgb(81,95,0); }
div.DivClassName
{
background-color: #515F00;
}
.BgClassName
{
background-color: #515F00;
}
</style>
border-color css
<style>
span { border-color: #515F00; }
span { border-color: rgb(81,95,0); }
td.TdClassName
{
border-color: #515F00;
}
.TagClassName
{
border-color: #515F00;
}
</style>