Shades of Army green #56541A
Tints of Army green #56541A
RGB
CMYK
RGB Variations
Color information
#56541A (or 0x56541A) is known color: Army green. HEX triplet: 56, 54 and 1A. RGB value is (86,84,26). Sum of RGB (Red+Green+Blue) = 86+84+26=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #56541A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56541A is #A9ABE5. Grayscale: #4E4E4E. Windows color (decimal): -11119590 or 1725526. OLE color: 1725526.
HSL color Cylindrical-coordinate representation of color #56541A: hue angle of 58º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #56541A is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 84 | 26 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.66 |
| HSL | 58º | 0.54% | 0.22% | - |
| HSV(B) | 58º | 0.7% | 0.34% | - |
| XYZ | 7.19 | 8.39 | 2.22 | - |
| YUV | 77.99 | 98.66 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 26 | 0 | 0.02 | 0.70 | 0.66 | 58 | 0.54 | 0.22 |
| Hex | 56 | 54 | 1A | 0 | 2 | 46 | 42 | 3A | 36 | 16 |
| Octal | 126 | 124 | 32 | 0 | 2 | 106 | 102 | 72 | 66 | 26 |
| Binary | 1010110 | 1010100 | 11010 | 0 | 10 | 1000110 | 1000010 | 111010 | 110110 | 10110 |
Color Harmonies of #56541A
Complementary color
Monochromatic Colors of #56541A
Black with #56541A
Text Example
Text Example
White with #56541A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56541A; }
p { color: rgb(86,84,26); }
H1.HeaderClassName
{
color: #56541A;
}
.AnyTagClassName
{
color: #56541A;
}
</style>
background-color css
<style>
a { background-color: #56541A; }
a { background-color: rgb(86,84,26); }
div.DivClassName
{
background-color: #56541A;
}
.BgClassName
{
background-color: #56541A;
}
</style>
border-color css
<style>
span { border-color: #56541A; }
span { border-color: rgb(86,84,26); }
td.TdClassName
{
border-color: #56541A;
}
.TagClassName
{
border-color: #56541A;
}
</style>