Shades of Verdun Green #56510A
Tints of Verdun Green #56510A
RGB
CMYK
RGB Variations
Color information
#56510A (or 0x56510A) is known color: Verdun Green. HEX triplet: 56, 51 and 0A. RGB value is (86,81,10). Sum of RGB (Red+Green+Blue) = 86+81+10=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 10 (4.30% from 255 or 5.65% from 177); Max value from RGB is 86 - color contains mainly: red. Hex color #56510A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56510A is #A9AEF5. Grayscale: #4A4A4A. Windows color (decimal): -11120374 or 676182. OLE color: 676182.
HSL color Cylindrical-coordinate representation of color #56510A: hue angle of 56.05º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #56510A is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 81 | 10 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.66 |
| HSL | 56.05º | 0.79% | 0.19% | - |
| HSV(B) | 56.05º | 0.88% | 0.34% | - |
| XYZ | 6.83 | 7.89 | 1.45 | - |
| YUV | 74.4 | 91.66 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 10 | 0 | 0.06 | 0.88 | 0.66 | 56.05 | 0.79 | 0.19 |
| Hex | 56 | 51 | A | 0 | 6 | 58 | 42 | 38 | 4F | 13 |
| Octal | 126 | 121 | 12 | 0 | 6 | 130 | 102 | 70 | 117 | 23 |
| Binary | 1010110 | 1010001 | 1010 | 0 | 110 | 1011000 | 1000010 | 111000 | 1001111 | 10011 |
Color Harmonies of #56510A
Complementary color
Monochromatic Colors of #56510A
Black with #56510A
Text Example
Text Example
White with #56510A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56510A; }
p { color: rgb(86,81,10); }
H1.HeaderClassName
{
color: #56510A;
}
.AnyTagClassName
{
color: #56510A;
}
</style>
background-color css
<style>
a { background-color: #56510A; }
a { background-color: rgb(86,81,10); }
div.DivClassName
{
background-color: #56510A;
}
.BgClassName
{
background-color: #56510A;
}
</style>
border-color css
<style>
span { border-color: #56510A; }
span { border-color: rgb(86,81,10); }
td.TdClassName
{
border-color: #56510A;
}
.TagClassName
{
border-color: #56510A;
}
</style>