Shades of Army green #555A13
Tints of Army green #555A13
RGB
CMYK
RGB Variations
Color information
#555A13 (or 0x555A13) is known color: Army green. HEX triplet: 55, 5A and 13. RGB value is (85,90,19). Sum of RGB (Red+Green+Blue) = 85+90+19=194 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.81% from 194); Green value is 90 (35.55% from 255 or 46.39% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 90 - color contains mainly: green. Hex color #555A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555A13 is #AAA5EC. Grayscale: #505050. Windows color (decimal): -11183597 or 1268309. OLE color: 1268309.
HSL color Cylindrical-coordinate representation of color #555A13: hue angle of 64.23º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #555A13 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 90 | 19 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.65 |
| HSL | 64.23º | 0.65% | 0.21% | - |
| HSV(B) | 64.23º | 0.79% | 0.35% | - |
| XYZ | 7.52 | 9.29 | 2.01 | - |
| YUV | 80.41 | 93.34 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 19 | 0.06 | 0 | 0.79 | 0.65 | 64.23 | 0.65 | 0.21 |
| Hex | 55 | 5A | 13 | 6 | 0 | 4F | 41 | 40 | 41 | 15 |
| Octal | 125 | 132 | 23 | 6 | 0 | 117 | 101 | 100 | 101 | 25 |
| Binary | 1010101 | 1011010 | 10011 | 110 | 0 | 1001111 | 1000001 | 1000000 | 1000001 | 10101 |
Color Harmonies of #555A13
Complementary color
Monochromatic Colors of #555A13
Black with #555A13
Text Example
Text Example
White with #555A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A13; }
p { color: rgb(85,90,19); }
H1.HeaderClassName
{
color: #555A13;
}
.AnyTagClassName
{
color: #555A13;
}
</style>
background-color css
<style>
a { background-color: #555A13; }
a { background-color: rgb(85,90,19); }
div.DivClassName
{
background-color: #555A13;
}
.BgClassName
{
background-color: #555A13;
}
</style>
border-color css
<style>
span { border-color: #555A13; }
span { border-color: rgb(85,90,19); }
td.TdClassName
{
border-color: #555A13;
}
.TagClassName
{
border-color: #555A13;
}
</style>