Shades of Army green #525321
Tints of Army green #525321
RGB
CMYK
RGB Variations
Color information
#525321 (or 0x525321) is known color: Army green. HEX triplet: 52, 53 and 21. RGB value is (82,83,33). Sum of RGB (Red+Green+Blue) = 82+83+33=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 83 - color contains mainly: green. Hex color #525321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525321 is #ADACDE. Grayscale: #4D4D4D. Windows color (decimal): -11381983 or 2184018. OLE color: 2184018.
HSL color Cylindrical-coordinate representation of color #525321: hue angle of 61.2º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #525321 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 83 | 33 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.67 |
| HSL | 61.2º | 0.43% | 0.23% | - |
| HSV(B) | 61.2º | 0.6% | 0.33% | - |
| XYZ | 6.85 | 8.09 | 2.64 | - |
| YUV | 77 | 103.17 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 33 | 0.01 | 0 | 0.60 | 0.67 | 61.2 | 0.43 | 0.23 |
| Hex | 52 | 53 | 21 | 1 | 0 | 3C | 43 | 3D | 2B | 17 |
| Octal | 122 | 123 | 41 | 1 | 0 | 74 | 103 | 75 | 53 | 27 |
| Binary | 1010010 | 1010011 | 100001 | 1 | 0 | 111100 | 1000011 | 111101 | 101011 | 10111 |
Color Harmonies of #525321
Complementary color
Monochromatic Colors of #525321
Black with #525321
Text Example
Text Example
White with #525321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525321; }
p { color: rgb(82,83,33); }
H1.HeaderClassName
{
color: #525321;
}
.AnyTagClassName
{
color: #525321;
}
</style>
background-color css
<style>
a { background-color: #525321; }
a { background-color: rgb(82,83,33); }
div.DivClassName
{
background-color: #525321;
}
.BgClassName
{
background-color: #525321;
}
</style>
border-color css
<style>
span { border-color: #525321; }
span { border-color: rgb(82,83,33); }
td.TdClassName
{
border-color: #525321;
}
.TagClassName
{
border-color: #525321;
}
</style>