Shades of Army green #55601C
Tints of Army green #55601C
RGB
CMYK
RGB Variations
Color information
#55601C (or 0x55601C) is known color: Army green. HEX triplet: 55, 60 and 1C. RGB value is (85,96,28). Sum of RGB (Red+Green+Blue) = 85+96+28=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 96 - color contains mainly: green. Hex color #55601C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55601C is #AA9FE3. Grayscale: #555555. Windows color (decimal): -11182052 or 1859669. OLE color: 1859669.
HSL color Cylindrical-coordinate representation of color #55601C: hue angle of 69.71º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55601C is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 85 | 96 | 28 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.62 |
| HSL | 69.71º | 0.55% | 0.24% | - |
| HSV(B) | 69.71º | 0.71% | 0.38% | - |
| XYZ | 8.14 | 10.38 | 2.67 | - |
| YUV | 84.96 | 95.86 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 96 | 28 | 0.11 | 0 | 0.71 | 0.62 | 69.71 | 0.55 | 0.24 |
| Hex | 55 | 60 | 1C | B | 0 | 47 | 3E | 46 | 37 | 18 |
| Octal | 125 | 140 | 34 | 13 | 0 | 107 | 76 | 106 | 67 | 30 |
| Binary | 1010101 | 1100000 | 11100 | 1011 | 0 | 1000111 | 111110 | 1000110 | 110111 | 11000 |
Color Harmonies of #55601C
Complementary color
Monochromatic Colors of #55601C
Black with #55601C
Text Example
Text Example
White with #55601C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55601C; }
p { color: rgb(85,96,28); }
H1.HeaderClassName
{
color: #55601C;
}
.AnyTagClassName
{
color: #55601C;
}
</style>
background-color css
<style>
a { background-color: #55601C; }
a { background-color: rgb(85,96,28); }
div.DivClassName
{
background-color: #55601C;
}
.BgClassName
{
background-color: #55601C;
}
</style>
border-color css
<style>
span { border-color: #55601C; }
span { border-color: rgb(85,96,28); }
td.TdClassName
{
border-color: #55601C;
}
.TagClassName
{
border-color: #55601C;
}
</style>