Shades of Salem #118F4F
Tints of Salem #118F4F
RGB
CMYK
RGB Variations
Color information
#118F4F (or 0x118F4F) is known color: Salem. HEX triplet: 11, 8F and 4F. RGB value is (17,143,79). Sum of RGB (Red+Green+Blue) = 17+143+79=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 143 (56.25% from 255 or 59.83% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 143 - color contains mainly: green. Hex color #118F4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118F4F is #EE70B0. Grayscale: #626262. Windows color (decimal): -15626417 or 5213969. OLE color: 5213969.
HSL color Cylindrical-coordinate representation of color #118F4F: hue angle of 149.52º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118F4F is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 143 | 79 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.44 |
| HSL | 149.52º | 0.79% | 0.31% | - |
| HSV(B) | 149.52º | 0.88% | 0.56% | - |
| XYZ | 11.46 | 20.33 | 10.72 | - |
| YUV | 98.03 | 117.26 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 79 | 0.88 | 0 | 0.45 | 0.44 | 149.52 | 0.79 | 0.31 |
| Hex | 11 | 8F | 4F | 58 | 0 | 2D | 2C | 96 | 4F | 1F |
| Octal | 21 | 217 | 117 | 130 | 0 | 55 | 54 | 226 | 117 | 37 |
| Binary | 10001 | 10001111 | 1001111 | 1011000 | 0 | 101101 | 101100 | 10010110 | 1001111 | 11111 |
Color Harmonies of #118F4F
Complementary color
Monochromatic Colors of #118F4F
Black with #118F4F
Text Example
Text Example
White with #118F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118F4F; }
p { color: rgb(17,143,79); }
H1.HeaderClassName
{
color: #118F4F;
}
.AnyTagClassName
{
color: #118F4F;
}
</style>
background-color css
<style>
a { background-color: #118F4F; }
a { background-color: rgb(17,143,79); }
div.DivClassName
{
background-color: #118F4F;
}
.BgClassName
{
background-color: #118F4F;
}
</style>
border-color css
<style>
span { border-color: #118F4F; }
span { border-color: rgb(17,143,79); }
td.TdClassName
{
border-color: #118F4F;
}
.TagClassName
{
border-color: #118F4F;
}
</style>