Shades of Army green #555313
Tints of Army green #555313
RGB
CMYK
RGB Variations
Color information
#555313 (or 0x555313) is known color: Army green. HEX triplet: 55, 53 and 13. RGB value is (85,83,19). Sum of RGB (Red+Green+Blue) = 85+83+19=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 85 - color contains mainly: red. Hex color #555313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555313 is #AAACEC. Grayscale: #4C4C4C. Windows color (decimal): -11185389 or 1266517. OLE color: 1266517.
HSL color Cylindrical-coordinate representation of color #555313: hue angle of 58.18º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #555313 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 19 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.67 |
| HSL | 58.18º | 0.63% | 0.2% | - |
| HSV(B) | 58.18º | 0.78% | 0.33% | - |
| XYZ | 6.96 | 8.16 | 1.83 | - |
| YUV | 76.3 | 95.66 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 19 | 0 | 0.02 | 0.78 | 0.67 | 58.18 | 0.63 | 0.2 |
| Hex | 55 | 53 | 13 | 0 | 2 | 4E | 43 | 3A | 3F | 14 |
| Octal | 125 | 123 | 23 | 0 | 2 | 116 | 103 | 72 | 77 | 24 |
| Binary | 1010101 | 1010011 | 10011 | 0 | 10 | 1001110 | 1000011 | 111010 | 111111 | 10100 |
Color Harmonies of #555313
Complementary color
Monochromatic Colors of #555313
Black with #555313
Text Example
Text Example
White with #555313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555313; }
p { color: rgb(85,83,19); }
H1.HeaderClassName
{
color: #555313;
}
.AnyTagClassName
{
color: #555313;
}
</style>
background-color css
<style>
a { background-color: #555313; }
a { background-color: rgb(85,83,19); }
div.DivClassName
{
background-color: #555313;
}
.BgClassName
{
background-color: #555313;
}
</style>
border-color css
<style>
span { border-color: #555313; }
span { border-color: rgb(85,83,19); }
td.TdClassName
{
border-color: #555313;
}
.TagClassName
{
border-color: #555313;
}
</style>