Shades of Salem #117C50
Tints of Salem #117C50
RGB
CMYK
RGB Variations
Color information
#117C50 (or 0x117C50) is known color: Salem. HEX triplet: 11, 7C and 50. RGB value is (17,124,80). Sum of RGB (Red+Green+Blue) = 17+124+80=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 124 (48.83% from 255 or 56.11% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 124 - color contains mainly: green. Hex color #117C50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117C50 is #EE83AF. Grayscale: #575757. Windows color (decimal): -15631280 or 5274641. OLE color: 5274641.
HSL color Cylindrical-coordinate representation of color #117C50: hue angle of 155.33º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117C50 is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 124 | 80 | - |
| CMYK | 0.86 | 0 | 0.35 | 0.51 |
| HSL | 155.33º | 0.76% | 0.28% | - |
| HSV(B) | 155.33º | 0.86% | 0.49% | - |
| XYZ | 8.89 | 15.11 | 10.04 | - |
| YUV | 86.99 | 124.05 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 80 | 0.86 | 0 | 0.35 | 0.51 | 155.33 | 0.76 | 0.28 |
| Hex | 11 | 7C | 50 | 56 | 0 | 23 | 33 | 9B | 4C | 1C |
| Octal | 21 | 174 | 120 | 126 | 0 | 43 | 63 | 233 | 114 | 34 |
| Binary | 10001 | 1111100 | 1010000 | 1010110 | 0 | 100011 | 110011 | 10011011 | 1001100 | 11100 |
Color Harmonies of #117C50
Complementary color
Monochromatic Colors of #117C50
Black with #117C50
Text Example
Text Example
White with #117C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117C50; }
p { color: rgb(17,124,80); }
H1.HeaderClassName
{
color: #117C50;
}
.AnyTagClassName
{
color: #117C50;
}
</style>
background-color css
<style>
a { background-color: #117C50; }
a { background-color: rgb(17,124,80); }
div.DivClassName
{
background-color: #117C50;
}
.BgClassName
{
background-color: #117C50;
}
</style>
border-color css
<style>
span { border-color: #117C50; }
span { border-color: rgb(17,124,80); }
td.TdClassName
{
border-color: #117C50;
}
.TagClassName
{
border-color: #117C50;
}
</style>