Shades of Army green #555515
Tints of Army green #555515
RGB
CMYK
RGB Variations
Color information
#555515 (or 0x555515) is known color: Army green. HEX triplet: 55, 55 and 15. RGB value is (85,85,21). Sum of RGB (Red+Green+Blue) = 85+85+21=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555515 is #AAAAEA. Grayscale: #4D4D4D. Windows color (decimal): -11184875 or 1398101. OLE color: 1398101.
HSL color Cylindrical-coordinate representation of color #555515: hue angle of 60º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #555515 is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 85 | 21 | - |
| CMYK | 0 | 0 | 0.75 | 0.67 |
| HSL | 60º | 0.6% | 0.21% | - |
| HSV(B) | 60º | 0.75% | 0.33% | - |
| XYZ | 7.13 | 8.48 | 1.97 | - |
| YUV | 77.7 | 96 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 85 | 21 | 0 | 0 | 0.75 | 0.67 | 60 | 0.6 | 0.21 |
| Hex | 55 | 55 | 15 | 0 | 0 | 4B | 43 | 3C | 3C | 15 |
| Octal | 125 | 125 | 25 | 0 | 0 | 113 | 103 | 74 | 74 | 25 |
| Binary | 1010101 | 1010101 | 10101 | 0 | 0 | 1001011 | 1000011 | 111100 | 111100 | 10101 |
Color Harmonies of #555515
Complementary color
Monochromatic Colors of #555515
Black with #555515
Text Example
Text Example
White with #555515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555515; }
p { color: rgb(85,85,21); }
H1.HeaderClassName
{
color: #555515;
}
.AnyTagClassName
{
color: #555515;
}
</style>
background-color css
<style>
a { background-color: #555515; }
a { background-color: rgb(85,85,21); }
div.DivClassName
{
background-color: #555515;
}
.BgClassName
{
background-color: #555515;
}
</style>
border-color css
<style>
span { border-color: #555515; }
span { border-color: rgb(85,85,21); }
td.TdClassName
{
border-color: #555515;
}
.TagClassName
{
border-color: #555515;
}
</style>