Shades of Army green #50611F
Tints of Army green #50611F
RGB
CMYK
RGB Variations
Color information
#50611F (or 0x50611F) is known color: Army green. HEX triplet: 50, 61 and 1F. RGB value is (80,97,31). Sum of RGB (Red+Green+Blue) = 80+97+31=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #50611F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50611F is #AF9EE0. Grayscale: #545454. Windows color (decimal): -11509473 or 2056528. OLE color: 2056528.
HSL color Cylindrical-coordinate representation of color #50611F: hue angle of 75.45º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50611F is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 80 | 97 | 31 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.62 |
| HSL | 75.45º | 0.52% | 0.25% | - |
| HSV(B) | 75.45º | 0.68% | 0.38% | - |
| XYZ | 7.83 | 10.35 | 2.88 | - |
| YUV | 84.39 | 97.87 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 97 | 31 | 0.18 | 0 | 0.68 | 0.62 | 75.45 | 0.52 | 0.25 |
| Hex | 50 | 61 | 1F | 12 | 0 | 44 | 3E | 4B | 34 | 19 |
| Octal | 120 | 141 | 37 | 22 | 0 | 104 | 76 | 113 | 64 | 31 |
| Binary | 1010000 | 1100001 | 11111 | 10010 | 0 | 1000100 | 111110 | 1001011 | 110100 | 11001 |
Color Harmonies of #50611F
Complementary color
Monochromatic Colors of #50611F
Black with #50611F
Text Example
Text Example
White with #50611F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50611F; }
p { color: rgb(80,97,31); }
H1.HeaderClassName
{
color: #50611F;
}
.AnyTagClassName
{
color: #50611F;
}
</style>
background-color css
<style>
a { background-color: #50611F; }
a { background-color: rgb(80,97,31); }
div.DivClassName
{
background-color: #50611F;
}
.BgClassName
{
background-color: #50611F;
}
</style>
border-color css
<style>
span { border-color: #50611F; }
span { border-color: rgb(80,97,31); }
td.TdClassName
{
border-color: #50611F;
}
.TagClassName
{
border-color: #50611F;
}
</style>