Shades of Army green #53631D
Tints of Army green #53631D
RGB
CMYK
RGB Variations
Color information
#53631D (or 0x53631D) is known color: Army green. HEX triplet: 53, 63 and 1D. RGB value is (83,99,29). Sum of RGB (Red+Green+Blue) = 83+99+29=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 99 - color contains mainly: green. Hex color #53631D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53631D is #AC9CE2. Grayscale: #565656. Windows color (decimal): -11312355 or 1925971. OLE color: 1925971.
HSL color Cylindrical-coordinate representation of color #53631D: hue angle of 73.71º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #53631D is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 99 | 29 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.61 |
| HSL | 73.71º | 0.55% | 0.25% | - |
| HSV(B) | 73.71º | 0.71% | 0.39% | - |
| XYZ | 8.25 | 10.85 | 2.82 | - |
| YUV | 86.24 | 95.7 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 99 | 29 | 0.16 | 0 | 0.71 | 0.61 | 73.71 | 0.55 | 0.25 |
| Hex | 53 | 63 | 1D | 10 | 0 | 47 | 3D | 4A | 37 | 19 |
| Octal | 123 | 143 | 35 | 20 | 0 | 107 | 75 | 112 | 67 | 31 |
| Binary | 1010011 | 1100011 | 11101 | 10000 | 0 | 1000111 | 111101 | 1001010 | 110111 | 11001 |
Color Harmonies of #53631D
Complementary color
Monochromatic Colors of #53631D
Black with #53631D
Text Example
Text Example
White with #53631D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53631D; }
p { color: rgb(83,99,29); }
H1.HeaderClassName
{
color: #53631D;
}
.AnyTagClassName
{
color: #53631D;
}
</style>
background-color css
<style>
a { background-color: #53631D; }
a { background-color: rgb(83,99,29); }
div.DivClassName
{
background-color: #53631D;
}
.BgClassName
{
background-color: #53631D;
}
</style>
border-color css
<style>
span { border-color: #53631D; }
span { border-color: rgb(83,99,29); }
td.TdClassName
{
border-color: #53631D;
}
.TagClassName
{
border-color: #53631D;
}
</style>