Shades of Army green #565415
Tints of Army green #565415
RGB
CMYK
RGB Variations
Color information
#565415 (or 0x565415) is known color: Army green. HEX triplet: 56, 54 and 15. RGB value is (86,84,21). Sum of RGB (Red+Green+Blue) = 86+84+21=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #565415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565415 is #A9ABEA. Grayscale: #4D4D4D. Windows color (decimal): -11119595 or 1397846. OLE color: 1397846.
HSL color Cylindrical-coordinate representation of color #565415: hue angle of 58.15º 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 #565415 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 84 | 21 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.66 |
| HSL | 58.15º | 0.61% | 0.21% | - |
| HSV(B) | 58.15º | 0.76% | 0.34% | - |
| XYZ | 7.14 | 8.37 | 1.95 | - |
| YUV | 77.42 | 96.16 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 21 | 0 | 0.02 | 0.76 | 0.66 | 58.15 | 0.61 | 0.21 |
| Hex | 56 | 54 | 15 | 0 | 2 | 4C | 42 | 3A | 3D | 15 |
| Octal | 126 | 124 | 25 | 0 | 2 | 114 | 102 | 72 | 75 | 25 |
| Binary | 1010110 | 1010100 | 10101 | 0 | 10 | 1001100 | 1000010 | 111010 | 111101 | 10101 |
Color Harmonies of #565415
Complementary color
Monochromatic Colors of #565415
Black with #565415
Text Example
Text Example
White with #565415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565415; }
p { color: rgb(86,84,21); }
H1.HeaderClassName
{
color: #565415;
}
.AnyTagClassName
{
color: #565415;
}
</style>
background-color css
<style>
a { background-color: #565415; }
a { background-color: rgb(86,84,21); }
div.DivClassName
{
background-color: #565415;
}
.BgClassName
{
background-color: #565415;
}
</style>
border-color css
<style>
span { border-color: #565415; }
span { border-color: rgb(86,84,21); }
td.TdClassName
{
border-color: #565415;
}
.TagClassName
{
border-color: #565415;
}
</style>