Shades of Army green #53561A
Tints of Army green #53561A
RGB
CMYK
RGB Variations
Color information
#53561A (or 0x53561A) is known color: Army green. HEX triplet: 53, 56 and 1A. RGB value is (83,86,26). Sum of RGB (Red+Green+Blue) = 83+86+26=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 86 - color contains mainly: green. Hex color #53561A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53561A is #ACA9E5. Grayscale: #4E4E4E. Windows color (decimal): -11315686 or 1726035. OLE color: 1726035.
HSL color Cylindrical-coordinate representation of color #53561A: hue angle of 63º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53561A is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 83 | 86 | 26 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.66 |
| HSL | 63º | 0.54% | 0.22% | - |
| HSV(B) | 63º | 0.7% | 0.34% | - |
| XYZ | 7.08 | 8.57 | 2.26 | - |
| YUV | 78.26 | 98.51 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 86 | 26 | 0.03 | 0 | 0.70 | 0.66 | 63 | 0.54 | 0.22 |
| Hex | 53 | 56 | 1A | 3 | 0 | 46 | 42 | 3F | 36 | 16 |
| Octal | 123 | 126 | 32 | 3 | 0 | 106 | 102 | 77 | 66 | 26 |
| Binary | 1010011 | 1010110 | 11010 | 11 | 0 | 1000110 | 1000010 | 111111 | 110110 | 10110 |
Color Harmonies of #53561A
Complementary color
Monochromatic Colors of #53561A
Black with #53561A
Text Example
Text Example
White with #53561A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53561A; }
p { color: rgb(83,86,26); }
H1.HeaderClassName
{
color: #53561A;
}
.AnyTagClassName
{
color: #53561A;
}
</style>
background-color css
<style>
a { background-color: #53561A; }
a { background-color: rgb(83,86,26); }
div.DivClassName
{
background-color: #53561A;
}
.BgClassName
{
background-color: #53561A;
}
</style>
border-color css
<style>
span { border-color: #53561A; }
span { border-color: rgb(83,86,26); }
td.TdClassName
{
border-color: #53561A;
}
.TagClassName
{
border-color: #53561A;
}
</style>