Shades of Verdun Green #516C00
Tints of Verdun Green #516C00
RGB
CMYK
RGB Variations
Color information
#516C00 (or 0x516C00) is known color: Verdun Green. HEX triplet: 51, 6C and 00. RGB value is (81,108,0). Sum of RGB (Red+Green+Blue) = 81+108+0=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 108 (42.58% from 255 or 57.14% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 108 - color contains mainly: green. Hex color #516C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516C00 is #AE93FF. Grayscale: #585858. Windows color (decimal): -11441152 or 27729. OLE color: 27729.
HSL color Cylindrical-coordinate representation of color #516C00: hue angle of 75º 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 #516C00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 108 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.58 |
| HSL | 75º | 1% | 0.21% | - |
| HSV(B) | 75º | 1% | 0.42% | - |
| XYZ | 8.76 | 12.47 | 1.95 | - |
| YUV | 87.62 | 78.55 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 108 | 0 | 0.25 | 0 | 1 | 0.58 | 75 | 1 | 0.21 |
| Hex | 51 | 6C | 0 | 19 | 0 | 64 | 3A | 4B | 64 | 15 |
| Octal | 121 | 154 | 0 | 31 | 0 | 144 | 72 | 113 | 144 | 25 |
| Binary | 1010001 | 1101100 | 0 | 11001 | 0 | 1100100 | 111010 | 1001011 | 1100100 | 10101 |
Color Harmonies of #516C00
Complementary color
Monochromatic Colors of #516C00
Black with #516C00
Text Example
Text Example
White with #516C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516C00; }
p { color: rgb(81,108,0); }
H1.HeaderClassName
{
color: #516C00;
}
.AnyTagClassName
{
color: #516C00;
}
</style>
background-color css
<style>
a { background-color: #516C00; }
a { background-color: rgb(81,108,0); }
div.DivClassName
{
background-color: #516C00;
}
.BgClassName
{
background-color: #516C00;
}
</style>
border-color css
<style>
span { border-color: #516C00; }
span { border-color: rgb(81,108,0); }
td.TdClassName
{
border-color: #516C00;
}
.TagClassName
{
border-color: #516C00;
}
</style>