Shades of Army green #505D1D
Tints of Army green #505D1D
RGB
CMYK
RGB Variations
Color information
#505D1D (or 0x505D1D) is known color: Army green. HEX triplet: 50, 5D and 1D. RGB value is (80,93,29). Sum of RGB (Red+Green+Blue) = 80+93+29=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 93 (36.72% from 255 or 46.04% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 93 - color contains mainly: green. Hex color #505D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505D1D is #AFA2E2. Grayscale: #525252. Windows color (decimal): -11510499 or 1924432. OLE color: 1924432.
HSL color Cylindrical-coordinate representation of color #505D1D: hue angle of 72.19º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #505D1D is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 93 | 29 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.64 |
| HSL | 72.19º | 0.52% | 0.24% | - |
| HSV(B) | 72.19º | 0.69% | 0.36% | - |
| XYZ | 7.44 | 9.62 | 2.63 | - |
| YUV | 81.82 | 98.19 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 93 | 29 | 0.14 | 0 | 0.69 | 0.64 | 72.19 | 0.52 | 0.24 |
| Hex | 50 | 5D | 1D | E | 0 | 45 | 40 | 48 | 34 | 18 |
| Octal | 120 | 135 | 35 | 16 | 0 | 105 | 100 | 110 | 64 | 30 |
| Binary | 1010000 | 1011101 | 11101 | 1110 | 0 | 1000101 | 1000000 | 1001000 | 110100 | 11000 |
Color Harmonies of #505D1D
Complementary color
Monochromatic Colors of #505D1D
Black with #505D1D
Text Example
Text Example
White with #505D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505D1D; }
p { color: rgb(80,93,29); }
H1.HeaderClassName
{
color: #505D1D;
}
.AnyTagClassName
{
color: #505D1D;
}
</style>
background-color css
<style>
a { background-color: #505D1D; }
a { background-color: rgb(80,93,29); }
div.DivClassName
{
background-color: #505D1D;
}
.BgClassName
{
background-color: #505D1D;
}
</style>
border-color css
<style>
span { border-color: #505D1D; }
span { border-color: rgb(80,93,29); }
td.TdClassName
{
border-color: #505D1D;
}
.TagClassName
{
border-color: #505D1D;
}
</style>