Shades of Army green #525615
Tints of Army green #525615
RGB
CMYK
RGB Variations
Color information
#525615 (or 0x525615) is known color: Army green. HEX triplet: 52, 56 and 15. RGB value is (82,86,21). Sum of RGB (Red+Green+Blue) = 82+86+21=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 86 - color contains mainly: green. Hex color #525615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525615 is #ADA9EA. Grayscale: #4D4D4D. Windows color (decimal): -11381227 or 1398354. OLE color: 1398354.
HSL color Cylindrical-coordinate representation of color #525615: hue angle of 63.69º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #525615 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 82 | 86 | 21 | - |
| CMYK | 0.05 | 0 | 0.76 | 0.66 |
| HSL | 63.69º | 0.61% | 0.21% | - |
| HSV(B) | 63.69º | 0.76% | 0.34% | - |
| XYZ | 6.94 | 8.5 | 1.98 | - |
| YUV | 77.39 | 96.17 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 21 | 0.05 | 0 | 0.76 | 0.66 | 63.69 | 0.61 | 0.21 |
| Hex | 52 | 56 | 15 | 5 | 0 | 4C | 42 | 40 | 3D | 15 |
| Octal | 122 | 126 | 25 | 5 | 0 | 114 | 102 | 100 | 75 | 25 |
| Binary | 1010010 | 1010110 | 10101 | 101 | 0 | 1001100 | 1000010 | 1000000 | 111101 | 10101 |
Color Harmonies of #525615
Complementary color
Monochromatic Colors of #525615
Black with #525615
Text Example
Text Example
White with #525615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525615; }
p { color: rgb(82,86,21); }
H1.HeaderClassName
{
color: #525615;
}
.AnyTagClassName
{
color: #525615;
}
</style>
background-color css
<style>
a { background-color: #525615; }
a { background-color: rgb(82,86,21); }
div.DivClassName
{
background-color: #525615;
}
.BgClassName
{
background-color: #525615;
}
</style>
border-color css
<style>
span { border-color: #525615; }
span { border-color: rgb(82,86,21); }
td.TdClassName
{
border-color: #525615;
}
.TagClassName
{
border-color: #525615;
}
</style>