Shades of Salem #118F41
Tints of Salem #118F41
RGB
CMYK
RGB Variations
Color information
#118F41 (or 0x118F41) is known color: Salem. HEX triplet: 11, 8F and 41. RGB value is (17,143,65). Sum of RGB (Red+Green+Blue) = 17+143+65=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 143 (56.25% from 255 or 63.56% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 143 - color contains mainly: green. Hex color #118F41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118F41 is #EE70BE. Grayscale: #606060. Windows color (decimal): -15626431 or 4296465. OLE color: 4296465.
HSL color Cylindrical-coordinate representation of color #118F41: hue angle of 142.86º 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 #118F41 is Cyan = 0.88, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 143 | 65 | - |
| CMYK | 0.88 | 0 | 0.55 | 0.44 |
| HSL | 142.86º | 0.79% | 0.31% | - |
| HSV(B) | 142.86º | 0.88% | 0.56% | - |
| XYZ | 11.01 | 20.15 | 8.31 | - |
| YUV | 96.43 | 110.26 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 65 | 0.88 | 0 | 0.55 | 0.44 | 142.86 | 0.79 | 0.31 |
| Hex | 11 | 8F | 41 | 58 | 0 | 37 | 2C | 8F | 4F | 1F |
| Octal | 21 | 217 | 101 | 130 | 0 | 67 | 54 | 217 | 117 | 37 |
| Binary | 10001 | 10001111 | 1000001 | 1011000 | 0 | 110111 | 101100 | 10001111 | 1001111 | 11111 |
Color Harmonies of #118F41
Complementary color
Monochromatic Colors of #118F41
Black with #118F41
Text Example
Text Example
White with #118F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118F41; }
p { color: rgb(17,143,65); }
H1.HeaderClassName
{
color: #118F41;
}
.AnyTagClassName
{
color: #118F41;
}
</style>
background-color css
<style>
a { background-color: #118F41; }
a { background-color: rgb(17,143,65); }
div.DivClassName
{
background-color: #118F41;
}
.BgClassName
{
background-color: #118F41;
}
</style>
border-color css
<style>
span { border-color: #118F41; }
span { border-color: rgb(17,143,65); }
td.TdClassName
{
border-color: #118F41;
}
.TagClassName
{
border-color: #118F41;
}
</style>