Shades of Army green #55531A
Tints of Army green #55531A
RGB
CMYK
RGB Variations
Color information
#55531A (or 0x55531A) is known color: Army green. HEX triplet: 55, 53 and 1A. RGB value is (85,83,26). Sum of RGB (Red+Green+Blue) = 85+83+26=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 85 - color contains mainly: red. Hex color #55531A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55531A is #AAACE5. Grayscale: #4D4D4D. Windows color (decimal): -11185382 or 1725269. OLE color: 1725269.
HSL color Cylindrical-coordinate representation of color #55531A: hue angle of 57.97º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55531A is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 26 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.67 |
| HSL | 57.97º | 0.53% | 0.22% | - |
| HSV(B) | 57.97º | 0.69% | 0.33% | - |
| XYZ | 7.03 | 8.19 | 2.19 | - |
| YUV | 77.1 | 99.16 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 26 | 0 | 0.02 | 0.69 | 0.67 | 57.97 | 0.53 | 0.22 |
| Hex | 55 | 53 | 1A | 0 | 2 | 45 | 43 | 3A | 35 | 16 |
| Octal | 125 | 123 | 32 | 0 | 2 | 105 | 103 | 72 | 65 | 26 |
| Binary | 1010101 | 1010011 | 11010 | 0 | 10 | 1000101 | 1000011 | 111010 | 110101 | 10110 |
Color Harmonies of #55531A
Complementary color
Monochromatic Colors of #55531A
Black with #55531A
Text Example
Text Example
White with #55531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55531A; }
p { color: rgb(85,83,26); }
H1.HeaderClassName
{
color: #55531A;
}
.AnyTagClassName
{
color: #55531A;
}
</style>
background-color css
<style>
a { background-color: #55531A; }
a { background-color: rgb(85,83,26); }
div.DivClassName
{
background-color: #55531A;
}
.BgClassName
{
background-color: #55531A;
}
</style>
border-color css
<style>
span { border-color: #55531A; }
span { border-color: rgb(85,83,26); }
td.TdClassName
{
border-color: #55531A;
}
.TagClassName
{
border-color: #55531A;
}
</style>