Shades of Army green #55591C
Tints of Army green #55591C
RGB
CMYK
RGB Variations
Color information
#55591C (or 0x55591C) is known color: Army green. HEX triplet: 55, 59 and 1C. RGB value is (85,89,28). Sum of RGB (Red+Green+Blue) = 85+89+28=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 89 - color contains mainly: green. Hex color #55591C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55591C is #AAA6E3. Grayscale: #515151. Windows color (decimal): -11183844 or 1857877. OLE color: 1857877.
HSL color Cylindrical-coordinate representation of color #55591C: hue angle of 63.93º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55591C is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 89 | 28 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.65 |
| HSL | 63.93º | 0.52% | 0.23% | - |
| HSV(B) | 63.93º | 0.69% | 0.35% | - |
| XYZ | 7.53 | 9.16 | 2.47 | - |
| YUV | 80.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 28 | 0.04 | 0 | 0.69 | 0.65 | 63.93 | 0.52 | 0.23 |
| Hex | 55 | 59 | 1C | 4 | 0 | 45 | 41 | 40 | 34 | 17 |
| Octal | 125 | 131 | 34 | 4 | 0 | 105 | 101 | 100 | 64 | 27 |
| Binary | 1010101 | 1011001 | 11100 | 100 | 0 | 1000101 | 1000001 | 1000000 | 110100 | 10111 |
Color Harmonies of #55591C
Complementary color
Monochromatic Colors of #55591C
Black with #55591C
Text Example
Text Example
White with #55591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55591C; }
p { color: rgb(85,89,28); }
H1.HeaderClassName
{
color: #55591C;
}
.AnyTagClassName
{
color: #55591C;
}
</style>
background-color css
<style>
a { background-color: #55591C; }
a { background-color: rgb(85,89,28); }
div.DivClassName
{
background-color: #55591C;
}
.BgClassName
{
background-color: #55591C;
}
</style>
border-color css
<style>
span { border-color: #55591C; }
span { border-color: rgb(85,89,28); }
td.TdClassName
{
border-color: #55591C;
}
.TagClassName
{
border-color: #55591C;
}
</style>