Shades of Army green #555512
Tints of Army green #555512
RGB
CMYK
RGB Variations
Color information
#555512 (or 0x555512) is known color: Army green. HEX triplet: 55, 55 and 12. RGB value is (85,85,18). Sum of RGB (Red+Green+Blue) = 85+85+18=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555512 is #AAAAED. Grayscale: #4D4D4D. Windows color (decimal): -11184878 or 1201493. OLE color: 1201493.
HSL color Cylindrical-coordinate representation of color #555512: hue angle of 60º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #555512 is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 85 | 18 | - |
| CMYK | 0 | 0 | 0.79 | 0.67 |
| HSL | 60º | 0.65% | 0.2% | - |
| HSV(B) | 60º | 0.79% | 0.33% | - |
| XYZ | 7.1 | 8.47 | 1.83 | - |
| YUV | 77.36 | 94.5 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 18 | 0 | 0 | 0.79 | 0.67 | 60 | 0.65 | 0.2 |
| Hex | 55 | 55 | 12 | 0 | 0 | 4F | 43 | 3C | 41 | 14 |
| Octal | 125 | 125 | 22 | 0 | 0 | 117 | 103 | 74 | 101 | 24 |
| Binary | 1010101 | 1010101 | 10010 | 0 | 0 | 1001111 | 1000011 | 111100 | 1000001 | 10100 |
Color Harmonies of #555512
Complementary color
Monochromatic Colors of #555512
Black with #555512
Text Example
Text Example
White with #555512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555512; }
p { color: rgb(85,85,18); }
H1.HeaderClassName
{
color: #555512;
}
.AnyTagClassName
{
color: #555512;
}
</style>
background-color css
<style>
a { background-color: #555512; }
a { background-color: rgb(85,85,18); }
div.DivClassName
{
background-color: #555512;
}
.BgClassName
{
background-color: #555512;
}
</style>
border-color css
<style>
span { border-color: #555512; }
span { border-color: rgb(85,85,18); }
td.TdClassName
{
border-color: #555512;
}
.TagClassName
{
border-color: #555512;
}
</style>