Shades of Army green #52551E
Tints of Army green #52551E
RGB
CMYK
RGB Variations
Color information
#52551E (or 0x52551E) is known color: Army green. HEX triplet: 52, 55 and 1E. RGB value is (82,85,30). Sum of RGB (Red+Green+Blue) = 82+85+30=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 85 - color contains mainly: green. Hex color #52551E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52551E is #ADAAE1. Grayscale: #4E4E4E. Windows color (decimal): -11381474 or 1987922. OLE color: 1987922.
HSL color Cylindrical-coordinate representation of color #52551E: hue angle of 63.27º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52551E is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 85 | 30 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.67 |
| HSL | 63.27º | 0.48% | 0.23% | - |
| HSV(B) | 63.27º | 0.65% | 0.33% | - |
| XYZ | 6.96 | 8.38 | 2.48 | - |
| YUV | 77.83 | 101.01 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 30 | 0.04 | 0 | 0.65 | 0.67 | 63.27 | 0.48 | 0.23 |
| Hex | 52 | 55 | 1E | 4 | 0 | 41 | 43 | 3F | 30 | 17 |
| Octal | 122 | 125 | 36 | 4 | 0 | 101 | 103 | 77 | 60 | 27 |
| Binary | 1010010 | 1010101 | 11110 | 100 | 0 | 1000001 | 1000011 | 111111 | 110000 | 10111 |
Color Harmonies of #52551E
Complementary color
Monochromatic Colors of #52551E
Black with #52551E
Text Example
Text Example
White with #52551E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52551E; }
p { color: rgb(82,85,30); }
H1.HeaderClassName
{
color: #52551E;
}
.AnyTagClassName
{
color: #52551E;
}
</style>
background-color css
<style>
a { background-color: #52551E; }
a { background-color: rgb(82,85,30); }
div.DivClassName
{
background-color: #52551E;
}
.BgClassName
{
background-color: #52551E;
}
</style>
border-color css
<style>
span { border-color: #52551E; }
span { border-color: rgb(82,85,30); }
td.TdClassName
{
border-color: #52551E;
}
.TagClassName
{
border-color: #52551E;
}
</style>