Shades of Army green #50551C
Tints of Army green #50551C
RGB
CMYK
RGB Variations
Color information
#50551C (or 0x50551C) is known color: Army green. HEX triplet: 50, 55 and 1C. RGB value is (80,85,28). Sum of RGB (Red+Green+Blue) = 80+85+28=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #50551C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50551C is #AFAAE3. Grayscale: #4D4D4D. Windows color (decimal): -11512548 or 1856848. OLE color: 1856848.
HSL color Cylindrical-coordinate representation of color #50551C: hue angle of 65.26º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50551C is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 80 | 85 | 28 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.67 |
| HSL | 65.26º | 0.5% | 0.22% | - |
| HSV(B) | 65.26º | 0.67% | 0.33% | - |
| XYZ | 6.77 | 8.29 | 2.34 | - |
| YUV | 77.01 | 100.34 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 85 | 28 | 0.06 | 0 | 0.67 | 0.67 | 65.26 | 0.5 | 0.22 |
| Hex | 50 | 55 | 1C | 6 | 0 | 43 | 43 | 41 | 32 | 16 |
| Octal | 120 | 125 | 34 | 6 | 0 | 103 | 103 | 101 | 62 | 26 |
| Binary | 1010000 | 1010101 | 11100 | 110 | 0 | 1000011 | 1000011 | 1000001 | 110010 | 10110 |
Color Harmonies of #50551C
Complementary color
Monochromatic Colors of #50551C
Black with #50551C
Text Example
Text Example
White with #50551C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50551C; }
p { color: rgb(80,85,28); }
H1.HeaderClassName
{
color: #50551C;
}
.AnyTagClassName
{
color: #50551C;
}
</style>
background-color css
<style>
a { background-color: #50551C; }
a { background-color: rgb(80,85,28); }
div.DivClassName
{
background-color: #50551C;
}
.BgClassName
{
background-color: #50551C;
}
</style>
border-color css
<style>
span { border-color: #50551C; }
span { border-color: rgb(80,85,28); }
td.TdClassName
{
border-color: #50551C;
}
.TagClassName
{
border-color: #50551C;
}
</style>