Shades of Army green #525821
Tints of Army green #525821
RGB
CMYK
RGB Variations
Color information
#525821 (or 0x525821) is known color: Army green. HEX triplet: 52, 58 and 21. RGB value is (82,88,33). Sum of RGB (Red+Green+Blue) = 82+88+33=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 88 (34.77% from 255 or 43.35% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 88 - color contains mainly: green. Hex color #525821 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525821 is #ADA7DE. Grayscale: #505050. Windows color (decimal): -11380703 or 2185298. OLE color: 2185298.
HSL color Cylindrical-coordinate representation of color #525821: hue angle of 66.55º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #525821 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 88 | 33 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.65 |
| HSL | 66.55º | 0.45% | 0.24% | - |
| HSV(B) | 66.55º | 0.63% | 0.35% | - |
| XYZ | 7.24 | 8.88 | 2.77 | - |
| YUV | 79.94 | 101.51 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 88 | 33 | 0.07 | 0 | 0.62 | 0.65 | 66.55 | 0.45 | 0.24 |
| Hex | 52 | 58 | 21 | 7 | 0 | 3E | 41 | 43 | 2D | 18 |
| Octal | 122 | 130 | 41 | 7 | 0 | 76 | 101 | 103 | 55 | 30 |
| Binary | 1010010 | 1011000 | 100001 | 111 | 0 | 111110 | 1000001 | 1000011 | 101101 | 11000 |
Color Harmonies of #525821
Complementary color
Monochromatic Colors of #525821
Black with #525821
Text Example
Text Example
White with #525821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525821; }
p { color: rgb(82,88,33); }
H1.HeaderClassName
{
color: #525821;
}
.AnyTagClassName
{
color: #525821;
}
</style>
background-color css
<style>
a { background-color: #525821; }
a { background-color: rgb(82,88,33); }
div.DivClassName
{
background-color: #525821;
}
.BgClassName
{
background-color: #525821;
}
</style>
border-color css
<style>
span { border-color: #525821; }
span { border-color: rgb(82,88,33); }
td.TdClassName
{
border-color: #525821;
}
.TagClassName
{
border-color: #525821;
}
</style>