Shades of Army green #525020
Tints of Army green #525020
RGB
CMYK
RGB Variations
Color information
#525020 (or 0x525020) is known color: Army green. HEX triplet: 52, 50 and 20. RGB value is (82,80,32). Sum of RGB (Red+Green+Blue) = 82+80+32=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 82 - color contains mainly: red. Hex color #525020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525020 is #ADAFDF. Grayscale: #4B4B4B. Windows color (decimal): -11382752 or 2117714. OLE color: 2117714.
HSL color Cylindrical-coordinate representation of color #525020: hue angle of 57.6º 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 #525020 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 80 | 32 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.68 |
| HSL | 57.6º | 0.44% | 0.22% | - |
| HSV(B) | 57.6º | 0.61% | 0.32% | - |
| XYZ | 6.61 | 7.64 | 2.49 | - |
| YUV | 75.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 32 | 0 | 0.02 | 0.61 | 0.68 | 57.6 | 0.44 | 0.22 |
| Hex | 52 | 50 | 20 | 0 | 2 | 3D | 44 | 3A | 2C | 16 |
| Octal | 122 | 120 | 40 | 0 | 2 | 75 | 104 | 72 | 54 | 26 |
| Binary | 1010010 | 1010000 | 100000 | 0 | 10 | 111101 | 1000100 | 111010 | 101100 | 10110 |
Color Harmonies of #525020
Complementary color
Monochromatic Colors of #525020
Black with #525020
Text Example
Text Example
White with #525020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525020; }
p { color: rgb(82,80,32); }
H1.HeaderClassName
{
color: #525020;
}
.AnyTagClassName
{
color: #525020;
}
</style>
background-color css
<style>
a { background-color: #525020; }
a { background-color: rgb(82,80,32); }
div.DivClassName
{
background-color: #525020;
}
.BgClassName
{
background-color: #525020;
}
</style>
border-color css
<style>
span { border-color: #525020; }
span { border-color: rgb(82,80,32); }
td.TdClassName
{
border-color: #525020;
}
.TagClassName
{
border-color: #525020;
}
</style>