Shades of Army green #52531A
Tints of Army green #52531A
RGB
CMYK
RGB Variations
Color information
#52531A (or 0x52531A) is known color: Army green. HEX triplet: 52, 53 and 1A. RGB value is (82,83,26). Sum of RGB (Red+Green+Blue) = 82+83+26=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 83 - color contains mainly: green. Hex color #52531A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52531A is #ADACE5. Grayscale: #4C4C4C. Windows color (decimal): -11381990 or 1725266. OLE color: 1725266.
HSL color Cylindrical-coordinate representation of color #52531A: hue angle of 61.05º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52531A is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 83 | 26 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.67 |
| HSL | 61.05º | 0.52% | 0.21% | - |
| HSV(B) | 61.05º | 0.69% | 0.33% | - |
| XYZ | 6.76 | 8.05 | 2.18 | - |
| YUV | 76.2 | 99.67 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 26 | 0.01 | 0 | 0.69 | 0.67 | 61.05 | 0.52 | 0.21 |
| Hex | 52 | 53 | 1A | 1 | 0 | 45 | 43 | 3D | 34 | 15 |
| Octal | 122 | 123 | 32 | 1 | 0 | 105 | 103 | 75 | 64 | 25 |
| Binary | 1010010 | 1010011 | 11010 | 1 | 0 | 1000101 | 1000011 | 111101 | 110100 | 10101 |
Color Harmonies of #52531A
Complementary color
Monochromatic Colors of #52531A
Black with #52531A
Text Example
Text Example
White with #52531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52531A; }
p { color: rgb(82,83,26); }
H1.HeaderClassName
{
color: #52531A;
}
.AnyTagClassName
{
color: #52531A;
}
</style>
background-color css
<style>
a { background-color: #52531A; }
a { background-color: rgb(82,83,26); }
div.DivClassName
{
background-color: #52531A;
}
.BgClassName
{
background-color: #52531A;
}
</style>
border-color css
<style>
span { border-color: #52531A; }
span { border-color: rgb(82,83,26); }
td.TdClassName
{
border-color: #52531A;
}
.TagClassName
{
border-color: #52531A;
}
</style>