Shades of Army green #525919
Tints of Army green #525919
RGB
CMYK
RGB Variations
Color information
#525919 (or 0x525919) is known color: Army green. HEX triplet: 52, 59 and 19. RGB value is (82,89,25). Sum of RGB (Red+Green+Blue) = 82+89+25=196 (25% of max value = 765). Red value is 82 (32.42% from 255 or 41.84% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 89 - color contains mainly: green. Hex color #525919 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525919 is #ADA6E6. Grayscale: #4F4F4F. Windows color (decimal): -11380455 or 1661266. OLE color: 1661266.
HSL color Cylindrical-coordinate representation of color #525919: hue angle of 66.56º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #525919 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 89 | 25 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.65 |
| HSL | 66.56º | 0.56% | 0.22% | - |
| HSV(B) | 66.56º | 0.72% | 0.35% | - |
| XYZ | 7.23 | 9.01 | 2.28 | - |
| YUV | 79.61 | 97.18 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 25 | 0.08 | 0 | 0.72 | 0.65 | 66.56 | 0.56 | 0.22 |
| Hex | 52 | 59 | 19 | 8 | 0 | 48 | 41 | 43 | 38 | 16 |
| Octal | 122 | 131 | 31 | 10 | 0 | 110 | 101 | 103 | 70 | 26 |
| Binary | 1010010 | 1011001 | 11001 | 1000 | 0 | 1001000 | 1000001 | 1000011 | 111000 | 10110 |
Color Harmonies of #525919
Complementary color
Monochromatic Colors of #525919
Black with #525919
Text Example
Text Example
White with #525919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525919; }
p { color: rgb(82,89,25); }
H1.HeaderClassName
{
color: #525919;
}
.AnyTagClassName
{
color: #525919;
}
</style>
background-color css
<style>
a { background-color: #525919; }
a { background-color: rgb(82,89,25); }
div.DivClassName
{
background-color: #525919;
}
.BgClassName
{
background-color: #525919;
}
</style>
border-color css
<style>
span { border-color: #525919; }
span { border-color: rgb(82,89,25); }
td.TdClassName
{
border-color: #525919;
}
.TagClassName
{
border-color: #525919;
}
</style>