Shades of Verdun Green #516A00
Tints of Verdun Green #516A00
RGB
CMYK
RGB Variations
Color information
#516A00 (or 0x516A00) is known color: Verdun Green. HEX triplet: 51, 6A and 00. RGB value is (81,106,0). Sum of RGB (Red+Green+Blue) = 81+106+0=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 106 (41.80% from 255 or 56.68% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 106 - color contains mainly: green. Hex color #516A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516A00 is #AE95FF. Grayscale: #565656. Windows color (decimal): -11441664 or 27217. OLE color: 27217.
HSL color Cylindrical-coordinate representation of color #516A00: hue angle of 74.15º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #516A00 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 106 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.58 |
| HSL | 74.15º | 1% | 0.21% | - |
| HSV(B) | 74.15º | 1% | 0.42% | - |
| XYZ | 8.55 | 12.06 | 1.88 | - |
| YUV | 86.44 | 79.22 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 0 | 0.24 | 0 | 1 | 0.58 | 74.15 | 1 | 0.21 |
| Hex | 51 | 6A | 0 | 18 | 0 | 64 | 3A | 4A | 64 | 15 |
| Octal | 121 | 152 | 0 | 30 | 0 | 144 | 72 | 112 | 144 | 25 |
| Binary | 1010001 | 1101010 | 0 | 11000 | 0 | 1100100 | 111010 | 1001010 | 1100100 | 10101 |
Color Harmonies of #516A00
Complementary color
Monochromatic Colors of #516A00
Black with #516A00
Text Example
Text Example
White with #516A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516A00; }
p { color: rgb(81,106,0); }
H1.HeaderClassName
{
color: #516A00;
}
.AnyTagClassName
{
color: #516A00;
}
</style>
background-color css
<style>
a { background-color: #516A00; }
a { background-color: rgb(81,106,0); }
div.DivClassName
{
background-color: #516A00;
}
.BgClassName
{
background-color: #516A00;
}
</style>
border-color css
<style>
span { border-color: #516A00; }
span { border-color: rgb(81,106,0); }
td.TdClassName
{
border-color: #516A00;
}
.TagClassName
{
border-color: #516A00;
}
</style>