Shades of Salem #118C4F
Tints of Salem #118C4F
RGB
CMYK
RGB Variations
Color information
#118C4F (or 0x118C4F) is known color: Salem. HEX triplet: 11, 8C and 4F. RGB value is (17,140,79). Sum of RGB (Red+Green+Blue) = 17+140+79=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 140 (55.08% from 255 or 59.32% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 140 - color contains mainly: green. Hex color #118C4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118C4F is #EE73B0. Grayscale: #606060. Windows color (decimal): -15627185 or 5213201. OLE color: 5213201.
HSL color Cylindrical-coordinate representation of color #118C4F: hue angle of 150.24º 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 #118C4F is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 140 | 79 | - |
| CMYK | 0.88 | 0 | 0.44 | 0.45 |
| HSL | 150.24º | 0.78% | 0.31% | - |
| HSV(B) | 150.24º | 0.88% | 0.55% | - |
| XYZ | 11.02 | 19.44 | 10.57 | - |
| YUV | 96.27 | 118.25 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 140 | 79 | 0.88 | 0 | 0.44 | 0.45 | 150.24 | 0.78 | 0.31 |
| Hex | 11 | 8C | 4F | 58 | 0 | 2C | 2D | 96 | 4E | 1F |
| Octal | 21 | 214 | 117 | 130 | 0 | 54 | 55 | 226 | 116 | 37 |
| Binary | 10001 | 10001100 | 1001111 | 1011000 | 0 | 101100 | 101101 | 10010110 | 1001110 | 11111 |
Color Harmonies of #118C4F
Complementary color
Monochromatic Colors of #118C4F
Black with #118C4F
Text Example
Text Example
White with #118C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118C4F; }
p { color: rgb(17,140,79); }
H1.HeaderClassName
{
color: #118C4F;
}
.AnyTagClassName
{
color: #118C4F;
}
</style>
background-color css
<style>
a { background-color: #118C4F; }
a { background-color: rgb(17,140,79); }
div.DivClassName
{
background-color: #118C4F;
}
.BgClassName
{
background-color: #118C4F;
}
</style>
border-color css
<style>
span { border-color: #118C4F; }
span { border-color: rgb(17,140,79); }
td.TdClassName
{
border-color: #118C4F;
}
.TagClassName
{
border-color: #118C4F;
}
</style>