Shades of Army green #53591C
Tints of Army green #53591C
RGB
CMYK
RGB Variations
Color information
#53591C (or 0x53591C) is known color: Army green. HEX triplet: 53, 59 and 1C. RGB value is (83,89,28). Sum of RGB (Red+Green+Blue) = 83+89+28=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 89 - color contains mainly: green. Hex color #53591C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53591C is #ACA6E3. Grayscale: #505050. Windows color (decimal): -11314916 or 1857875. OLE color: 1857875.
HSL color Cylindrical-coordinate representation of color #53591C: hue angle of 65.9º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #53591C is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 89 | 28 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.65 |
| HSL | 65.9º | 0.52% | 0.23% | - |
| HSV(B) | 65.9º | 0.69% | 0.35% | - |
| XYZ | 7.35 | 9.07 | 2.46 | - |
| YUV | 80.25 | 98.51 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 89 | 28 | 0.07 | 0 | 0.69 | 0.65 | 65.9 | 0.52 | 0.23 |
| Hex | 53 | 59 | 1C | 7 | 0 | 45 | 41 | 42 | 34 | 17 |
| Octal | 123 | 131 | 34 | 7 | 0 | 105 | 101 | 102 | 64 | 27 |
| Binary | 1010011 | 1011001 | 11100 | 111 | 0 | 1000101 | 1000001 | 1000010 | 110100 | 10111 |
Color Harmonies of #53591C
Complementary color
Monochromatic Colors of #53591C
Black with #53591C
Text Example
Text Example
White with #53591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53591C; }
p { color: rgb(83,89,28); }
H1.HeaderClassName
{
color: #53591C;
}
.AnyTagClassName
{
color: #53591C;
}
</style>
background-color css
<style>
a { background-color: #53591C; }
a { background-color: rgb(83,89,28); }
div.DivClassName
{
background-color: #53591C;
}
.BgClassName
{
background-color: #53591C;
}
</style>
border-color css
<style>
span { border-color: #53591C; }
span { border-color: rgb(83,89,28); }
td.TdClassName
{
border-color: #53591C;
}
.TagClassName
{
border-color: #53591C;
}
</style>