Shades of Army green #52511C
Tints of Army green #52511C
RGB
CMYK
RGB Variations
Color information
#52511C (or 0x52511C) is known color: Army green. HEX triplet: 52, 51 and 1C. RGB value is (82,81,28). Sum of RGB (Red+Green+Blue) = 82+81+28=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 82 - color contains mainly: red. Hex color #52511C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52511C is #ADAEE3. Grayscale: #4B4B4B. Windows color (decimal): -11382500 or 1855826. OLE color: 1855826.
HSL color Cylindrical-coordinate representation of color #52511C: hue angle of 58.89º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52511C is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 81 | 28 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.68 |
| HSL | 58.89º | 0.49% | 0.22% | - |
| HSV(B) | 58.89º | 0.66% | 0.32% | - |
| XYZ | 6.63 | 7.76 | 2.25 | - |
| YUV | 75.26 | 101.33 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 28 | 0 | 0.01 | 0.66 | 0.68 | 58.89 | 0.49 | 0.22 |
| Hex | 52 | 51 | 1C | 0 | 1 | 42 | 44 | 3B | 31 | 16 |
| Octal | 122 | 121 | 34 | 0 | 1 | 102 | 104 | 73 | 61 | 26 |
| Binary | 1010010 | 1010001 | 11100 | 0 | 1 | 1000010 | 1000100 | 111011 | 110001 | 10110 |
Color Harmonies of #52511C
Complementary color
Monochromatic Colors of #52511C
Black with #52511C
Text Example
Text Example
White with #52511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52511C; }
p { color: rgb(82,81,28); }
H1.HeaderClassName
{
color: #52511C;
}
.AnyTagClassName
{
color: #52511C;
}
</style>
background-color css
<style>
a { background-color: #52511C; }
a { background-color: rgb(82,81,28); }
div.DivClassName
{
background-color: #52511C;
}
.BgClassName
{
background-color: #52511C;
}
</style>
border-color css
<style>
span { border-color: #52511C; }
span { border-color: rgb(82,81,28); }
td.TdClassName
{
border-color: #52511C;
}
.TagClassName
{
border-color: #52511C;
}
</style>