Shades of Army green #5A560B
Tints of Army green #5A560B
RGB
CMYK
RGB Variations
Color information
#5A560B (or 0x5A560B) is known color: Army green. HEX triplet: 5A, 56 and 0B. RGB value is (90,86,11). Sum of RGB (Red+Green+Blue) = 90+86+11=187 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.13% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 90 - color contains mainly: red. Hex color #5A560B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A560B is #A5A9F4. Grayscale: #4E4E4E. Windows color (decimal): -10856949 or 743002. OLE color: 743002.
HSL color Cylindrical-coordinate representation of color #5A560B: hue angle of 56.96º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A560B is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 86 | 11 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.65 |
| HSL | 56.96º | 0.78% | 0.2% | - |
| HSV(B) | 56.96º | 0.88% | 0.35% | - |
| XYZ | 7.6 | 8.85 | 1.62 | - |
| YUV | 78.65 | 89.83 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 86 | 11 | 0 | 0.04 | 0.88 | 0.65 | 56.96 | 0.78 | 0.2 |
| Hex | 5A | 56 | B | 0 | 4 | 58 | 41 | 39 | 4E | 14 |
| Octal | 132 | 126 | 13 | 0 | 4 | 130 | 101 | 71 | 116 | 24 |
| Binary | 1011010 | 1010110 | 1011 | 0 | 100 | 1011000 | 1000001 | 111001 | 1001110 | 10100 |
Color Harmonies of #5A560B
Complementary color
Monochromatic Colors of #5A560B
Black with #5A560B
Text Example
Text Example
White with #5A560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A560B; }
p { color: rgb(90,86,11); }
H1.HeaderClassName
{
color: #5A560B;
}
.AnyTagClassName
{
color: #5A560B;
}
</style>
background-color css
<style>
a { background-color: #5A560B; }
a { background-color: rgb(90,86,11); }
div.DivClassName
{
background-color: #5A560B;
}
.BgClassName
{
background-color: #5A560B;
}
</style>
border-color css
<style>
span { border-color: #5A560B; }
span { border-color: rgb(90,86,11); }
td.TdClassName
{
border-color: #5A560B;
}
.TagClassName
{
border-color: #5A560B;
}
</style>