Shades of Army green #555C1C
Tints of Army green #555C1C
RGB
CMYK
RGB Variations
Color information
#555C1C (or 0x555C1C) is known color: Army green. HEX triplet: 55, 5C and 1C. RGB value is (85,92,28). Sum of RGB (Red+Green+Blue) = 85+92+28=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 92 - color contains mainly: green. Hex color #555C1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555C1C is #AAA3E3. Grayscale: #525252. Windows color (decimal): -11183076 or 1858645. OLE color: 1858645.
HSL color Cylindrical-coordinate representation of color #555C1C: hue angle of 66.56º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #555C1C is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 92 | 28 | - |
| CMYK | 0.08 | 0 | 0.70 | 0.64 |
| HSL | 66.56º | 0.53% | 0.24% | - |
| HSV(B) | 66.56º | 0.7% | 0.36% | - |
| XYZ | 7.78 | 9.67 | 2.55 | - |
| YUV | 82.61 | 97.18 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 28 | 0.08 | 0 | 0.70 | 0.64 | 66.56 | 0.53 | 0.24 |
| Hex | 55 | 5C | 1C | 8 | 0 | 46 | 40 | 43 | 35 | 18 |
| Octal | 125 | 134 | 34 | 10 | 0 | 106 | 100 | 103 | 65 | 30 |
| Binary | 1010101 | 1011100 | 11100 | 1000 | 0 | 1000110 | 1000000 | 1000011 | 110101 | 11000 |
Color Harmonies of #555C1C
Complementary color
Monochromatic Colors of #555C1C
Black with #555C1C
Text Example
Text Example
White with #555C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555C1C; }
p { color: rgb(85,92,28); }
H1.HeaderClassName
{
color: #555C1C;
}
.AnyTagClassName
{
color: #555C1C;
}
</style>
background-color css
<style>
a { background-color: #555C1C; }
a { background-color: rgb(85,92,28); }
div.DivClassName
{
background-color: #555C1C;
}
.BgClassName
{
background-color: #555C1C;
}
</style>
border-color css
<style>
span { border-color: #555C1C; }
span { border-color: rgb(85,92,28); }
td.TdClassName
{
border-color: #555C1C;
}
.TagClassName
{
border-color: #555C1C;
}
</style>