Shades of Army green #525118
Tints of Army green #525118
RGB
CMYK
RGB Variations
Color information
#525118 (or 0x525118) is known color: Army green. HEX triplet: 52, 51 and 18. RGB value is (82,81,24). Sum of RGB (Red+Green+Blue) = 82+81+24=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 24 (9.77% from 255 or 12.83% from 187); Max value from RGB is 82 - color contains mainly: red. Hex color #525118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525118 is #ADAEE7. Grayscale: #4B4B4B. Windows color (decimal): -11382504 or 1593682. OLE color: 1593682.
HSL color Cylindrical-coordinate representation of color #525118: hue angle of 58.97º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #525118 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 81 | 24 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.68 |
| HSL | 58.97º | 0.55% | 0.21% | - |
| HSV(B) | 58.97º | 0.71% | 0.32% | - |
| XYZ | 6.59 | 7.74 | 2.01 | - |
| YUV | 74.8 | 99.33 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 24 | 0 | 0.01 | 0.71 | 0.68 | 58.97 | 0.55 | 0.21 |
| Hex | 52 | 51 | 18 | 0 | 1 | 47 | 44 | 3B | 37 | 15 |
| Octal | 122 | 121 | 30 | 0 | 1 | 107 | 104 | 73 | 67 | 25 |
| Binary | 1010010 | 1010001 | 11000 | 0 | 1 | 1000111 | 1000100 | 111011 | 110111 | 10101 |
Color Harmonies of #525118
Complementary color
Monochromatic Colors of #525118
Black with #525118
Text Example
Text Example
White with #525118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525118; }
p { color: rgb(82,81,24); }
H1.HeaderClassName
{
color: #525118;
}
.AnyTagClassName
{
color: #525118;
}
</style>
background-color css
<style>
a { background-color: #525118; }
a { background-color: rgb(82,81,24); }
div.DivClassName
{
background-color: #525118;
}
.BgClassName
{
background-color: #525118;
}
</style>
border-color css
<style>
span { border-color: #525118; }
span { border-color: rgb(82,81,24); }
td.TdClassName
{
border-color: #525118;
}
.TagClassName
{
border-color: #525118;
}
</style>