Shades of Verdun Green #516D01
Tints of Verdun Green #516D01
RGB
CMYK
RGB Variations
Color information
#516D01 (or 0x516D01) is known color: Verdun Green. HEX triplet: 51, 6D and 01. RGB value is (81,109,1). Sum of RGB (Red+Green+Blue) = 81+109+1=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 109 (42.97% from 255 or 57.07% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 109 - color contains mainly: green. Hex color #516D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516D01 is #AE92FE. Grayscale: #585858. Windows color (decimal): -11440895 or 93521. OLE color: 93521.
HSL color Cylindrical-coordinate representation of color #516D01: hue angle of 75.56º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #516D01 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 109 | 1 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.57 |
| HSL | 75.56º | 0.98% | 0.22% | - |
| HSV(B) | 75.56º | 0.99% | 0.43% | - |
| XYZ | 8.87 | 12.69 | 2.01 | - |
| YUV | 88.32 | 78.72 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 1 | 0.26 | 0 | 0.99 | 0.57 | 75.56 | 0.98 | 0.22 |
| Hex | 51 | 6D | 1 | 1A | 0 | 63 | 39 | 4C | 62 | 16 |
| Octal | 121 | 155 | 1 | 32 | 0 | 143 | 71 | 114 | 142 | 26 |
| Binary | 1010001 | 1101101 | 1 | 11010 | 0 | 1100011 | 111001 | 1001100 | 1100010 | 10110 |
Color Harmonies of #516D01
Complementary color
Monochromatic Colors of #516D01
Black with #516D01
Text Example
Text Example
White with #516D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516D01; }
p { color: rgb(81,109,1); }
H1.HeaderClassName
{
color: #516D01;
}
.AnyTagClassName
{
color: #516D01;
}
</style>
background-color css
<style>
a { background-color: #516D01; }
a { background-color: rgb(81,109,1); }
div.DivClassName
{
background-color: #516D01;
}
.BgClassName
{
background-color: #516D01;
}
</style>
border-color css
<style>
span { border-color: #516D01; }
span { border-color: rgb(81,109,1); }
td.TdClassName
{
border-color: #516D01;
}
.TagClassName
{
border-color: #516D01;
}
</style>