Shades of Army green #50591F
Tints of Army green #50591F
RGB
CMYK
RGB Variations
Color information
#50591F (or 0x50591F) is known color: Army green. HEX triplet: 50, 59 and 1F. RGB value is (80,89,31). Sum of RGB (Red+Green+Blue) = 80+89+31=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 89 - color contains mainly: green. Hex color #50591F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50591F is #AFA6E0. Grayscale: #4F4F4F. Windows color (decimal): -11511521 or 2054480. OLE color: 2054480.
HSL color Cylindrical-coordinate representation of color #50591F: hue angle of 69.31º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50591F is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 89 | 31 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.65 |
| HSL | 69.31º | 0.48% | 0.24% | - |
| HSV(B) | 69.31º | 0.65% | 0.35% | - |
| XYZ | 7.13 | 8.95 | 2.65 | - |
| YUV | 79.7 | 100.52 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 89 | 31 | 0.10 | 0 | 0.65 | 0.65 | 69.31 | 0.48 | 0.24 |
| Hex | 50 | 59 | 1F | A | 0 | 41 | 41 | 45 | 30 | 18 |
| Octal | 120 | 131 | 37 | 12 | 0 | 101 | 101 | 105 | 60 | 30 |
| Binary | 1010000 | 1011001 | 11111 | 1010 | 0 | 1000001 | 1000001 | 1000101 | 110000 | 11000 |
Color Harmonies of #50591F
Complementary color
Monochromatic Colors of #50591F
Black with #50591F
Text Example
Text Example
White with #50591F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50591F; }
p { color: rgb(80,89,31); }
H1.HeaderClassName
{
color: #50591F;
}
.AnyTagClassName
{
color: #50591F;
}
</style>
background-color css
<style>
a { background-color: #50591F; }
a { background-color: rgb(80,89,31); }
div.DivClassName
{
background-color: #50591F;
}
.BgClassName
{
background-color: #50591F;
}
</style>
border-color css
<style>
span { border-color: #50591F; }
span { border-color: rgb(80,89,31); }
td.TdClassName
{
border-color: #50591F;
}
.TagClassName
{
border-color: #50591F;
}
</style>