Shades of Army green #555314
Tints of Army green #555314
RGB
CMYK
RGB Variations
Color information
#555314 (or 0x555314) is known color: Army green. HEX triplet: 55, 53 and 14. RGB value is (85,83,20). Sum of RGB (Red+Green+Blue) = 85+83+20=188 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.21% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 85 - color contains mainly: red. Hex color #555314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555314 is #AAACEB. Grayscale: #4C4C4C. Windows color (decimal): -11185388 or 1332053. OLE color: 1332053.
HSL color Cylindrical-coordinate representation of color #555314: hue angle of 58.15º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #555314 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 83 | 20 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.67 |
| HSL | 58.15º | 0.62% | 0.21% | - |
| HSV(B) | 58.15º | 0.76% | 0.33% | - |
| XYZ | 6.97 | 8.17 | 1.87 | - |
| YUV | 76.42 | 96.16 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 20 | 0 | 0.02 | 0.76 | 0.67 | 58.15 | 0.62 | 0.21 |
| Hex | 55 | 53 | 14 | 0 | 2 | 4C | 43 | 3A | 3E | 15 |
| Octal | 125 | 123 | 24 | 0 | 2 | 114 | 103 | 72 | 76 | 25 |
| Binary | 1010101 | 1010011 | 10100 | 0 | 10 | 1001100 | 1000011 | 111010 | 111110 | 10101 |
Color Harmonies of #555314
Complementary color
Monochromatic Colors of #555314
Black with #555314
Text Example
Text Example
White with #555314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555314; }
p { color: rgb(85,83,20); }
H1.HeaderClassName
{
color: #555314;
}
.AnyTagClassName
{
color: #555314;
}
</style>
background-color css
<style>
a { background-color: #555314; }
a { background-color: rgb(85,83,20); }
div.DivClassName
{
background-color: #555314;
}
.BgClassName
{
background-color: #555314;
}
</style>
border-color css
<style>
span { border-color: #555314; }
span { border-color: rgb(85,83,20); }
td.TdClassName
{
border-color: #555314;
}
.TagClassName
{
border-color: #555314;
}
</style>