Shades of Verdun Green #515806
Tints of Verdun Green #515806
RGB
CMYK
RGB Variations
Color information
#515806 (or 0x515806) is known color: Verdun Green. HEX triplet: 51, 58 and 06. RGB value is (81,88,6). Sum of RGB (Red+Green+Blue) = 81+88+6=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #515806 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515806 is #AEA7F9. Grayscale: #4C4C4C. Windows color (decimal): -11446266 or 415825. OLE color: 415825.
HSL color Cylindrical-coordinate representation of color #515806: hue angle of 65.12º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #515806 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 88 | 6 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.65 |
| HSL | 65.12º | 0.87% | 0.18% | - |
| HSV(B) | 65.12º | 0.93% | 0.35% | - |
| XYZ | 6.92 | 8.74 | 1.5 | - |
| YUV | 76.56 | 88.18 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 88 | 6 | 0.08 | 0 | 0.93 | 0.65 | 65.12 | 0.87 | 0.18 |
| Hex | 51 | 58 | 6 | 8 | 0 | 5D | 41 | 41 | 57 | 12 |
| Octal | 121 | 130 | 6 | 10 | 0 | 135 | 101 | 101 | 127 | 22 |
| Binary | 1010001 | 1011000 | 110 | 1000 | 0 | 1011101 | 1000001 | 1000001 | 1010111 | 10010 |
Color Harmonies of #515806
Complementary color
Monochromatic Colors of #515806
Black with #515806
Text Example
Text Example
White with #515806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515806; }
p { color: rgb(81,88,6); }
H1.HeaderClassName
{
color: #515806;
}
.AnyTagClassName
{
color: #515806;
}
</style>
background-color css
<style>
a { background-color: #515806; }
a { background-color: rgb(81,88,6); }
div.DivClassName
{
background-color: #515806;
}
.BgClassName
{
background-color: #515806;
}
</style>
border-color css
<style>
span { border-color: #515806; }
span { border-color: rgb(81,88,6); }
td.TdClassName
{
border-color: #515806;
}
.TagClassName
{
border-color: #515806;
}
</style>