Shades of Army green #565510
Tints of Army green #565510
RGB
CMYK
RGB Variations
Color information
#565510 (or 0x565510) is known color: Army green. HEX triplet: 56, 55 and 10. RGB value is (86,85,16). Sum of RGB (Red+Green+Blue) = 86+85+16=187 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.99% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 86 - color contains mainly: red. Hex color #565510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565510 is #A9AAEF. Grayscale: #4D4D4D. Windows color (decimal): -11119344 or 1070422. OLE color: 1070422.
HSL color Cylindrical-coordinate representation of color #565510: hue angle of 59.14º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #565510 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 85 | 16 | - |
| CMYK | 0 | 0.01 | 0.81 | 0.66 |
| HSL | 59.14º | 0.69% | 0.2% | - |
| HSV(B) | 59.14º | 0.81% | 0.34% | - |
| XYZ | 7.18 | 8.51 | 1.75 | - |
| YUV | 77.43 | 93.33 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 16 | 0 | 0.01 | 0.81 | 0.66 | 59.14 | 0.69 | 0.2 |
| Hex | 56 | 55 | 10 | 0 | 1 | 51 | 42 | 3B | 45 | 14 |
| Octal | 126 | 125 | 20 | 0 | 1 | 121 | 102 | 73 | 105 | 24 |
| Binary | 1010110 | 1010101 | 10000 | 0 | 1 | 1010001 | 1000010 | 111011 | 1000101 | 10100 |
Color Harmonies of #565510
Complementary color
Monochromatic Colors of #565510
Black with #565510
Text Example
Text Example
White with #565510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565510; }
p { color: rgb(86,85,16); }
H1.HeaderClassName
{
color: #565510;
}
.AnyTagClassName
{
color: #565510;
}
</style>
background-color css
<style>
a { background-color: #565510; }
a { background-color: rgb(86,85,16); }
div.DivClassName
{
background-color: #565510;
}
.BgClassName
{
background-color: #565510;
}
</style>
border-color css
<style>
span { border-color: #565510; }
span { border-color: rgb(86,85,16); }
td.TdClassName
{
border-color: #565510;
}
.TagClassName
{
border-color: #565510;
}
</style>