Shades of Army green #53511F
Tints of Army green #53511F
RGB
CMYK
RGB Variations
Color information
#53511F (or 0x53511F) is known color: Army green. HEX triplet: 53, 51 and 1F. RGB value is (83,81,31). Sum of RGB (Red+Green+Blue) = 83+81+31=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #53511F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53511F is #ACAEE0. Grayscale: #4C4C4C. Windows color (decimal): -11316961 or 2052435. OLE color: 2052435.
HSL color Cylindrical-coordinate representation of color #53511F: hue angle of 57.69º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53511F is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 81 | 31 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.67 |
| HSL | 57.69º | 0.46% | 0.22% | - |
| HSV(B) | 57.69º | 0.63% | 0.33% | - |
| XYZ | 6.76 | 7.82 | 2.45 | - |
| YUV | 75.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 81 | 31 | 0 | 0.02 | 0.63 | 0.67 | 57.69 | 0.46 | 0.22 |
| Hex | 53 | 51 | 1F | 0 | 2 | 3F | 43 | 3A | 2E | 16 |
| Octal | 123 | 121 | 37 | 0 | 2 | 77 | 103 | 72 | 56 | 26 |
| Binary | 1010011 | 1010001 | 11111 | 0 | 10 | 111111 | 1000011 | 111010 | 101110 | 10110 |
Color Harmonies of #53511F
Complementary color
Monochromatic Colors of #53511F
Black with #53511F
Text Example
Text Example
White with #53511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53511F; }
p { color: rgb(83,81,31); }
H1.HeaderClassName
{
color: #53511F;
}
.AnyTagClassName
{
color: #53511F;
}
</style>
background-color css
<style>
a { background-color: #53511F; }
a { background-color: rgb(83,81,31); }
div.DivClassName
{
background-color: #53511F;
}
.BgClassName
{
background-color: #53511F;
}
</style>
border-color css
<style>
span { border-color: #53511F; }
span { border-color: rgb(83,81,31); }
td.TdClassName
{
border-color: #53511F;
}
.TagClassName
{
border-color: #53511F;
}
</style>