Shades of Army green #50541D
Tints of Army green #50541D
RGB
CMYK
RGB Variations
Color information
#50541D (or 0x50541D) is known color: Army green. HEX triplet: 50, 54 and 1D. RGB value is (80,84,29). Sum of RGB (Red+Green+Blue) = 80+84+29=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 84 - color contains mainly: green. Hex color #50541D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50541D is #AFABE2. Grayscale: #4C4C4C. Windows color (decimal): -11512803 or 1922128. OLE color: 1922128.
HSL color Cylindrical-coordinate representation of color #50541D: hue angle of 64.36º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50541D is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 84 | 29 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.67 |
| HSL | 64.36º | 0.49% | 0.22% | - |
| HSV(B) | 64.36º | 0.65% | 0.33% | - |
| XYZ | 6.7 | 8.13 | 2.38 | - |
| YUV | 76.53 | 101.17 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 84 | 29 | 0.05 | 0 | 0.65 | 0.67 | 64.36 | 0.49 | 0.22 |
| Hex | 50 | 54 | 1D | 5 | 0 | 41 | 43 | 40 | 31 | 16 |
| Octal | 120 | 124 | 35 | 5 | 0 | 101 | 103 | 100 | 61 | 26 |
| Binary | 1010000 | 1010100 | 11101 | 101 | 0 | 1000001 | 1000011 | 1000000 | 110001 | 10110 |
Color Harmonies of #50541D
Complementary color
Monochromatic Colors of #50541D
Black with #50541D
Text Example
Text Example
White with #50541D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50541D; }
p { color: rgb(80,84,29); }
H1.HeaderClassName
{
color: #50541D;
}
.AnyTagClassName
{
color: #50541D;
}
</style>
background-color css
<style>
a { background-color: #50541D; }
a { background-color: rgb(80,84,29); }
div.DivClassName
{
background-color: #50541D;
}
.BgClassName
{
background-color: #50541D;
}
</style>
border-color css
<style>
span { border-color: #50541D; }
span { border-color: rgb(80,84,29); }
td.TdClassName
{
border-color: #50541D;
}
.TagClassName
{
border-color: #50541D;
}
</style>