Shades of Army green #565515
Tints of Army green #565515
RGB
CMYK
RGB Variations
Color information
#565515 (or 0x565515) is known color: Army green. HEX triplet: 56, 55 and 15. RGB value is (86,85,21). Sum of RGB (Red+Green+Blue) = 86+85+21=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 21 (8.59% from 255 or 10.94% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #565515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565515 is #A9AAEA. Grayscale: #4E4E4E. Windows color (decimal): -11119339 or 1398102. OLE color: 1398102.
HSL color Cylindrical-coordinate representation of color #565515: hue angle of 59.08º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #565515 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 85 | 21 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.66 |
| HSL | 59.08º | 0.61% | 0.21% | - |
| HSV(B) | 59.08º | 0.76% | 0.34% | - |
| XYZ | 7.22 | 8.53 | 1.98 | - |
| YUV | 78 | 95.83 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 21 | 0 | 0.01 | 0.76 | 0.66 | 59.08 | 0.61 | 0.21 |
| Hex | 56 | 55 | 15 | 0 | 1 | 4C | 42 | 3B | 3D | 15 |
| Octal | 126 | 125 | 25 | 0 | 1 | 114 | 102 | 73 | 75 | 25 |
| Binary | 1010110 | 1010101 | 10101 | 0 | 1 | 1001100 | 1000010 | 111011 | 111101 | 10101 |
Color Harmonies of #565515
Complementary color
Monochromatic Colors of #565515
Black with #565515
Text Example
Text Example
White with #565515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565515; }
p { color: rgb(86,85,21); }
H1.HeaderClassName
{
color: #565515;
}
.AnyTagClassName
{
color: #565515;
}
</style>
background-color css
<style>
a { background-color: #565515; }
a { background-color: rgb(86,85,21); }
div.DivClassName
{
background-color: #565515;
}
.BgClassName
{
background-color: #565515;
}
</style>
border-color css
<style>
span { border-color: #565515; }
span { border-color: rgb(86,85,21); }
td.TdClassName
{
border-color: #565515;
}
.TagClassName
{
border-color: #565515;
}
</style>