Shades of Army green #55591B
Tints of Army green #55591B
RGB
CMYK
RGB Variations
Color information
#55591B (or 0x55591B) is known color: Army green. HEX triplet: 55, 59 and 1B. RGB value is (85,89,27). Sum of RGB (Red+Green+Blue) = 85+89+27=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 89 - color contains mainly: green. Hex color #55591B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55591B is #AAA6E4. Grayscale: #505050. Windows color (decimal): -11183845 or 1792341. OLE color: 1792341.
HSL color Cylindrical-coordinate representation of color #55591B: hue angle of 63.87º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55591B is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 89 | 27 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.65 |
| HSL | 63.87º | 0.53% | 0.23% | - |
| HSV(B) | 63.87º | 0.7% | 0.35% | - |
| XYZ | 7.52 | 9.16 | 2.41 | - |
| YUV | 80.74 | 97.67 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 27 | 0.04 | 0 | 0.70 | 0.65 | 63.87 | 0.53 | 0.23 |
| Hex | 55 | 59 | 1B | 4 | 0 | 46 | 41 | 40 | 35 | 17 |
| Octal | 125 | 131 | 33 | 4 | 0 | 106 | 101 | 100 | 65 | 27 |
| Binary | 1010101 | 1011001 | 11011 | 100 | 0 | 1000110 | 1000001 | 1000000 | 110101 | 10111 |
Color Harmonies of #55591B
Complementary color
Monochromatic Colors of #55591B
Black with #55591B
Text Example
Text Example
White with #55591B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55591B; }
p { color: rgb(85,89,27); }
H1.HeaderClassName
{
color: #55591B;
}
.AnyTagClassName
{
color: #55591B;
}
</style>
background-color css
<style>
a { background-color: #55591B; }
a { background-color: rgb(85,89,27); }
div.DivClassName
{
background-color: #55591B;
}
.BgClassName
{
background-color: #55591B;
}
</style>
border-color css
<style>
span { border-color: #55591B; }
span { border-color: rgb(85,89,27); }
td.TdClassName
{
border-color: #55591B;
}
.TagClassName
{
border-color: #55591B;
}
</style>