Shades of Army green #525521
Tints of Army green #525521
RGB
CMYK
RGB Variations
Color information
#525521 (or 0x525521) is known color: Army green. HEX triplet: 52, 55 and 21. RGB value is (82,85,33). Sum of RGB (Red+Green+Blue) = 82+85+33=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #525521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525521 is #ADAADE. Grayscale: #4E4E4E. Windows color (decimal): -11381471 or 2184530. OLE color: 2184530.
HSL color Cylindrical-coordinate representation of color #525521: hue angle of 63.46º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #525521 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 85 | 33 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.67 |
| HSL | 63.46º | 0.44% | 0.23% | - |
| HSV(B) | 63.46º | 0.61% | 0.33% | - |
| XYZ | 7 | 8.4 | 2.69 | - |
| YUV | 78.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 33 | 0.04 | 0 | 0.61 | 0.67 | 63.46 | 0.44 | 0.23 |
| Hex | 52 | 55 | 21 | 4 | 0 | 3D | 43 | 3F | 2C | 17 |
| Octal | 122 | 125 | 41 | 4 | 0 | 75 | 103 | 77 | 54 | 27 |
| Binary | 1010010 | 1010101 | 100001 | 100 | 0 | 111101 | 1000011 | 111111 | 101100 | 10111 |
Color Harmonies of #525521
Complementary color
Monochromatic Colors of #525521
Black with #525521
Text Example
Text Example
White with #525521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525521; }
p { color: rgb(82,85,33); }
H1.HeaderClassName
{
color: #525521;
}
.AnyTagClassName
{
color: #525521;
}
</style>
background-color css
<style>
a { background-color: #525521; }
a { background-color: rgb(82,85,33); }
div.DivClassName
{
background-color: #525521;
}
.BgClassName
{
background-color: #525521;
}
</style>
border-color css
<style>
span { border-color: #525521; }
span { border-color: rgb(82,85,33); }
td.TdClassName
{
border-color: #525521;
}
.TagClassName
{
border-color: #525521;
}
</style>