Shades of Army green #525017
Tints of Army green #525017
RGB
CMYK
RGB Variations
Color information
#525017 (or 0x525017) is known color: Army green. HEX triplet: 52, 50 and 17. RGB value is (82,80,23). Sum of RGB (Red+Green+Blue) = 82+80+23=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 82 - color contains mainly: red. Hex color #525017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525017 is #ADAFE8. Grayscale: #4A4A4A. Windows color (decimal): -11382761 or 1527890. OLE color: 1527890.
HSL color Cylindrical-coordinate representation of color #525017: hue angle of 57.97º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #525017 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 80 | 23 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.68 |
| HSL | 57.97º | 0.56% | 0.21% | - |
| HSV(B) | 57.97º | 0.72% | 0.32% | - |
| XYZ | 6.5 | 7.59 | 1.93 | - |
| YUV | 74.1 | 99.16 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 23 | 0 | 0.02 | 0.72 | 0.68 | 57.97 | 0.56 | 0.21 |
| Hex | 52 | 50 | 17 | 0 | 2 | 48 | 44 | 3A | 38 | 15 |
| Octal | 122 | 120 | 27 | 0 | 2 | 110 | 104 | 72 | 70 | 25 |
| Binary | 1010010 | 1010000 | 10111 | 0 | 10 | 1001000 | 1000100 | 111010 | 111000 | 10101 |
Color Harmonies of #525017
Complementary color
Monochromatic Colors of #525017
Black with #525017
Text Example
Text Example
White with #525017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525017; }
p { color: rgb(82,80,23); }
H1.HeaderClassName
{
color: #525017;
}
.AnyTagClassName
{
color: #525017;
}
</style>
background-color css
<style>
a { background-color: #525017; }
a { background-color: rgb(82,80,23); }
div.DivClassName
{
background-color: #525017;
}
.BgClassName
{
background-color: #525017;
}
</style>
border-color css
<style>
span { border-color: #525017; }
span { border-color: rgb(82,80,23); }
td.TdClassName
{
border-color: #525017;
}
.TagClassName
{
border-color: #525017;
}
</style>