Shades of Army green #56581A
Tints of Army green #56581A
RGB
CMYK
RGB Variations
Color information
#56581A (or 0x56581A) is known color: Army green. HEX triplet: 56, 58 and 1A. RGB value is (86,88,26). Sum of RGB (Red+Green+Blue) = 86+88+26=200 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 88 - color contains mainly: green. Hex color #56581A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56581A is #A9A7E5. Grayscale: #505050. Windows color (decimal): -11118566 or 1726550. OLE color: 1726550.
HSL color Cylindrical-coordinate representation of color #56581A: hue angle of 61.94º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #56581A is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 88 | 26 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.65 |
| HSL | 61.94º | 0.54% | 0.22% | - |
| HSV(B) | 61.94º | 0.7% | 0.35% | - |
| XYZ | 7.51 | 9.03 | 2.32 | - |
| YUV | 80.33 | 97.34 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 88 | 26 | 0.02 | 0 | 0.70 | 0.65 | 61.94 | 0.54 | 0.22 |
| Hex | 56 | 58 | 1A | 2 | 0 | 46 | 41 | 3E | 36 | 16 |
| Octal | 126 | 130 | 32 | 2 | 0 | 106 | 101 | 76 | 66 | 26 |
| Binary | 1010110 | 1011000 | 11010 | 10 | 0 | 1000110 | 1000001 | 111110 | 110110 | 10110 |
Color Harmonies of #56581A
Complementary color
Monochromatic Colors of #56581A
Black with #56581A
Text Example
Text Example
White with #56581A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56581A; }
p { color: rgb(86,88,26); }
H1.HeaderClassName
{
color: #56581A;
}
.AnyTagClassName
{
color: #56581A;
}
</style>
background-color css
<style>
a { background-color: #56581A; }
a { background-color: rgb(86,88,26); }
div.DivClassName
{
background-color: #56581A;
}
.BgClassName
{
background-color: #56581A;
}
</style>
border-color css
<style>
span { border-color: #56581A; }
span { border-color: rgb(86,88,26); }
td.TdClassName
{
border-color: #56581A;
}
.TagClassName
{
border-color: #56581A;
}
</style>