Shades of Army green #52521F
Tints of Army green #52521F
RGB
CMYK
RGB Variations
Color information
#52521F (or 0x52521F) is known color: Army green. HEX triplet: 52, 52 and 1F. RGB value is (82,82,31). Sum of RGB (Red+Green+Blue) = 82+82+31=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 82 - color contains mainly: red, green. Hex color #52521F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52521F is #ADADE0. Grayscale: #4C4C4C. Windows color (decimal): -11382241 or 2052690. OLE color: 2052690.
HSL color Cylindrical-coordinate representation of color #52521F: hue angle of 60º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52521F is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 82 | 31 | - |
| CMYK | 0 | 0 | 0.62 | 0.68 |
| HSL | 60º | 0.45% | 0.22% | - |
| HSV(B) | 60º | 0.62% | 0.32% | - |
| XYZ | 6.74 | 7.93 | 2.47 | - |
| YUV | 76.19 | 102.5 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 82 | 31 | 0 | 0 | 0.62 | 0.68 | 60 | 0.45 | 0.22 |
| Hex | 52 | 52 | 1F | 0 | 0 | 3E | 44 | 3C | 2D | 16 |
| Octal | 122 | 122 | 37 | 0 | 0 | 76 | 104 | 74 | 55 | 26 |
| Binary | 1010010 | 1010010 | 11111 | 0 | 0 | 111110 | 1000100 | 111100 | 101101 | 10110 |
Color Harmonies of #52521F
Complementary color
Monochromatic Colors of #52521F
Black with #52521F
Text Example
Text Example
White with #52521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52521F; }
p { color: rgb(82,82,31); }
H1.HeaderClassName
{
color: #52521F;
}
.AnyTagClassName
{
color: #52521F;
}
</style>
background-color css
<style>
a { background-color: #52521F; }
a { background-color: rgb(82,82,31); }
div.DivClassName
{
background-color: #52521F;
}
.BgClassName
{
background-color: #52521F;
}
</style>
border-color css
<style>
span { border-color: #52521F; }
span { border-color: rgb(82,82,31); }
td.TdClassName
{
border-color: #52521F;
}
.TagClassName
{
border-color: #52521F;
}
</style>