Shades of Army green #53581C
Tints of Army green #53581C
RGB
CMYK
RGB Variations
Color information
#53581C (or 0x53581C) is known color: Army green. HEX triplet: 53, 58 and 1C. RGB value is (83,88,28). Sum of RGB (Red+Green+Blue) = 83+88+28=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 88 (34.77% from 255 or 44.22% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 88 - color contains mainly: green. Hex color #53581C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53581C is #ACA7E3. Grayscale: #4F4F4F. Windows color (decimal): -11315172 or 1857619. OLE color: 1857619.
HSL color Cylindrical-coordinate representation of color #53581C: hue angle of 65º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #53581C is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 88 | 28 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.65 |
| HSL | 65º | 0.52% | 0.23% | - |
| HSV(B) | 65º | 0.68% | 0.35% | - |
| XYZ | 7.27 | 8.9 | 2.43 | - |
| YUV | 79.67 | 98.84 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 88 | 28 | 0.06 | 0 | 0.68 | 0.65 | 65 | 0.52 | 0.23 |
| Hex | 53 | 58 | 1C | 6 | 0 | 44 | 41 | 41 | 34 | 17 |
| Octal | 123 | 130 | 34 | 6 | 0 | 104 | 101 | 101 | 64 | 27 |
| Binary | 1010011 | 1011000 | 11100 | 110 | 0 | 1000100 | 1000001 | 1000001 | 110100 | 10111 |
Color Harmonies of #53581C
Complementary color
Monochromatic Colors of #53581C
Black with #53581C
Text Example
Text Example
White with #53581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53581C; }
p { color: rgb(83,88,28); }
H1.HeaderClassName
{
color: #53581C;
}
.AnyTagClassName
{
color: #53581C;
}
</style>
background-color css
<style>
a { background-color: #53581C; }
a { background-color: rgb(83,88,28); }
div.DivClassName
{
background-color: #53581C;
}
.BgClassName
{
background-color: #53581C;
}
</style>
border-color css
<style>
span { border-color: #53581C; }
span { border-color: rgb(83,88,28); }
td.TdClassName
{
border-color: #53581C;
}
.TagClassName
{
border-color: #53581C;
}
</style>