Shades of Army green #525319
Tints of Army green #525319
RGB
CMYK
RGB Variations
Color information
#525319 (or 0x525319) is known color: Army green. HEX triplet: 52, 53 and 19. RGB value is (82,83,25). Sum of RGB (Red+Green+Blue) = 82+83+25=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 25 (10.16% from 255 or 13.16% from 190); Max value from RGB is 83 - color contains mainly: green. Hex color #525319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525319 is #ADACE6. Grayscale: #4C4C4C. Windows color (decimal): -11381991 or 1659730. OLE color: 1659730.
HSL color Cylindrical-coordinate representation of color #525319: hue angle of 61.03º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #525319 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 83 | 25 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.67 |
| HSL | 61.03º | 0.54% | 0.21% | - |
| HSV(B) | 61.03º | 0.7% | 0.33% | - |
| XYZ | 6.75 | 8.05 | 2.12 | - |
| YUV | 76.09 | 99.17 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 25 | 0.01 | 0 | 0.70 | 0.67 | 61.03 | 0.54 | 0.21 |
| Hex | 52 | 53 | 19 | 1 | 0 | 46 | 43 | 3D | 36 | 15 |
| Octal | 122 | 123 | 31 | 1 | 0 | 106 | 103 | 75 | 66 | 25 |
| Binary | 1010010 | 1010011 | 11001 | 1 | 0 | 1000110 | 1000011 | 111101 | 110110 | 10101 |
Color Harmonies of #525319
Complementary color
Monochromatic Colors of #525319
Black with #525319
Text Example
Text Example
White with #525319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525319; }
p { color: rgb(82,83,25); }
H1.HeaderClassName
{
color: #525319;
}
.AnyTagClassName
{
color: #525319;
}
</style>
background-color css
<style>
a { background-color: #525319; }
a { background-color: rgb(82,83,25); }
div.DivClassName
{
background-color: #525319;
}
.BgClassName
{
background-color: #525319;
}
</style>
border-color css
<style>
span { border-color: #525319; }
span { border-color: rgb(82,83,25); }
td.TdClassName
{
border-color: #525319;
}
.TagClassName
{
border-color: #525319;
}
</style>