Shades of Army green #525323
Tints of Army green #525323
RGB
CMYK
RGB Variations
Color information
#525323 (or 0x525323) is known color: Army green. HEX triplet: 52, 53 and 23. RGB value is (82,83,35). Sum of RGB (Red+Green+Blue) = 82+83+35=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #525323 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525323 is #ADACDC. Grayscale: #4D4D4D. Windows color (decimal): -11381981 or 2315090. OLE color: 2315090.
HSL color Cylindrical-coordinate representation of color #525323: hue angle of 61.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #525323 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 83 | 35 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.67 |
| HSL | 61.25º | 0.41% | 0.23% | - |
| HSV(B) | 61.25º | 0.58% | 0.33% | - |
| XYZ | 6.88 | 8.1 | 2.79 | - |
| YUV | 77.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 35 | 0.01 | 0 | 0.58 | 0.67 | 61.25 | 0.41 | 0.23 |
| Hex | 52 | 53 | 23 | 1 | 0 | 3A | 43 | 3D | 29 | 17 |
| Octal | 122 | 123 | 43 | 1 | 0 | 72 | 103 | 75 | 51 | 27 |
| Binary | 1010010 | 1010011 | 100011 | 1 | 0 | 111010 | 1000011 | 111101 | 101001 | 10111 |
Color Harmonies of #525323
Complementary color
Monochromatic Colors of #525323
Black with #525323
Text Example
Text Example
White with #525323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525323; }
p { color: rgb(82,83,35); }
H1.HeaderClassName
{
color: #525323;
}
.AnyTagClassName
{
color: #525323;
}
</style>
background-color css
<style>
a { background-color: #525323; }
a { background-color: rgb(82,83,35); }
div.DivClassName
{
background-color: #525323;
}
.BgClassName
{
background-color: #525323;
}
</style>
border-color css
<style>
span { border-color: #525323; }
span { border-color: rgb(82,83,35); }
td.TdClassName
{
border-color: #525323;
}
.TagClassName
{
border-color: #525323;
}
</style>