Shades of Army green #52581D
Tints of Army green #52581D
RGB
CMYK
RGB Variations
Color information
#52581D (or 0x52581D) is known color: Army green. HEX triplet: 52, 58 and 1D. RGB value is (82,88,29). Sum of RGB (Red+Green+Blue) = 82+88+29=199 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.21% from 199); Green value is 88 (34.77% from 255 or 44.22% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 88 - color contains mainly: green. Hex color #52581D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52581D is #ADA7E2. Grayscale: #4F4F4F. Windows color (decimal): -11380707 or 1923154. OLE color: 1923154.
HSL color Cylindrical-coordinate representation of color #52581D: hue angle of 66.1º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52581D is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 88 | 29 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.65 |
| HSL | 66.1º | 0.5% | 0.23% | - |
| HSV(B) | 66.1º | 0.67% | 0.35% | - |
| XYZ | 7.19 | 8.86 | 2.49 | - |
| YUV | 79.48 | 99.51 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 88 | 29 | 0.07 | 0 | 0.67 | 0.65 | 66.1 | 0.5 | 0.23 |
| Hex | 52 | 58 | 1D | 7 | 0 | 43 | 41 | 42 | 32 | 17 |
| Octal | 122 | 130 | 35 | 7 | 0 | 103 | 101 | 102 | 62 | 27 |
| Binary | 1010010 | 1011000 | 11101 | 111 | 0 | 1000011 | 1000001 | 1000010 | 110010 | 10111 |
Color Harmonies of #52581D
Complementary color
Monochromatic Colors of #52581D
Black with #52581D
Text Example
Text Example
White with #52581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52581D; }
p { color: rgb(82,88,29); }
H1.HeaderClassName
{
color: #52581D;
}
.AnyTagClassName
{
color: #52581D;
}
</style>
background-color css
<style>
a { background-color: #52581D; }
a { background-color: rgb(82,88,29); }
div.DivClassName
{
background-color: #52581D;
}
.BgClassName
{
background-color: #52581D;
}
</style>
border-color css
<style>
span { border-color: #52581D; }
span { border-color: rgb(82,88,29); }
td.TdClassName
{
border-color: #52581D;
}
.TagClassName
{
border-color: #52581D;
}
</style>