Shades of Army green #525B20
Tints of Army green #525B20
RGB
CMYK
RGB Variations
Color information
#525B20 (or 0x525B20) is known color: Army green. HEX triplet: 52, 5B and 20. RGB value is (82,91,32). Sum of RGB (Red+Green+Blue) = 82+91+32=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 91 (35.94% from 255 or 44.39% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 91 - color contains mainly: green. Hex color #525B20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525B20 is #ADA4DF. Grayscale: #515151. Windows color (decimal): -11379936 or 2120530. OLE color: 2120530.
HSL color Cylindrical-coordinate representation of color #525B20: hue angle of 69.15º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #525B20 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 91 | 32 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.64 |
| HSL | 69.15º | 0.48% | 0.24% | - |
| HSV(B) | 69.15º | 0.65% | 0.36% | - |
| XYZ | 7.48 | 9.38 | 2.78 | - |
| YUV | 81.58 | 100.02 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 32 | 0.10 | 0 | 0.65 | 0.64 | 69.15 | 0.48 | 0.24 |
| Hex | 52 | 5B | 20 | A | 0 | 41 | 40 | 45 | 30 | 18 |
| Octal | 122 | 133 | 40 | 12 | 0 | 101 | 100 | 105 | 60 | 30 |
| Binary | 1010010 | 1011011 | 100000 | 1010 | 0 | 1000001 | 1000000 | 1000101 | 110000 | 11000 |
Color Harmonies of #525B20
Complementary color
Monochromatic Colors of #525B20
Black with #525B20
Text Example
Text Example
White with #525B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B20; }
p { color: rgb(82,91,32); }
H1.HeaderClassName
{
color: #525B20;
}
.AnyTagClassName
{
color: #525B20;
}
</style>
background-color css
<style>
a { background-color: #525B20; }
a { background-color: rgb(82,91,32); }
div.DivClassName
{
background-color: #525B20;
}
.BgClassName
{
background-color: #525B20;
}
</style>
border-color css
<style>
span { border-color: #525B20; }
span { border-color: rgb(82,91,32); }
td.TdClassName
{
border-color: #525B20;
}
.TagClassName
{
border-color: #525B20;
}
</style>