Shades of Army green #515221
Tints of Army green #515221
RGB
CMYK
RGB Variations
Color information
#515221 (or 0x515221) is known color: Army green. HEX triplet: 51, 52 and 21. RGB value is (81,82,33). Sum of RGB (Red+Green+Blue) = 81+82+33=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 82 - color contains mainly: green. Hex color #515221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515221 is #AEADDE. Grayscale: #4C4C4C. Windows color (decimal): -11447775 or 2183761. OLE color: 2183761.
HSL color Cylindrical-coordinate representation of color #515221: hue angle of 61.22º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #515221 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 82 | 33 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.68 |
| HSL | 61.22º | 0.43% | 0.23% | - |
| HSV(B) | 61.22º | 0.6% | 0.32% | - |
| XYZ | 6.69 | 7.89 | 2.61 | - |
| YUV | 76.12 | 103.67 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 33 | 0.01 | 0 | 0.60 | 0.68 | 61.22 | 0.43 | 0.23 |
| Hex | 51 | 52 | 21 | 1 | 0 | 3C | 44 | 3D | 2B | 17 |
| Octal | 121 | 122 | 41 | 1 | 0 | 74 | 104 | 75 | 53 | 27 |
| Binary | 1010001 | 1010010 | 100001 | 1 | 0 | 111100 | 1000100 | 111101 | 101011 | 10111 |
Color Harmonies of #515221
Complementary color
Monochromatic Colors of #515221
Black with #515221
Text Example
Text Example
White with #515221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515221; }
p { color: rgb(81,82,33); }
H1.HeaderClassName
{
color: #515221;
}
.AnyTagClassName
{
color: #515221;
}
</style>
background-color css
<style>
a { background-color: #515221; }
a { background-color: rgb(81,82,33); }
div.DivClassName
{
background-color: #515221;
}
.BgClassName
{
background-color: #515221;
}
</style>
border-color css
<style>
span { border-color: #515221; }
span { border-color: rgb(81,82,33); }
td.TdClassName
{
border-color: #515221;
}
.TagClassName
{
border-color: #515221;
}
</style>