Shades of Army green #565811
Tints of Army green #565811
RGB
CMYK
RGB Variations
Color information
#565811 (or 0x565811) is known color: Army green. HEX triplet: 56, 58 and 11. RGB value is (86,88,17). Sum of RGB (Red+Green+Blue) = 86+88+17=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 88 - color contains mainly: green. Hex color #565811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565811 is #A9A7EE. Grayscale: #4F4F4F. Windows color (decimal): -11118575 or 1136726. OLE color: 1136726.
HSL color Cylindrical-coordinate representation of color #565811: hue angle of 61.69º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #565811 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 88 | 17 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.65 |
| HSL | 61.69º | 0.68% | 0.21% | - |
| HSV(B) | 61.69º | 0.81% | 0.35% | - |
| XYZ | 7.43 | 9 | 1.88 | - |
| YUV | 79.31 | 92.84 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 17 | 0.02 | 0 | 0.81 | 0.65 | 61.69 | 0.68 | 0.21 |
| Hex | 56 | 58 | 11 | 2 | 0 | 51 | 41 | 3E | 44 | 15 |
| Octal | 126 | 130 | 21 | 2 | 0 | 121 | 101 | 76 | 104 | 25 |
| Binary | 1010110 | 1011000 | 10001 | 10 | 0 | 1010001 | 1000001 | 111110 | 1000100 | 10101 |
Color Harmonies of #565811
Complementary color
Monochromatic Colors of #565811
Black with #565811
Text Example
Text Example
White with #565811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565811; }
p { color: rgb(86,88,17); }
H1.HeaderClassName
{
color: #565811;
}
.AnyTagClassName
{
color: #565811;
}
</style>
background-color css
<style>
a { background-color: #565811; }
a { background-color: rgb(86,88,17); }
div.DivClassName
{
background-color: #565811;
}
.BgClassName
{
background-color: #565811;
}
</style>
border-color css
<style>
span { border-color: #565811; }
span { border-color: rgb(86,88,17); }
td.TdClassName
{
border-color: #565811;
}
.TagClassName
{
border-color: #565811;
}
</style>