Shades of Verdun Green #515607
Tints of Verdun Green #515607
RGB
CMYK
RGB Variations
Color information
#515607 (or 0x515607) is known color: Verdun Green. HEX triplet: 51, 56 and 07. RGB value is (81,86,7). Sum of RGB (Red+Green+Blue) = 81+86+7=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 86 (33.98% from 255 or 49.43% from 174); Blue value is 7 (3.12% from 255 or 4.02% from 174); Max value from RGB is 86 - color contains mainly: green. Hex color #515607 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515607 is #AEA9F8. Grayscale: #4B4B4B. Windows color (decimal): -11446777 or 480849. OLE color: 480849.
HSL color Cylindrical-coordinate representation of color #515607: hue angle of 63.8º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #515607 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 81 | 86 | 7 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.66 |
| HSL | 63.8º | 0.85% | 0.18% | - |
| HSV(B) | 63.8º | 0.92% | 0.34% | - |
| XYZ | 6.76 | 8.42 | 1.47 | - |
| YUV | 75.5 | 89.34 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 86 | 7 | 0.06 | 0 | 0.92 | 0.66 | 63.8 | 0.85 | 0.18 |
| Hex | 51 | 56 | 7 | 6 | 0 | 5C | 42 | 40 | 55 | 12 |
| Octal | 121 | 126 | 7 | 6 | 0 | 134 | 102 | 100 | 125 | 22 |
| Binary | 1010001 | 1010110 | 111 | 110 | 0 | 1011100 | 1000010 | 1000000 | 1010101 | 10010 |
Color Harmonies of #515607
Complementary color
Monochromatic Colors of #515607
Black with #515607
Text Example
Text Example
White with #515607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515607; }
p { color: rgb(81,86,7); }
H1.HeaderClassName
{
color: #515607;
}
.AnyTagClassName
{
color: #515607;
}
</style>
background-color css
<style>
a { background-color: #515607; }
a { background-color: rgb(81,86,7); }
div.DivClassName
{
background-color: #515607;
}
.BgClassName
{
background-color: #515607;
}
</style>
border-color css
<style>
span { border-color: #515607; }
span { border-color: rgb(81,86,7); }
td.TdClassName
{
border-color: #515607;
}
.TagClassName
{
border-color: #515607;
}
</style>