Shades of Army green #555918
Tints of Army green #555918
RGB
CMYK
RGB Variations
Color information
#555918 (or 0x555918) is known color: Army green. HEX triplet: 55, 59 and 18. RGB value is (85,89,24). Sum of RGB (Red+Green+Blue) = 85+89+24=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 89 (35.16% from 255 or 44.95% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 89 - color contains mainly: green. Hex color #555918 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555918 is #AAA6E7. Grayscale: #505050. Windows color (decimal): -11183848 or 1595733. OLE color: 1595733.
HSL color Cylindrical-coordinate representation of color #555918: hue angle of 63.69º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #555918 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 89 | 24 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.65 |
| HSL | 63.69º | 0.58% | 0.22% | - |
| HSV(B) | 63.69º | 0.73% | 0.35% | - |
| XYZ | 7.48 | 9.14 | 2.23 | - |
| YUV | 80.39 | 96.17 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 24 | 0.04 | 0 | 0.73 | 0.65 | 63.69 | 0.58 | 0.22 |
| Hex | 55 | 59 | 18 | 4 | 0 | 49 | 41 | 40 | 3A | 16 |
| Octal | 125 | 131 | 30 | 4 | 0 | 111 | 101 | 100 | 72 | 26 |
| Binary | 1010101 | 1011001 | 11000 | 100 | 0 | 1001001 | 1000001 | 1000000 | 111010 | 10110 |
Color Harmonies of #555918
Complementary color
Monochromatic Colors of #555918
Black with #555918
Text Example
Text Example
White with #555918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555918; }
p { color: rgb(85,89,24); }
H1.HeaderClassName
{
color: #555918;
}
.AnyTagClassName
{
color: #555918;
}
</style>
background-color css
<style>
a { background-color: #555918; }
a { background-color: rgb(85,89,24); }
div.DivClassName
{
background-color: #555918;
}
.BgClassName
{
background-color: #555918;
}
</style>
border-color css
<style>
span { border-color: #555918; }
span { border-color: rgb(85,89,24); }
td.TdClassName
{
border-color: #555918;
}
.TagClassName
{
border-color: #555918;
}
</style>