Shades of Army green #525113
Tints of Army green #525113
RGB
CMYK
RGB Variations
Color information
#525113 (or 0x525113) is known color: Army green. HEX triplet: 52, 51 and 13. RGB value is (82,81,19). Sum of RGB (Red+Green+Blue) = 82+81+19=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #525113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525113 is #ADAEEC. Grayscale: #4A4A4A. Windows color (decimal): -11382509 or 1266002. OLE color: 1266002.
HSL color Cylindrical-coordinate representation of color #525113: hue angle of 59.05º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #525113 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 81 | 19 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.68 |
| HSL | 59.05º | 0.62% | 0.2% | - |
| HSV(B) | 59.05º | 0.77% | 0.32% | - |
| XYZ | 6.54 | 7.73 | 1.76 | - |
| YUV | 74.23 | 96.83 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 19 | 0 | 0.01 | 0.77 | 0.68 | 59.05 | 0.62 | 0.2 |
| Hex | 52 | 51 | 13 | 0 | 1 | 4D | 44 | 3B | 3E | 14 |
| Octal | 122 | 121 | 23 | 0 | 1 | 115 | 104 | 73 | 76 | 24 |
| Binary | 1010010 | 1010001 | 10011 | 0 | 1 | 1001101 | 1000100 | 111011 | 111110 | 10100 |
Color Harmonies of #525113
Complementary color
Monochromatic Colors of #525113
Black with #525113
Text Example
Text Example
White with #525113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525113; }
p { color: rgb(82,81,19); }
H1.HeaderClassName
{
color: #525113;
}
.AnyTagClassName
{
color: #525113;
}
</style>
background-color css
<style>
a { background-color: #525113; }
a { background-color: rgb(82,81,19); }
div.DivClassName
{
background-color: #525113;
}
.BgClassName
{
background-color: #525113;
}
</style>
border-color css
<style>
span { border-color: #525113; }
span { border-color: rgb(82,81,19); }
td.TdClassName
{
border-color: #525113;
}
.TagClassName
{
border-color: #525113;
}
</style>