Shades of Army green #555A15
Tints of Army green #555A15
RGB
CMYK
RGB Variations
Color information
#555A15 (or 0x555A15) is known color: Army green. HEX triplet: 55, 5A and 15. RGB value is (85,90,21). Sum of RGB (Red+Green+Blue) = 85+90+21=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 90 - color contains mainly: green. Hex color #555A15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555A15 is #AAA5EA. Grayscale: #505050. Windows color (decimal): -11183595 or 1399381. OLE color: 1399381.
HSL color Cylindrical-coordinate representation of color #555A15: hue angle of 64.35º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #555A15 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 90 | 21 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.65 |
| HSL | 64.35º | 0.62% | 0.22% | - |
| HSV(B) | 64.35º | 0.77% | 0.35% | - |
| XYZ | 7.54 | 9.3 | 2.11 | - |
| YUV | 80.64 | 94.34 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 21 | 0.06 | 0 | 0.77 | 0.65 | 64.35 | 0.62 | 0.22 |
| Hex | 55 | 5A | 15 | 6 | 0 | 4D | 41 | 40 | 3E | 16 |
| Octal | 125 | 132 | 25 | 6 | 0 | 115 | 101 | 100 | 76 | 26 |
| Binary | 1010101 | 1011010 | 10101 | 110 | 0 | 1001101 | 1000001 | 1000000 | 111110 | 10110 |
Color Harmonies of #555A15
Complementary color
Monochromatic Colors of #555A15
Black with #555A15
Text Example
Text Example
White with #555A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A15; }
p { color: rgb(85,90,21); }
H1.HeaderClassName
{
color: #555A15;
}
.AnyTagClassName
{
color: #555A15;
}
</style>
background-color css
<style>
a { background-color: #555A15; }
a { background-color: rgb(85,90,21); }
div.DivClassName
{
background-color: #555A15;
}
.BgClassName
{
background-color: #555A15;
}
</style>
border-color css
<style>
span { border-color: #555A15; }
span { border-color: rgb(85,90,21); }
td.TdClassName
{
border-color: #555A15;
}
.TagClassName
{
border-color: #555A15;
}
</style>