Shades of Army green #53581A
Tints of Army green #53581A
RGB
CMYK
RGB Variations
Color information
#53581A (or 0x53581A) is known color: Army green. HEX triplet: 53, 58 and 1A. RGB value is (83,88,26). Sum of RGB (Red+Green+Blue) = 83+88+26=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 88 - color contains mainly: green. Hex color #53581A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53581A is #ACA7E5. Grayscale: #4F4F4F. Windows color (decimal): -11315174 or 1726547. OLE color: 1726547.
HSL color Cylindrical-coordinate representation of color #53581A: hue angle of 64.84º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53581A is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 88 | 26 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.65 |
| HSL | 64.84º | 0.54% | 0.22% | - |
| HSV(B) | 64.84º | 0.7% | 0.35% | - |
| XYZ | 7.24 | 8.89 | 2.31 | - |
| YUV | 79.44 | 97.84 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 26 | 0.06 | 0 | 0.70 | 0.65 | 64.84 | 0.54 | 0.22 |
| Hex | 53 | 58 | 1A | 6 | 0 | 46 | 41 | 41 | 36 | 16 |
| Octal | 123 | 130 | 32 | 6 | 0 | 106 | 101 | 101 | 66 | 26 |
| Binary | 1010011 | 1011000 | 11010 | 110 | 0 | 1000110 | 1000001 | 1000001 | 110110 | 10110 |
Color Harmonies of #53581A
Complementary color
Monochromatic Colors of #53581A
Black with #53581A
Text Example
Text Example
White with #53581A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53581A; }
p { color: rgb(83,88,26); }
H1.HeaderClassName
{
color: #53581A;
}
.AnyTagClassName
{
color: #53581A;
}
</style>
background-color css
<style>
a { background-color: #53581A; }
a { background-color: rgb(83,88,26); }
div.DivClassName
{
background-color: #53581A;
}
.BgClassName
{
background-color: #53581A;
}
</style>
border-color css
<style>
span { border-color: #53581A; }
span { border-color: rgb(83,88,26); }
td.TdClassName
{
border-color: #53581A;
}
.TagClassName
{
border-color: #53581A;
}
</style>