Shades of Army green #525515
Tints of Army green #525515
RGB
CMYK
RGB Variations
Color information
#525515 (or 0x525515) is known color: Army green. HEX triplet: 52, 55 and 15. RGB value is (82,85,21). Sum of RGB (Red+Green+Blue) = 82+85+21=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #525515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525515 is #ADAAEA. Grayscale: #4D4D4D. Windows color (decimal): -11381483 or 1398098. OLE color: 1398098.
HSL color Cylindrical-coordinate representation of color #525515: hue angle of 62.81º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #525515 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 85 | 21 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.67 |
| HSL | 62.81º | 0.6% | 0.21% | - |
| HSV(B) | 62.81º | 0.75% | 0.33% | - |
| XYZ | 6.86 | 8.34 | 1.96 | - |
| YUV | 76.81 | 96.51 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 21 | 0.04 | 0 | 0.75 | 0.67 | 62.81 | 0.6 | 0.21 |
| Hex | 52 | 55 | 15 | 4 | 0 | 4B | 43 | 3F | 3C | 15 |
| Octal | 122 | 125 | 25 | 4 | 0 | 113 | 103 | 77 | 74 | 25 |
| Binary | 1010010 | 1010101 | 10101 | 100 | 0 | 1001011 | 1000011 | 111111 | 111100 | 10101 |
Color Harmonies of #525515
Complementary color
Monochromatic Colors of #525515
Black with #525515
Text Example
Text Example
White with #525515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525515; }
p { color: rgb(82,85,21); }
H1.HeaderClassName
{
color: #525515;
}
.AnyTagClassName
{
color: #525515;
}
</style>
background-color css
<style>
a { background-color: #525515; }
a { background-color: rgb(82,85,21); }
div.DivClassName
{
background-color: #525515;
}
.BgClassName
{
background-color: #525515;
}
</style>
border-color css
<style>
span { border-color: #525515; }
span { border-color: rgb(82,85,21); }
td.TdClassName
{
border-color: #525515;
}
.TagClassName
{
border-color: #525515;
}
</style>