Shades of Army green #53511B
Tints of Army green #53511B
RGB
CMYK
RGB Variations
Color information
#53511B (or 0x53511B) is known color: Army green. HEX triplet: 53, 51 and 1B. RGB value is (83,81,27). Sum of RGB (Red+Green+Blue) = 83+81+27=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 83 - color contains mainly: red. Hex color #53511B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53511B is #ACAEE4. Grayscale: #4B4B4B. Windows color (decimal): -11316965 or 1790291. OLE color: 1790291.
HSL color Cylindrical-coordinate representation of color #53511B: hue angle of 57.86º 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 #53511B is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 81 | 27 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.67 |
| HSL | 57.86º | 0.51% | 0.22% | - |
| HSV(B) | 57.86º | 0.67% | 0.33% | - |
| XYZ | 6.71 | 7.8 | 2.19 | - |
| YUV | 75.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 27 | 0 | 0.02 | 0.67 | 0.67 | 57.86 | 0.51 | 0.22 |
| Hex | 53 | 51 | 1B | 0 | 2 | 43 | 43 | 3A | 33 | 16 |
| Octal | 123 | 121 | 33 | 0 | 2 | 103 | 103 | 72 | 63 | 26 |
| Binary | 1010011 | 1010001 | 11011 | 0 | 10 | 1000011 | 1000011 | 111010 | 110011 | 10110 |
Color Harmonies of #53511B
Complementary color
Monochromatic Colors of #53511B
Black with #53511B
Text Example
Text Example
White with #53511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53511B; }
p { color: rgb(83,81,27); }
H1.HeaderClassName
{
color: #53511B;
}
.AnyTagClassName
{
color: #53511B;
}
</style>
background-color css
<style>
a { background-color: #53511B; }
a { background-color: rgb(83,81,27); }
div.DivClassName
{
background-color: #53511B;
}
.BgClassName
{
background-color: #53511B;
}
</style>
border-color css
<style>
span { border-color: #53511B; }
span { border-color: rgb(83,81,27); }
td.TdClassName
{
border-color: #53511B;
}
.TagClassName
{
border-color: #53511B;
}
</style>