Shades of Army green #52591C
Tints of Army green #52591C
RGB
CMYK
RGB Variations
Color information
#52591C (or 0x52591C) is known color: Army green. HEX triplet: 52, 59 and 1C. RGB value is (82,89,28). Sum of RGB (Red+Green+Blue) = 82+89+28=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 89 (35.16% from 255 or 44.72% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 89 - color contains mainly: green. Hex color #52591C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52591C is #ADA6E3. Grayscale: #505050. Windows color (decimal): -11380452 or 1857874. OLE color: 1857874.
HSL color Cylindrical-coordinate representation of color #52591C: hue angle of 66.89º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52591C is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 89 | 28 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.65 |
| HSL | 66.89º | 0.52% | 0.23% | - |
| HSV(B) | 66.89º | 0.69% | 0.35% | - |
| XYZ | 7.26 | 9.02 | 2.46 | - |
| YUV | 79.95 | 98.68 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 28 | 0.08 | 0 | 0.69 | 0.65 | 66.89 | 0.52 | 0.23 |
| Hex | 52 | 59 | 1C | 8 | 0 | 45 | 41 | 43 | 34 | 17 |
| Octal | 122 | 131 | 34 | 10 | 0 | 105 | 101 | 103 | 64 | 27 |
| Binary | 1010010 | 1011001 | 11100 | 1000 | 0 | 1000101 | 1000001 | 1000011 | 110100 | 10111 |
Color Harmonies of #52591C
Complementary color
Monochromatic Colors of #52591C
Black with #52591C
Text Example
Text Example
White with #52591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52591C; }
p { color: rgb(82,89,28); }
H1.HeaderClassName
{
color: #52591C;
}
.AnyTagClassName
{
color: #52591C;
}
</style>
background-color css
<style>
a { background-color: #52591C; }
a { background-color: rgb(82,89,28); }
div.DivClassName
{
background-color: #52591C;
}
.BgClassName
{
background-color: #52591C;
}
</style>
border-color css
<style>
span { border-color: #52591C; }
span { border-color: rgb(82,89,28); }
td.TdClassName
{
border-color: #52591C;
}
.TagClassName
{
border-color: #52591C;
}
</style>