Shades of Army green #55510F
Tints of Army green #55510F
RGB
CMYK
RGB Variations
Color information
#55510F (or 0x55510F) is known color: Army green. HEX triplet: 55, 51 and 0F. RGB value is (85,81,15). Sum of RGB (Red+Green+Blue) = 85+81+15=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #55510F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55510F is #AAAEF0. Grayscale: #4A4A4A. Windows color (decimal): -11185905 or 1003861. OLE color: 1003861.
HSL color Cylindrical-coordinate representation of color #55510F: hue angle of 56.57º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55510F is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 81 | 15 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.67 |
| HSL | 56.57º | 0.7% | 0.2% | - |
| HSV(B) | 56.57º | 0.82% | 0.33% | - |
| XYZ | 6.77 | 7.85 | 1.61 | - |
| YUV | 74.67 | 94.33 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 15 | 0 | 0.05 | 0.82 | 0.67 | 56.57 | 0.7 | 0.2 |
| Hex | 55 | 51 | F | 0 | 5 | 52 | 43 | 39 | 46 | 14 |
| Octal | 125 | 121 | 17 | 0 | 5 | 122 | 103 | 71 | 106 | 24 |
| Binary | 1010101 | 1010001 | 1111 | 0 | 101 | 1010010 | 1000011 | 111001 | 1000110 | 10100 |
Color Harmonies of #55510F
Complementary color
Monochromatic Colors of #55510F
Black with #55510F
Text Example
Text Example
White with #55510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55510F; }
p { color: rgb(85,81,15); }
H1.HeaderClassName
{
color: #55510F;
}
.AnyTagClassName
{
color: #55510F;
}
</style>
background-color css
<style>
a { background-color: #55510F; }
a { background-color: rgb(85,81,15); }
div.DivClassName
{
background-color: #55510F;
}
.BgClassName
{
background-color: #55510F;
}
</style>
border-color css
<style>
span { border-color: #55510F; }
span { border-color: rgb(85,81,15); }
td.TdClassName
{
border-color: #55510F;
}
.TagClassName
{
border-color: #55510F;
}
</style>