Shades of Army green #55531D
Tints of Army green #55531D
RGB
CMYK
RGB Variations
Color information
#55531D (or 0x55531D) is known color: Army green. HEX triplet: 55, 53 and 1D. RGB value is (85,83,29). Sum of RGB (Red+Green+Blue) = 85+83+29=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #55531D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55531D is #AAACE2. Grayscale: #4D4D4D. Windows color (decimal): -11185379 or 1921877. OLE color: 1921877.
HSL color Cylindrical-coordinate representation of color #55531D: hue angle of 57.86º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55531D is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 29 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.67 |
| HSL | 57.86º | 0.49% | 0.22% | - |
| HSV(B) | 57.86º | 0.66% | 0.33% | - |
| XYZ | 7.06 | 8.21 | 2.37 | - |
| YUV | 77.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 29 | 0 | 0.02 | 0.66 | 0.67 | 57.86 | 0.49 | 0.22 |
| Hex | 55 | 53 | 1D | 0 | 2 | 42 | 43 | 3A | 31 | 16 |
| Octal | 125 | 123 | 35 | 0 | 2 | 102 | 103 | 72 | 61 | 26 |
| Binary | 1010101 | 1010011 | 11101 | 0 | 10 | 1000010 | 1000011 | 111010 | 110001 | 10110 |
Color Harmonies of #55531D
Complementary color
Monochromatic Colors of #55531D
Black with #55531D
Text Example
Text Example
White with #55531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55531D; }
p { color: rgb(85,83,29); }
H1.HeaderClassName
{
color: #55531D;
}
.AnyTagClassName
{
color: #55531D;
}
</style>
background-color css
<style>
a { background-color: #55531D; }
a { background-color: rgb(85,83,29); }
div.DivClassName
{
background-color: #55531D;
}
.BgClassName
{
background-color: #55531D;
}
</style>
border-color css
<style>
span { border-color: #55531D; }
span { border-color: rgb(85,83,29); }
td.TdClassName
{
border-color: #55531D;
}
.TagClassName
{
border-color: #55531D;
}
</style>