Shades of Army green #565A15
Tints of Army green #565A15
RGB
CMYK
RGB Variations
Color information
#565A15 (or 0x565A15) is known color: Army green. HEX triplet: 56, 5A and 15. RGB value is (86,90,21). Sum of RGB (Red+Green+Blue) = 86+90+21=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 90 - color contains mainly: green. Hex color #565A15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565A15 is #A9A5EA. Grayscale: #515151. Windows color (decimal): -11118059 or 1399382. OLE color: 1399382.
HSL color Cylindrical-coordinate representation of color #565A15: hue angle of 63.48º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #565A15 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 90 | 21 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.65 |
| HSL | 63.48º | 0.62% | 0.22% | - |
| HSV(B) | 63.48º | 0.77% | 0.35% | - |
| XYZ | 7.63 | 9.34 | 2.11 | - |
| YUV | 80.94 | 94.17 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 21 | 0.04 | 0 | 0.77 | 0.65 | 63.48 | 0.62 | 0.22 |
| Hex | 56 | 5A | 15 | 4 | 0 | 4D | 41 | 3F | 3E | 16 |
| Octal | 126 | 132 | 25 | 4 | 0 | 115 | 101 | 77 | 76 | 26 |
| Binary | 1010110 | 1011010 | 10101 | 100 | 0 | 1001101 | 1000001 | 111111 | 111110 | 10110 |
Color Harmonies of #565A15
Complementary color
Monochromatic Colors of #565A15
Black with #565A15
Text Example
Text Example
White with #565A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565A15; }
p { color: rgb(86,90,21); }
H1.HeaderClassName
{
color: #565A15;
}
.AnyTagClassName
{
color: #565A15;
}
</style>
background-color css
<style>
a { background-color: #565A15; }
a { background-color: rgb(86,90,21); }
div.DivClassName
{
background-color: #565A15;
}
.BgClassName
{
background-color: #565A15;
}
</style>
border-color css
<style>
span { border-color: #565A15; }
span { border-color: rgb(86,90,21); }
td.TdClassName
{
border-color: #565A15;
}
.TagClassName
{
border-color: #565A15;
}
</style>