Shades of Verdun Green #516B00
Tints of Verdun Green #516B00
RGB
CMYK
RGB Variations
Color information
#516B00 (or 0x516B00) is known color: Verdun Green. HEX triplet: 51, 6B and 00. RGB value is (81,107,0). Sum of RGB (Red+Green+Blue) = 81+107+0=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 107 (42.19% from 255 or 56.91% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 107 - color contains mainly: green. Hex color #516B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516B00 is #AE94FF. Grayscale: #575757. Windows color (decimal): -11441408 or 27473. OLE color: 27473.
HSL color Cylindrical-coordinate representation of color #516B00: hue angle of 74.58º 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 #516B00 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 107 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.58 |
| HSL | 74.58º | 1% | 0.21% | - |
| HSV(B) | 74.58º | 1% | 0.42% | - |
| XYZ | 8.65 | 12.26 | 1.91 | - |
| YUV | 87.03 | 78.89 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 107 | 0 | 0.24 | 0 | 1 | 0.58 | 74.58 | 1 | 0.21 |
| Hex | 51 | 6B | 0 | 18 | 0 | 64 | 3A | 4B | 64 | 15 |
| Octal | 121 | 153 | 0 | 30 | 0 | 144 | 72 | 113 | 144 | 25 |
| Binary | 1010001 | 1101011 | 0 | 11000 | 0 | 1100100 | 111010 | 1001011 | 1100100 | 10101 |
Color Harmonies of #516B00
Complementary color
Monochromatic Colors of #516B00
Black with #516B00
Text Example
Text Example
White with #516B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516B00; }
p { color: rgb(81,107,0); }
H1.HeaderClassName
{
color: #516B00;
}
.AnyTagClassName
{
color: #516B00;
}
</style>
background-color css
<style>
a { background-color: #516B00; }
a { background-color: rgb(81,107,0); }
div.DivClassName
{
background-color: #516B00;
}
.BgClassName
{
background-color: #516B00;
}
</style>
border-color css
<style>
span { border-color: #516B00; }
span { border-color: rgb(81,107,0); }
td.TdClassName
{
border-color: #516B00;
}
.TagClassName
{
border-color: #516B00;
}
</style>