Shades of Army green #525121
Tints of Army green #525121
RGB
CMYK
RGB Variations
Color information
#525121 (or 0x525121) is known color: Army green. HEX triplet: 52, 51 and 21. RGB value is (82,81,33). Sum of RGB (Red+Green+Blue) = 82+81+33=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 82 - color contains mainly: red. Hex color #525121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525121 is #ADAEDE. Grayscale: #4C4C4C. Windows color (decimal): -11382495 or 2183506. OLE color: 2183506.
HSL color Cylindrical-coordinate representation of color #525121: hue angle of 58.78º 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 #525121 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 81 | 33 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.68 |
| HSL | 58.78º | 0.43% | 0.23% | - |
| HSV(B) | 58.78º | 0.6% | 0.32% | - |
| XYZ | 6.7 | 7.79 | 2.59 | - |
| YUV | 75.83 | 103.83 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 33 | 0 | 0.01 | 0.60 | 0.68 | 58.78 | 0.43 | 0.23 |
| Hex | 52 | 51 | 21 | 0 | 1 | 3C | 44 | 3B | 2B | 17 |
| Octal | 122 | 121 | 41 | 0 | 1 | 74 | 104 | 73 | 53 | 27 |
| Binary | 1010010 | 1010001 | 100001 | 0 | 1 | 111100 | 1000100 | 111011 | 101011 | 10111 |
Color Harmonies of #525121
Complementary color
Monochromatic Colors of #525121
Black with #525121
Text Example
Text Example
White with #525121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525121; }
p { color: rgb(82,81,33); }
H1.HeaderClassName
{
color: #525121;
}
.AnyTagClassName
{
color: #525121;
}
</style>
background-color css
<style>
a { background-color: #525121; }
a { background-color: rgb(82,81,33); }
div.DivClassName
{
background-color: #525121;
}
.BgClassName
{
background-color: #525121;
}
</style>
border-color css
<style>
span { border-color: #525121; }
span { border-color: rgb(82,81,33); }
td.TdClassName
{
border-color: #525121;
}
.TagClassName
{
border-color: #525121;
}
</style>