Shades of Army green #52531B
Tints of Army green #52531B
RGB
CMYK
RGB Variations
Color information
#52531B (or 0x52531B) is known color: Army green. HEX triplet: 52, 53 and 1B. RGB value is (82,83,27). Sum of RGB (Red+Green+Blue) = 82+83+27=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 83 - color contains mainly: green. Hex color #52531B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52531B is #ADACE4. Grayscale: #4C4C4C. Windows color (decimal): -11381989 or 1790802. OLE color: 1790802.
HSL color Cylindrical-coordinate representation of color #52531B: hue angle of 61.07º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52531B is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 83 | 27 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.67 |
| HSL | 61.07º | 0.51% | 0.22% | - |
| HSV(B) | 61.07º | 0.67% | 0.33% | - |
| XYZ | 6.77 | 8.06 | 2.24 | - |
| YUV | 76.32 | 100.17 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 83 | 27 | 0.01 | 0 | 0.67 | 0.67 | 61.07 | 0.51 | 0.22 |
| Hex | 52 | 53 | 1B | 1 | 0 | 43 | 43 | 3D | 33 | 16 |
| Octal | 122 | 123 | 33 | 1 | 0 | 103 | 103 | 75 | 63 | 26 |
| Binary | 1010010 | 1010011 | 11011 | 1 | 0 | 1000011 | 1000011 | 111101 | 110011 | 10110 |
Color Harmonies of #52531B
Complementary color
Monochromatic Colors of #52531B
Black with #52531B
Text Example
Text Example
White with #52531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52531B; }
p { color: rgb(82,83,27); }
H1.HeaderClassName
{
color: #52531B;
}
.AnyTagClassName
{
color: #52531B;
}
</style>
background-color css
<style>
a { background-color: #52531B; }
a { background-color: rgb(82,83,27); }
div.DivClassName
{
background-color: #52531B;
}
.BgClassName
{
background-color: #52531B;
}
</style>
border-color css
<style>
span { border-color: #52531B; }
span { border-color: rgb(82,83,27); }
td.TdClassName
{
border-color: #52531B;
}
.TagClassName
{
border-color: #52531B;
}
</style>