Shades of Army green #53561F
Tints of Army green #53561F
RGB
CMYK
RGB Variations
Color information
#53561F (or 0x53561F) is known color: Army green. HEX triplet: 53, 56 and 1F. RGB value is (83,86,31). Sum of RGB (Red+Green+Blue) = 83+86+31=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 86 (33.98% from 255 or 43% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 86 - color contains mainly: green. Hex color #53561F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53561F is #ACA9E0. Grayscale: #4F4F4F. Windows color (decimal): -11315681 or 2053715. OLE color: 2053715.
HSL color Cylindrical-coordinate representation of color #53561F: hue angle of 63.27º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53561F is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 86 | 31 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.66 |
| HSL | 63.27º | 0.47% | 0.23% | - |
| HSV(B) | 63.27º | 0.64% | 0.34% | - |
| XYZ | 7.14 | 8.59 | 2.58 | - |
| YUV | 78.83 | 101.01 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 31 | 0.03 | 0 | 0.64 | 0.66 | 63.27 | 0.47 | 0.23 |
| Hex | 53 | 56 | 1F | 3 | 0 | 40 | 42 | 3F | 2F | 17 |
| Octal | 123 | 126 | 37 | 3 | 0 | 100 | 102 | 77 | 57 | 27 |
| Binary | 1010011 | 1010110 | 11111 | 11 | 0 | 1000000 | 1000010 | 111111 | 101111 | 10111 |
Color Harmonies of #53561F
Complementary color
Monochromatic Colors of #53561F
Black with #53561F
Text Example
Text Example
White with #53561F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53561F; }
p { color: rgb(83,86,31); }
H1.HeaderClassName
{
color: #53561F;
}
.AnyTagClassName
{
color: #53561F;
}
</style>
background-color css
<style>
a { background-color: #53561F; }
a { background-color: rgb(83,86,31); }
div.DivClassName
{
background-color: #53561F;
}
.BgClassName
{
background-color: #53561F;
}
</style>
border-color css
<style>
span { border-color: #53561F; }
span { border-color: rgb(83,86,31); }
td.TdClassName
{
border-color: #53561F;
}
.TagClassName
{
border-color: #53561F;
}
</style>