Shades of Army green #515121
Tints of Army green #515121
RGB
CMYK
RGB Variations
Color information
#515121 (or 0x515121) is known color: Army green. HEX triplet: 51, 51 and 21. RGB value is (81,81,33). Sum of RGB (Red+Green+Blue) = 81+81+33=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 81 - color contains mainly: red, green. Hex color #515121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515121 is #AEAEDE. Grayscale: #4B4B4B. Windows color (decimal): -11448031 or 2183505. OLE color: 2183505.
HSL color Cylindrical-coordinate representation of color #515121: hue angle of 60º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #515121 is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 81 | 33 | - |
| CMYK | 0 | 0 | 0.59 | 0.68 |
| HSL | 60º | 0.42% | 0.22% | - |
| HSV(B) | 60º | 0.59% | 0.32% | - |
| XYZ | 6.61 | 7.74 | 2.59 | - |
| YUV | 75.53 | 104 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 81 | 33 | 0 | 0 | 0.59 | 0.68 | 60 | 0.42 | 0.22 |
| Hex | 51 | 51 | 21 | 0 | 0 | 3B | 44 | 3C | 2A | 16 |
| Octal | 121 | 121 | 41 | 0 | 0 | 73 | 104 | 74 | 52 | 26 |
| Binary | 1010001 | 1010001 | 100001 | 0 | 0 | 111011 | 1000100 | 111100 | 101010 | 10110 |
Color Harmonies of #515121
Complementary color
Monochromatic Colors of #515121
Black with #515121
Text Example
Text Example
White with #515121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515121; }
p { color: rgb(81,81,33); }
H1.HeaderClassName
{
color: #515121;
}
.AnyTagClassName
{
color: #515121;
}
</style>
background-color css
<style>
a { background-color: #515121; }
a { background-color: rgb(81,81,33); }
div.DivClassName
{
background-color: #515121;
}
.BgClassName
{
background-color: #515121;
}
</style>
border-color css
<style>
span { border-color: #515121; }
span { border-color: rgb(81,81,33); }
td.TdClassName
{
border-color: #515121;
}
.TagClassName
{
border-color: #515121;
}
</style>