Shades of Army green #55551C
Tints of Army green #55551C
RGB
CMYK
RGB Variations
Color information
#55551C (or 0x55551C) is known color: Army green. HEX triplet: 55, 55 and 1C. RGB value is (85,85,28). Sum of RGB (Red+Green+Blue) = 85+85+28=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 85 - color contains mainly: red, green. Hex color #55551C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55551C is #AAAAE3. Grayscale: #4E4E4E. Windows color (decimal): -11184868 or 1856853. OLE color: 1856853.
HSL color Cylindrical-coordinate representation of color #55551C: hue angle of 60º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55551C is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 85 | 28 | - |
| CMYK | 0 | 0 | 0.67 | 0.67 |
| HSL | 60º | 0.5% | 0.22% | - |
| HSV(B) | 60º | 0.67% | 0.33% | - |
| XYZ | 7.2 | 8.51 | 2.36 | - |
| YUV | 78.5 | 99.5 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 28 | 0 | 0 | 0.67 | 0.67 | 60 | 0.5 | 0.22 |
| Hex | 55 | 55 | 1C | 0 | 0 | 43 | 43 | 3C | 32 | 16 |
| Octal | 125 | 125 | 34 | 0 | 0 | 103 | 103 | 74 | 62 | 26 |
| Binary | 1010101 | 1010101 | 11100 | 0 | 0 | 1000011 | 1000011 | 111100 | 110010 | 10110 |
Color Harmonies of #55551C
Complementary color
Monochromatic Colors of #55551C
Black with #55551C
Text Example
Text Example
White with #55551C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55551C; }
p { color: rgb(85,85,28); }
H1.HeaderClassName
{
color: #55551C;
}
.AnyTagClassName
{
color: #55551C;
}
</style>
background-color css
<style>
a { background-color: #55551C; }
a { background-color: rgb(85,85,28); }
div.DivClassName
{
background-color: #55551C;
}
.BgClassName
{
background-color: #55551C;
}
</style>
border-color css
<style>
span { border-color: #55551C; }
span { border-color: rgb(85,85,28); }
td.TdClassName
{
border-color: #55551C;
}
.TagClassName
{
border-color: #55551C;
}
</style>