Shades of Army green #555814
Tints of Army green #555814
RGB
CMYK
RGB Variations
Color information
#555814 (or 0x555814) is known color: Army green. HEX triplet: 55, 58 and 14. RGB value is (85,88,20). Sum of RGB (Red+Green+Blue) = 85+88+20=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 88 - color contains mainly: green. Hex color #555814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555814 is #AAA7EB. Grayscale: #4F4F4F. Windows color (decimal): -11184108 or 1333333. OLE color: 1333333.
HSL color Cylindrical-coordinate representation of color #555814: hue angle of 62.65º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #555814 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 88 | 20 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.65 |
| HSL | 62.65º | 0.63% | 0.21% | - |
| HSV(B) | 62.65º | 0.77% | 0.35% | - |
| XYZ | 7.36 | 8.96 | 2 | - |
| YUV | 79.35 | 94.51 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 20 | 0.03 | 0 | 0.77 | 0.65 | 62.65 | 0.63 | 0.21 |
| Hex | 55 | 58 | 14 | 3 | 0 | 4D | 41 | 3F | 3F | 15 |
| Octal | 125 | 130 | 24 | 3 | 0 | 115 | 101 | 77 | 77 | 25 |
| Binary | 1010101 | 1011000 | 10100 | 11 | 0 | 1001101 | 1000001 | 111111 | 111111 | 10101 |
Color Harmonies of #555814
Complementary color
Monochromatic Colors of #555814
Black with #555814
Text Example
Text Example
White with #555814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555814; }
p { color: rgb(85,88,20); }
H1.HeaderClassName
{
color: #555814;
}
.AnyTagClassName
{
color: #555814;
}
</style>
background-color css
<style>
a { background-color: #555814; }
a { background-color: rgb(85,88,20); }
div.DivClassName
{
background-color: #555814;
}
.BgClassName
{
background-color: #555814;
}
</style>
border-color css
<style>
span { border-color: #555814; }
span { border-color: rgb(85,88,20); }
td.TdClassName
{
border-color: #555814;
}
.TagClassName
{
border-color: #555814;
}
</style>