Shades of Army green #55571D
Tints of Army green #55571D
RGB
CMYK
RGB Variations
Color information
#55571D (or 0x55571D) is known color: Army green. HEX triplet: 55, 57 and 1D. RGB value is (85,87,29). Sum of RGB (Red+Green+Blue) = 85+87+29=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 87 - color contains mainly: green. Hex color #55571D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55571D is #AAA8E2. Grayscale: #505050. Windows color (decimal): -11184355 or 1922901. OLE color: 1922901.
HSL color Cylindrical-coordinate representation of color #55571D: hue angle of 62.07º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55571D is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 87 | 29 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.66 |
| HSL | 62.07º | 0.5% | 0.23% | - |
| HSV(B) | 62.07º | 0.67% | 0.34% | - |
| XYZ | 7.38 | 8.84 | 2.48 | - |
| YUV | 79.79 | 99.34 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 29 | 0.02 | 0 | 0.67 | 0.66 | 62.07 | 0.5 | 0.23 |
| Hex | 55 | 57 | 1D | 2 | 0 | 43 | 42 | 3E | 32 | 17 |
| Octal | 125 | 127 | 35 | 2 | 0 | 103 | 102 | 76 | 62 | 27 |
| Binary | 1010101 | 1010111 | 11101 | 10 | 0 | 1000011 | 1000010 | 111110 | 110010 | 10111 |
Color Harmonies of #55571D
Complementary color
Monochromatic Colors of #55571D
Black with #55571D
Text Example
Text Example
White with #55571D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55571D; }
p { color: rgb(85,87,29); }
H1.HeaderClassName
{
color: #55571D;
}
.AnyTagClassName
{
color: #55571D;
}
</style>
background-color css
<style>
a { background-color: #55571D; }
a { background-color: rgb(85,87,29); }
div.DivClassName
{
background-color: #55571D;
}
.BgClassName
{
background-color: #55571D;
}
</style>
border-color css
<style>
span { border-color: #55571D; }
span { border-color: rgb(85,87,29); }
td.TdClassName
{
border-color: #55571D;
}
.TagClassName
{
border-color: #55571D;
}
</style>