Shades of Verdun Green #516D00
Tints of Verdun Green #516D00
RGB
CMYK
RGB Variations
Color information
#516D00 (or 0x516D00) is known color: Verdun Green. HEX triplet: 51, 6D and 00. RGB value is (81,109,0). Sum of RGB (Red+Green+Blue) = 81+109+0=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 109 (42.97% from 255 or 57.37% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 109 - color contains mainly: green. Hex color #516D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516D00 is #AE92FF. Grayscale: #585858. Windows color (decimal): -11440896 or 27985. OLE color: 27985.
HSL color Cylindrical-coordinate representation of color #516D00: hue angle of 75.41º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #516D00 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 109 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.57 |
| HSL | 75.41º | 1% | 0.21% | - |
| HSV(B) | 75.41º | 1% | 0.43% | - |
| XYZ | 8.86 | 12.69 | 1.98 | - |
| YUV | 88.2 | 78.22 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 0 | 0.26 | 0 | 1 | 0.57 | 75.41 | 1 | 0.21 |
| Hex | 51 | 6D | 0 | 1A | 0 | 64 | 39 | 4B | 64 | 15 |
| Octal | 121 | 155 | 0 | 32 | 0 | 144 | 71 | 113 | 144 | 25 |
| Binary | 1010001 | 1101101 | 0 | 11010 | 0 | 1100100 | 111001 | 1001011 | 1100100 | 10101 |
Color Harmonies of #516D00
Complementary color
Monochromatic Colors of #516D00
Black with #516D00
Text Example
Text Example
White with #516D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516D00; }
p { color: rgb(81,109,0); }
H1.HeaderClassName
{
color: #516D00;
}
.AnyTagClassName
{
color: #516D00;
}
</style>
background-color css
<style>
a { background-color: #516D00; }
a { background-color: rgb(81,109,0); }
div.DivClassName
{
background-color: #516D00;
}
.BgClassName
{
background-color: #516D00;
}
</style>
border-color css
<style>
span { border-color: #516D00; }
span { border-color: rgb(81,109,0); }
td.TdClassName
{
border-color: #516D00;
}
.TagClassName
{
border-color: #516D00;
}
</style>