Shades of Army green #525623
Tints of Army green #525623
RGB
CMYK
RGB Variations
Color information
#525623 (or 0x525623) is known color: Army green. HEX triplet: 52, 56 and 23. RGB value is (82,86,35). Sum of RGB (Red+Green+Blue) = 82+86+35=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 86 (33.98% from 255 or 42.36% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 86 - color contains mainly: green. Hex color #525623 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525623 is #ADA9DC. Grayscale: #4F4F4F. Windows color (decimal): -11381213 or 2315858. OLE color: 2315858.
HSL color Cylindrical-coordinate representation of color #525623: hue angle of 64.71º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #525623 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 86 | 35 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.66 |
| HSL | 64.71º | 0.42% | 0.24% | - |
| HSV(B) | 64.71º | 0.59% | 0.34% | - |
| XYZ | 7.11 | 8.57 | 2.87 | - |
| YUV | 78.99 | 103.17 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 35 | 0.05 | 0 | 0.59 | 0.66 | 64.71 | 0.42 | 0.24 |
| Hex | 52 | 56 | 23 | 5 | 0 | 3B | 42 | 41 | 2A | 18 |
| Octal | 122 | 126 | 43 | 5 | 0 | 73 | 102 | 101 | 52 | 30 |
| Binary | 1010010 | 1010110 | 100011 | 101 | 0 | 111011 | 1000010 | 1000001 | 101010 | 11000 |
Color Harmonies of #525623
Complementary color
Monochromatic Colors of #525623
Black with #525623
Text Example
Text Example
White with #525623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525623; }
p { color: rgb(82,86,35); }
H1.HeaderClassName
{
color: #525623;
}
.AnyTagClassName
{
color: #525623;
}
</style>
background-color css
<style>
a { background-color: #525623; }
a { background-color: rgb(82,86,35); }
div.DivClassName
{
background-color: #525623;
}
.BgClassName
{
background-color: #525623;
}
</style>
border-color css
<style>
span { border-color: #525623; }
span { border-color: rgb(82,86,35); }
td.TdClassName
{
border-color: #525623;
}
.TagClassName
{
border-color: #525623;
}
</style>