Shades of Salem #117050
Tints of Salem #117050
RGB
CMYK
RGB Variations
Color information
#117050 (or 0x117050) is known color: Salem. HEX triplet: 11, 70 and 50. RGB value is (17,112,80). Sum of RGB (Red+Green+Blue) = 17+112+80=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #117050 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117050 is #EE8FAF. Grayscale: #4F4F4F. Windows color (decimal): -15634352 or 5271569. OLE color: 5271569.
HSL color Cylindrical-coordinate representation of color #117050: hue angle of 159.79º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117050 is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 112 | 80 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.56 |
| HSL | 159.79º | 0.74% | 0.25% | - |
| HSV(B) | 159.79º | 0.85% | 0.44% | - |
| XYZ | 7.47 | 12.29 | 9.57 | - |
| YUV | 79.95 | 128.03 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 112 | 80 | 0.85 | 0 | 0.29 | 0.56 | 159.79 | 0.74 | 0.25 |
| Hex | 11 | 70 | 50 | 55 | 0 | 1D | 38 | A0 | 4A | 19 |
| Octal | 21 | 160 | 120 | 125 | 0 | 35 | 70 | 240 | 112 | 31 |
| Binary | 10001 | 1110000 | 1010000 | 1010101 | 0 | 11101 | 111000 | 10100000 | 1001010 | 11001 |
Color Harmonies of #117050
Complementary color
Monochromatic Colors of #117050
Black with #117050
Text Example
Text Example
White with #117050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117050; }
p { color: rgb(17,112,80); }
H1.HeaderClassName
{
color: #117050;
}
.AnyTagClassName
{
color: #117050;
}
</style>
background-color css
<style>
a { background-color: #117050; }
a { background-color: rgb(17,112,80); }
div.DivClassName
{
background-color: #117050;
}
.BgClassName
{
background-color: #117050;
}
</style>
border-color css
<style>
span { border-color: #117050; }
span { border-color: rgb(17,112,80); }
td.TdClassName
{
border-color: #117050;
}
.TagClassName
{
border-color: #117050;
}
</style>