Shades of Army green #57561B
Tints of Army green #57561B
RGB
CMYK
RGB Variations
Color information
#57561B (or 0x57561B) is known color: Army green. HEX triplet: 57, 56 and 1B. RGB value is (87,86,27). Sum of RGB (Red+Green+Blue) = 87+86+27=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #57561B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57561B is #A8A9E4. Grayscale: #4F4F4F. Windows color (decimal): -11053541 or 1791575. OLE color: 1791575.
HSL color Cylindrical-coordinate representation of color #57561B: hue angle of 59º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #57561B is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 86 | 27 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.66 |
| HSL | 59º | 0.53% | 0.22% | - |
| HSV(B) | 59º | 0.69% | 0.34% | - |
| XYZ | 7.46 | 8.76 | 2.33 | - |
| YUV | 79.57 | 98.33 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 27 | 0 | 0.01 | 0.69 | 0.66 | 59 | 0.53 | 0.22 |
| Hex | 57 | 56 | 1B | 0 | 1 | 45 | 42 | 3B | 35 | 16 |
| Octal | 127 | 126 | 33 | 0 | 1 | 105 | 102 | 73 | 65 | 26 |
| Binary | 1010111 | 1010110 | 11011 | 0 | 1 | 1000101 | 1000010 | 111011 | 110101 | 10110 |
Color Harmonies of #57561B
Complementary color
Monochromatic Colors of #57561B
Black with #57561B
Text Example
Text Example
White with #57561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57561B; }
p { color: rgb(87,86,27); }
H1.HeaderClassName
{
color: #57561B;
}
.AnyTagClassName
{
color: #57561B;
}
</style>
background-color css
<style>
a { background-color: #57561B; }
a { background-color: rgb(87,86,27); }
div.DivClassName
{
background-color: #57561B;
}
.BgClassName
{
background-color: #57561B;
}
</style>
border-color css
<style>
span { border-color: #57561B; }
span { border-color: rgb(87,86,27); }
td.TdClassName
{
border-color: #57561B;
}
.TagClassName
{
border-color: #57561B;
}
</style>