Shades of Army green #555A1B
Tints of Army green #555A1B
RGB
CMYK
RGB Variations
Color information
#555A1B (or 0x555A1B) is known color: Army green. HEX triplet: 55, 5A and 1B. RGB value is (85,90,27). Sum of RGB (Red+Green+Blue) = 85+90+27=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 90 - color contains mainly: green. Hex color #555A1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555A1B is #AAA5E4. Grayscale: #515151. Windows color (decimal): -11183589 or 1792597. OLE color: 1792597.
HSL color Cylindrical-coordinate representation of color #555A1B: hue angle of 64.76º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #555A1B is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 90 | 27 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.65 |
| HSL | 64.76º | 0.54% | 0.23% | - |
| HSV(B) | 64.76º | 0.7% | 0.35% | - |
| XYZ | 7.6 | 9.32 | 2.44 | - |
| YUV | 81.32 | 97.34 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 27 | 0.06 | 0 | 0.70 | 0.65 | 64.76 | 0.54 | 0.23 |
| Hex | 55 | 5A | 1B | 6 | 0 | 46 | 41 | 41 | 36 | 17 |
| Octal | 125 | 132 | 33 | 6 | 0 | 106 | 101 | 101 | 66 | 27 |
| Binary | 1010101 | 1011010 | 11011 | 110 | 0 | 1000110 | 1000001 | 1000001 | 110110 | 10111 |
Color Harmonies of #555A1B
Complementary color
Monochromatic Colors of #555A1B
Black with #555A1B
Text Example
Text Example
White with #555A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A1B; }
p { color: rgb(85,90,27); }
H1.HeaderClassName
{
color: #555A1B;
}
.AnyTagClassName
{
color: #555A1B;
}
</style>
background-color css
<style>
a { background-color: #555A1B; }
a { background-color: rgb(85,90,27); }
div.DivClassName
{
background-color: #555A1B;
}
.BgClassName
{
background-color: #555A1B;
}
</style>
border-color css
<style>
span { border-color: #555A1B; }
span { border-color: rgb(85,90,27); }
td.TdClassName
{
border-color: #555A1B;
}
.TagClassName
{
border-color: #555A1B;
}
</style>