Shades of Army green #50551D
Tints of Army green #50551D
RGB
CMYK
RGB Variations
Color information
#50551D (or 0x50551D) is known color: Army green. HEX triplet: 50, 55 and 1D. RGB value is (80,85,29). Sum of RGB (Red+Green+Blue) = 80+85+29=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #50551D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50551D is #AFAAE2. Grayscale: #4D4D4D. Windows color (decimal): -11512547 or 1922384. OLE color: 1922384.
HSL color Cylindrical-coordinate representation of color #50551D: hue angle of 65.36º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50551D is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 85 | 29 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.67 |
| HSL | 65.36º | 0.49% | 0.22% | - |
| HSV(B) | 65.36º | 0.66% | 0.33% | - |
| XYZ | 6.78 | 8.29 | 2.41 | - |
| YUV | 77.12 | 100.84 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 85 | 29 | 0.06 | 0 | 0.66 | 0.67 | 65.36 | 0.49 | 0.22 |
| Hex | 50 | 55 | 1D | 6 | 0 | 42 | 43 | 41 | 31 | 16 |
| Octal | 120 | 125 | 35 | 6 | 0 | 102 | 103 | 101 | 61 | 26 |
| Binary | 1010000 | 1010101 | 11101 | 110 | 0 | 1000010 | 1000011 | 1000001 | 110001 | 10110 |
Color Harmonies of #50551D
Complementary color
Monochromatic Colors of #50551D
Black with #50551D
Text Example
Text Example
White with #50551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50551D; }
p { color: rgb(80,85,29); }
H1.HeaderClassName
{
color: #50551D;
}
.AnyTagClassName
{
color: #50551D;
}
</style>
background-color css
<style>
a { background-color: #50551D; }
a { background-color: rgb(80,85,29); }
div.DivClassName
{
background-color: #50551D;
}
.BgClassName
{
background-color: #50551D;
}
</style>
border-color css
<style>
span { border-color: #50551D; }
span { border-color: rgb(80,85,29); }
td.TdClassName
{
border-color: #50551D;
}
.TagClassName
{
border-color: #50551D;
}
</style>