Shades of Army green #525417
Tints of Army green #525417
RGB
CMYK
RGB Variations
Color information
#525417 (or 0x525417) is known color: Army green. HEX triplet: 52, 54 and 17. RGB value is (82,84,23). Sum of RGB (Red+Green+Blue) = 82+84+23=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 23 (9.38% from 255 or 12.17% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #525417 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525417 is #ADABE8. Grayscale: #4C4C4C. Windows color (decimal): -11381737 or 1528914. OLE color: 1528914.
HSL color Cylindrical-coordinate representation of color #525417: hue angle of 61.97º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #525417 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 84 | 23 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.67 |
| HSL | 61.97º | 0.57% | 0.21% | - |
| HSV(B) | 61.97º | 0.73% | 0.33% | - |
| XYZ | 6.8 | 8.2 | 2.03 | - |
| YUV | 76.45 | 97.84 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 84 | 23 | 0.02 | 0 | 0.73 | 0.67 | 61.97 | 0.57 | 0.21 |
| Hex | 52 | 54 | 17 | 2 | 0 | 49 | 43 | 3E | 39 | 15 |
| Octal | 122 | 124 | 27 | 2 | 0 | 111 | 103 | 76 | 71 | 25 |
| Binary | 1010010 | 1010100 | 10111 | 10 | 0 | 1001001 | 1000011 | 111110 | 111001 | 10101 |
Color Harmonies of #525417
Complementary color
Monochromatic Colors of #525417
Black with #525417
Text Example
Text Example
White with #525417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525417; }
p { color: rgb(82,84,23); }
H1.HeaderClassName
{
color: #525417;
}
.AnyTagClassName
{
color: #525417;
}
</style>
background-color css
<style>
a { background-color: #525417; }
a { background-color: rgb(82,84,23); }
div.DivClassName
{
background-color: #525417;
}
.BgClassName
{
background-color: #525417;
}
</style>
border-color css
<style>
span { border-color: #525417; }
span { border-color: rgb(82,84,23); }
td.TdClassName
{
border-color: #525417;
}
.TagClassName
{
border-color: #525417;
}
</style>