Shades of Salem #118D58
Tints of Salem #118D58
RGB
CMYK
RGB Variations
Color information
#118D58 (or 0x118D58) is known color: Salem. HEX triplet: 11, 8D and 58. RGB value is (17,141,88). Sum of RGB (Red+Green+Blue) = 17+141+88=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 141 (55.47% from 255 or 57.32% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 141 - color contains mainly: green. Hex color #118D58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118D58 is #EE72A7. Grayscale: #616161. Windows color (decimal): -15626920 or 5803281. OLE color: 5803281.
HSL color Cylindrical-coordinate representation of color #118D58: hue angle of 154.35º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118D58 is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 141 | 88 | - |
| CMYK | 0.88 | 0 | 0.38 | 0.45 |
| HSL | 154.35º | 0.78% | 0.31% | - |
| HSV(B) | 154.35º | 0.88% | 0.55% | - |
| XYZ | 11.52 | 19.87 | 12.46 | - |
| YUV | 97.88 | 122.42 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 141 | 88 | 0.88 | 0 | 0.38 | 0.45 | 154.35 | 0.78 | 0.31 |
| Hex | 11 | 8D | 58 | 58 | 0 | 26 | 2D | 9A | 4E | 1F |
| Octal | 21 | 215 | 130 | 130 | 0 | 46 | 55 | 232 | 116 | 37 |
| Binary | 10001 | 10001101 | 1011000 | 1011000 | 0 | 100110 | 101101 | 10011010 | 1001110 | 11111 |
Color Harmonies of #118D58
Complementary color
Monochromatic Colors of #118D58
Black with #118D58
Text Example
Text Example
White with #118D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118D58; }
p { color: rgb(17,141,88); }
H1.HeaderClassName
{
color: #118D58;
}
.AnyTagClassName
{
color: #118D58;
}
</style>
background-color css
<style>
a { background-color: #118D58; }
a { background-color: rgb(17,141,88); }
div.DivClassName
{
background-color: #118D58;
}
.BgClassName
{
background-color: #118D58;
}
</style>
border-color css
<style>
span { border-color: #118D58; }
span { border-color: rgb(17,141,88); }
td.TdClassName
{
border-color: #118D58;
}
.TagClassName
{
border-color: #118D58;
}
</style>