Shades of Army green #555A1E
Tints of Army green #555A1E
RGB
CMYK
RGB Variations
Color information
#555A1E (or 0x555A1E) is known color: Army green. HEX triplet: 55, 5A and 1E. RGB value is (85,90,30). Sum of RGB (Red+Green+Blue) = 85+90+30=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 90 - color contains mainly: green. Hex color #555A1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555A1E is #AAA5E1. Grayscale: #515151. Windows color (decimal): -11183586 or 1989205. OLE color: 1989205.
HSL color Cylindrical-coordinate representation of color #555A1E: hue angle of 65º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #555A1E is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 90 | 30 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.65 |
| HSL | 65º | 0.5% | 0.24% | - |
| HSV(B) | 65º | 0.67% | 0.35% | - |
| XYZ | 7.64 | 9.34 | 2.63 | - |
| YUV | 81.67 | 98.84 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 30 | 0.06 | 0 | 0.67 | 0.65 | 65 | 0.5 | 0.24 |
| Hex | 55 | 5A | 1E | 6 | 0 | 43 | 41 | 41 | 32 | 18 |
| Octal | 125 | 132 | 36 | 6 | 0 | 103 | 101 | 101 | 62 | 30 |
| Binary | 1010101 | 1011010 | 11110 | 110 | 0 | 1000011 | 1000001 | 1000001 | 110010 | 11000 |
Color Harmonies of #555A1E
Complementary color
Monochromatic Colors of #555A1E
Black with #555A1E
Text Example
Text Example
White with #555A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A1E; }
p { color: rgb(85,90,30); }
H1.HeaderClassName
{
color: #555A1E;
}
.AnyTagClassName
{
color: #555A1E;
}
</style>
background-color css
<style>
a { background-color: #555A1E; }
a { background-color: rgb(85,90,30); }
div.DivClassName
{
background-color: #555A1E;
}
.BgClassName
{
background-color: #555A1E;
}
</style>
border-color css
<style>
span { border-color: #555A1E; }
span { border-color: rgb(85,90,30); }
td.TdClassName
{
border-color: #555A1E;
}
.TagClassName
{
border-color: #555A1E;
}
</style>