Shades of Army green #555415
Tints of Army green #555415
RGB
CMYK
RGB Variations
Color information
#555415 (or 0x555415) is known color: Army green. HEX triplet: 55, 54 and 15. RGB value is (85,84,21). Sum of RGB (Red+Green+Blue) = 85+84+21=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 85 - color contains mainly: red. Hex color #555415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555415 is #AAABEA. Grayscale: #4D4D4D. Windows color (decimal): -11185131 or 1397845. OLE color: 1397845.
HSL color Cylindrical-coordinate representation of color #555415: hue angle of 59.06º 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 #555415 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 84 | 21 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.67 |
| HSL | 59.06º | 0.6% | 0.21% | - |
| HSV(B) | 59.06º | 0.75% | 0.33% | - |
| XYZ | 7.05 | 8.33 | 1.94 | - |
| YUV | 77.12 | 96.33 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 21 | 0 | 0.01 | 0.75 | 0.67 | 59.06 | 0.6 | 0.21 |
| Hex | 55 | 54 | 15 | 0 | 1 | 4B | 43 | 3B | 3C | 15 |
| Octal | 125 | 124 | 25 | 0 | 1 | 113 | 103 | 73 | 74 | 25 |
| Binary | 1010101 | 1010100 | 10101 | 0 | 1 | 1001011 | 1000011 | 111011 | 111100 | 10101 |
Color Harmonies of #555415
Complementary color
Monochromatic Colors of #555415
Black with #555415
Text Example
Text Example
White with #555415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555415; }
p { color: rgb(85,84,21); }
H1.HeaderClassName
{
color: #555415;
}
.AnyTagClassName
{
color: #555415;
}
</style>
background-color css
<style>
a { background-color: #555415; }
a { background-color: rgb(85,84,21); }
div.DivClassName
{
background-color: #555415;
}
.BgClassName
{
background-color: #555415;
}
</style>
border-color css
<style>
span { border-color: #555415; }
span { border-color: rgb(85,84,21); }
td.TdClassName
{
border-color: #555415;
}
.TagClassName
{
border-color: #555415;
}
</style>