Shades of Army green #555A1C
Tints of Army green #555A1C
RGB
CMYK
RGB Variations
Color information
#555A1C (or 0x555A1C) is known color: Army green. HEX triplet: 55, 5A and 1C. RGB value is (85,90,28). Sum of RGB (Red+Green+Blue) = 85+90+28=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 90 - color contains mainly: green. Hex color #555A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555A1C is #AAA5E3. Grayscale: #515151. Windows color (decimal): -11183588 or 1858133. OLE color: 1858133.
HSL color Cylindrical-coordinate representation of color #555A1C: hue angle of 64.84º degrees, saturation: 0.53, 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 #555A1C is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 90 | 28 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.65 |
| HSL | 64.84º | 0.53% | 0.23% | - |
| HSV(B) | 64.84º | 0.69% | 0.35% | - |
| XYZ | 7.61 | 9.33 | 2.5 | - |
| YUV | 81.44 | 97.84 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 28 | 0.06 | 0 | 0.69 | 0.65 | 64.84 | 0.53 | 0.23 |
| Hex | 55 | 5A | 1C | 6 | 0 | 45 | 41 | 41 | 35 | 17 |
| Octal | 125 | 132 | 34 | 6 | 0 | 105 | 101 | 101 | 65 | 27 |
| Binary | 1010101 | 1011010 | 11100 | 110 | 0 | 1000101 | 1000001 | 1000001 | 110101 | 10111 |
Color Harmonies of #555A1C
Complementary color
Monochromatic Colors of #555A1C
Black with #555A1C
Text Example
Text Example
White with #555A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A1C; }
p { color: rgb(85,90,28); }
H1.HeaderClassName
{
color: #555A1C;
}
.AnyTagClassName
{
color: #555A1C;
}
</style>
background-color css
<style>
a { background-color: #555A1C; }
a { background-color: rgb(85,90,28); }
div.DivClassName
{
background-color: #555A1C;
}
.BgClassName
{
background-color: #555A1C;
}
</style>
border-color css
<style>
span { border-color: #555A1C; }
span { border-color: rgb(85,90,28); }
td.TdClassName
{
border-color: #555A1C;
}
.TagClassName
{
border-color: #555A1C;
}
</style>