Shades of Army green #525917
Tints of Army green #525917
RGB
CMYK
RGB Variations
Color information
#525917 (or 0x525917) is known color: Army green. HEX triplet: 52, 59 and 17. RGB value is (82,89,23). Sum of RGB (Red+Green+Blue) = 82+89+23=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 89 (35.16% from 255 or 45.88% from 194); Blue value is 23 (9.38% from 255 or 11.86% from 194); Max value from RGB is 89 - color contains mainly: green. Hex color #525917 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525917 is #ADA6E8. Grayscale: #4F4F4F. Windows color (decimal): -11380457 or 1530194. OLE color: 1530194.
HSL color Cylindrical-coordinate representation of color #525917: hue angle of 66.36º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #525917 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 89 | 23 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.65 |
| HSL | 66.36º | 0.59% | 0.22% | - |
| HSV(B) | 66.36º | 0.74% | 0.35% | - |
| XYZ | 7.21 | 9 | 2.17 | - |
| YUV | 79.38 | 96.18 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 23 | 0.08 | 0 | 0.74 | 0.65 | 66.36 | 0.59 | 0.22 |
| Hex | 52 | 59 | 17 | 8 | 0 | 4A | 41 | 42 | 3B | 16 |
| Octal | 122 | 131 | 27 | 10 | 0 | 112 | 101 | 102 | 73 | 26 |
| Binary | 1010010 | 1011001 | 10111 | 1000 | 0 | 1001010 | 1000001 | 1000010 | 111011 | 10110 |
Color Harmonies of #525917
Complementary color
Monochromatic Colors of #525917
Black with #525917
Text Example
Text Example
White with #525917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525917; }
p { color: rgb(82,89,23); }
H1.HeaderClassName
{
color: #525917;
}
.AnyTagClassName
{
color: #525917;
}
</style>
background-color css
<style>
a { background-color: #525917; }
a { background-color: rgb(82,89,23); }
div.DivClassName
{
background-color: #525917;
}
.BgClassName
{
background-color: #525917;
}
</style>
border-color css
<style>
span { border-color: #525917; }
span { border-color: rgb(82,89,23); }
td.TdClassName
{
border-color: #525917;
}
.TagClassName
{
border-color: #525917;
}
</style>