Shades of Army green #52531E
Tints of Army green #52531E
RGB
CMYK
RGB Variations
Color information
#52531E (or 0x52531E) is known color: Army green. HEX triplet: 52, 53 and 1E. RGB value is (82,83,30). Sum of RGB (Red+Green+Blue) = 82+83+30=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #52531E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52531E is #ADACE1. Grayscale: #4C4C4C. Windows color (decimal): -11381986 or 1987410. OLE color: 1987410.
HSL color Cylindrical-coordinate representation of color #52531E: hue angle of 61.13º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52531E is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 83 | 30 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.67 |
| HSL | 61.13º | 0.47% | 0.22% | - |
| HSV(B) | 61.13º | 0.64% | 0.33% | - |
| XYZ | 6.81 | 8.07 | 2.43 | - |
| YUV | 76.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 30 | 0.01 | 0 | 0.64 | 0.67 | 61.13 | 0.47 | 0.22 |
| Hex | 52 | 53 | 1E | 1 | 0 | 40 | 43 | 3D | 2F | 16 |
| Octal | 122 | 123 | 36 | 1 | 0 | 100 | 103 | 75 | 57 | 26 |
| Binary | 1010010 | 1010011 | 11110 | 1 | 0 | 1000000 | 1000011 | 111101 | 101111 | 10110 |
Color Harmonies of #52531E
Complementary color
Monochromatic Colors of #52531E
Black with #52531E
Text Example
Text Example
White with #52531E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52531E; }
p { color: rgb(82,83,30); }
H1.HeaderClassName
{
color: #52531E;
}
.AnyTagClassName
{
color: #52531E;
}
</style>
background-color css
<style>
a { background-color: #52531E; }
a { background-color: rgb(82,83,30); }
div.DivClassName
{
background-color: #52531E;
}
.BgClassName
{
background-color: #52531E;
}
</style>
border-color css
<style>
span { border-color: #52531E; }
span { border-color: rgb(82,83,30); }
td.TdClassName
{
border-color: #52531E;
}
.TagClassName
{
border-color: #52531E;
}
</style>