Shades of Army green #555312
Tints of Army green #555312
RGB
CMYK
RGB Variations
Color information
#555312 (or 0x555312) is known color: Army green. HEX triplet: 55, 53 and 12. RGB value is (85,83,18). Sum of RGB (Red+Green+Blue) = 85+83+18=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #555312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555312 is #AAACED. Grayscale: #4C4C4C. Windows color (decimal): -11185390 or 1200981. OLE color: 1200981.
HSL color Cylindrical-coordinate representation of color #555312: hue angle of 58.21º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #555312 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 18 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.67 |
| HSL | 58.21º | 0.65% | 0.2% | - |
| HSV(B) | 58.21º | 0.79% | 0.33% | - |
| XYZ | 6.95 | 8.16 | 1.78 | - |
| YUV | 76.19 | 95.16 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 18 | 0 | 0.02 | 0.79 | 0.67 | 58.21 | 0.65 | 0.2 |
| Hex | 55 | 53 | 12 | 0 | 2 | 4F | 43 | 3A | 41 | 14 |
| Octal | 125 | 123 | 22 | 0 | 2 | 117 | 103 | 72 | 101 | 24 |
| Binary | 1010101 | 1010011 | 10010 | 0 | 10 | 1001111 | 1000011 | 111010 | 1000001 | 10100 |
Color Harmonies of #555312
Complementary color
Monochromatic Colors of #555312
Black with #555312
Text Example
Text Example
White with #555312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555312; }
p { color: rgb(85,83,18); }
H1.HeaderClassName
{
color: #555312;
}
.AnyTagClassName
{
color: #555312;
}
</style>
background-color css
<style>
a { background-color: #555312; }
a { background-color: rgb(85,83,18); }
div.DivClassName
{
background-color: #555312;
}
.BgClassName
{
background-color: #555312;
}
</style>
border-color css
<style>
span { border-color: #555312; }
span { border-color: rgb(85,83,18); }
td.TdClassName
{
border-color: #555312;
}
.TagClassName
{
border-color: #555312;
}
</style>