Shades of Army green #53551E
Tints of Army green #53551E
RGB
CMYK
RGB Variations
Color information
#53551E (or 0x53551E) is known color: Army green. HEX triplet: 53, 55 and 1E. RGB value is (83,85,30). Sum of RGB (Red+Green+Blue) = 83+85+30=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 85 - color contains mainly: green. Hex color #53551E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53551E is #ACAAE1. Grayscale: #4E4E4E. Windows color (decimal): -11315938 or 1987923. OLE color: 1987923.
HSL color Cylindrical-coordinate representation of color #53551E: hue angle of 62.18º 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 #53551E is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 85 | 30 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.67 |
| HSL | 62.18º | 0.48% | 0.23% | - |
| HSV(B) | 62.18º | 0.65% | 0.33% | - |
| XYZ | 7.05 | 8.43 | 2.48 | - |
| YUV | 78.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 30 | 0.02 | 0 | 0.65 | 0.67 | 62.18 | 0.48 | 0.23 |
| Hex | 53 | 55 | 1E | 2 | 0 | 41 | 43 | 3E | 30 | 17 |
| Octal | 123 | 125 | 36 | 2 | 0 | 101 | 103 | 76 | 60 | 27 |
| Binary | 1010011 | 1010101 | 11110 | 10 | 0 | 1000001 | 1000011 | 111110 | 110000 | 10111 |
Color Harmonies of #53551E
Complementary color
Monochromatic Colors of #53551E
Black with #53551E
Text Example
Text Example
White with #53551E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53551E; }
p { color: rgb(83,85,30); }
H1.HeaderClassName
{
color: #53551E;
}
.AnyTagClassName
{
color: #53551E;
}
</style>
background-color css
<style>
a { background-color: #53551E; }
a { background-color: rgb(83,85,30); }
div.DivClassName
{
background-color: #53551E;
}
.BgClassName
{
background-color: #53551E;
}
</style>
border-color css
<style>
span { border-color: #53551E; }
span { border-color: rgb(83,85,30); }
td.TdClassName
{
border-color: #53551E;
}
.TagClassName
{
border-color: #53551E;
}
</style>