Shades of Army green #555A18
Tints of Army green #555A18
RGB
CMYK
RGB Variations
Color information
#555A18 (or 0x555A18) is known color: Army green. HEX triplet: 55, 5A and 18. RGB value is (85,90,24). Sum of RGB (Red+Green+Blue) = 85+90+24=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 24 (9.77% from 255 or 12.06% from 199); Max value from RGB is 90 - color contains mainly: green. Hex color #555A18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555A18 is #AAA5E7. Grayscale: #515151. Windows color (decimal): -11183592 or 1595989. OLE color: 1595989.
HSL color Cylindrical-coordinate representation of color #555A18: hue angle of 64.55º 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 #555A18 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 90 | 24 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.65 |
| HSL | 64.55º | 0.58% | 0.22% | - |
| HSV(B) | 64.55º | 0.73% | 0.35% | - |
| XYZ | 7.57 | 9.31 | 2.26 | - |
| YUV | 80.98 | 95.84 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 24 | 0.06 | 0 | 0.73 | 0.65 | 64.55 | 0.58 | 0.22 |
| Hex | 55 | 5A | 18 | 6 | 0 | 49 | 41 | 41 | 3A | 16 |
| Octal | 125 | 132 | 30 | 6 | 0 | 111 | 101 | 101 | 72 | 26 |
| Binary | 1010101 | 1011010 | 11000 | 110 | 0 | 1001001 | 1000001 | 1000001 | 111010 | 10110 |
Color Harmonies of #555A18
Complementary color
Monochromatic Colors of #555A18
Black with #555A18
Text Example
Text Example
White with #555A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A18; }
p { color: rgb(85,90,24); }
H1.HeaderClassName
{
color: #555A18;
}
.AnyTagClassName
{
color: #555A18;
}
</style>
background-color css
<style>
a { background-color: #555A18; }
a { background-color: rgb(85,90,24); }
div.DivClassName
{
background-color: #555A18;
}
.BgClassName
{
background-color: #555A18;
}
</style>
border-color css
<style>
span { border-color: #555A18; }
span { border-color: rgb(85,90,24); }
td.TdClassName
{
border-color: #555A18;
}
.TagClassName
{
border-color: #555A18;
}
</style>