Shades of Army green #515220
Tints of Army green #515220
RGB
CMYK
RGB Variations
Color information
#515220 (or 0x515220) is known color: Army green. HEX triplet: 51, 52 and 20. RGB value is (81,82,32). Sum of RGB (Red+Green+Blue) = 81+82+32=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 82 - color contains mainly: green. Hex color #515220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515220 is #AEADDF. Grayscale: #4C4C4C. Windows color (decimal): -11447776 or 2118225. OLE color: 2118225.
HSL color Cylindrical-coordinate representation of color #515220: hue angle of 61.2º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #515220 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 82 | 32 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.68 |
| HSL | 61.2º | 0.44% | 0.22% | - |
| HSV(B) | 61.2º | 0.61% | 0.32% | - |
| XYZ | 6.67 | 7.89 | 2.54 | - |
| YUV | 76 | 103.17 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 82 | 32 | 0.01 | 0 | 0.61 | 0.68 | 61.2 | 0.44 | 0.22 |
| Hex | 51 | 52 | 20 | 1 | 0 | 3D | 44 | 3D | 2C | 16 |
| Octal | 121 | 122 | 40 | 1 | 0 | 75 | 104 | 75 | 54 | 26 |
| Binary | 1010001 | 1010010 | 100000 | 1 | 0 | 111101 | 1000100 | 111101 | 101100 | 10110 |
Color Harmonies of #515220
Complementary color
Monochromatic Colors of #515220
Black with #515220
Text Example
Text Example
White with #515220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515220; }
p { color: rgb(81,82,32); }
H1.HeaderClassName
{
color: #515220;
}
.AnyTagClassName
{
color: #515220;
}
</style>
background-color css
<style>
a { background-color: #515220; }
a { background-color: rgb(81,82,32); }
div.DivClassName
{
background-color: #515220;
}
.BgClassName
{
background-color: #515220;
}
</style>
border-color css
<style>
span { border-color: #515220; }
span { border-color: rgb(81,82,32); }
td.TdClassName
{
border-color: #515220;
}
.TagClassName
{
border-color: #515220;
}
</style>