Shades of Army green #525523
Tints of Army green #525523
RGB
CMYK
RGB Variations
Color information
#525523 (or 0x525523) is known color: Army green. HEX triplet: 52, 55 and 23. RGB value is (82,85,35). Sum of RGB (Red+Green+Blue) = 82+85+35=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 35 (14.06% from 255 or 17.33% from 202); Max value from RGB is 85 - color contains mainly: green. Hex color #525523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525523 is #ADAADC. Grayscale: #4E4E4E. Windows color (decimal): -11381469 or 2315602. OLE color: 2315602.
HSL color Cylindrical-coordinate representation of color #525523: hue angle of 63.6º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #525523 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 85 | 35 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.67 |
| HSL | 63.6º | 0.42% | 0.24% | - |
| HSV(B) | 63.6º | 0.59% | 0.33% | - |
| XYZ | 7.03 | 8.41 | 2.84 | - |
| YUV | 78.4 | 103.51 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 35 | 0.04 | 0 | 0.59 | 0.67 | 63.6 | 0.42 | 0.24 |
| Hex | 52 | 55 | 23 | 4 | 0 | 3B | 43 | 40 | 2A | 18 |
| Octal | 122 | 125 | 43 | 4 | 0 | 73 | 103 | 100 | 52 | 30 |
| Binary | 1010010 | 1010101 | 100011 | 100 | 0 | 111011 | 1000011 | 1000000 | 101010 | 11000 |
Color Harmonies of #525523
Complementary color
Monochromatic Colors of #525523
Black with #525523
Text Example
Text Example
White with #525523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525523; }
p { color: rgb(82,85,35); }
H1.HeaderClassName
{
color: #525523;
}
.AnyTagClassName
{
color: #525523;
}
</style>
background-color css
<style>
a { background-color: #525523; }
a { background-color: rgb(82,85,35); }
div.DivClassName
{
background-color: #525523;
}
.BgClassName
{
background-color: #525523;
}
</style>
border-color css
<style>
span { border-color: #525523; }
span { border-color: rgb(82,85,35); }
td.TdClassName
{
border-color: #525523;
}
.TagClassName
{
border-color: #525523;
}
</style>