Shades of Salem #118F39
Tints of Salem #118F39
RGB
CMYK
RGB Variations
Color information
#118F39 (or 0x118F39) is known color: Salem. HEX triplet: 11, 8F and 39. RGB value is (17,143,57). Sum of RGB (Red+Green+Blue) = 17+143+57=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 143 (56.25% from 255 or 65.90% from 217); Blue value is 57 (22.66% from 255 or 26.27% from 217); Max value from RGB is 143 - color contains mainly: green. Hex color #118F39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118F39 is #EE70C6. Grayscale: #5F5F5F. Windows color (decimal): -15626439 or 3772177. OLE color: 3772177.
HSL color Cylindrical-coordinate representation of color #118F39: hue angle of 139.05º 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 #118F39 is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 143 | 57 | - |
| CMYK | 0.88 | 0 | 0.60 | 0.44 |
| HSL | 139.05º | 0.79% | 0.31% | - |
| HSV(B) | 139.05º | 0.88% | 0.56% | - |
| XYZ | 10.79 | 20.06 | 7.17 | - |
| YUV | 95.52 | 106.26 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 57 | 0.88 | 0 | 0.60 | 0.44 | 139.05 | 0.79 | 0.31 |
| Hex | 11 | 8F | 39 | 58 | 0 | 3C | 2C | 8B | 4F | 1F |
| Octal | 21 | 217 | 71 | 130 | 0 | 74 | 54 | 213 | 117 | 37 |
| Binary | 10001 | 10001111 | 111001 | 1011000 | 0 | 111100 | 101100 | 10001011 | 1001111 | 11111 |
Color Harmonies of #118F39
Complementary color
Monochromatic Colors of #118F39
Black with #118F39
Text Example
Text Example
White with #118F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118F39; }
p { color: rgb(17,143,57); }
H1.HeaderClassName
{
color: #118F39;
}
.AnyTagClassName
{
color: #118F39;
}
</style>
background-color css
<style>
a { background-color: #118F39; }
a { background-color: rgb(17,143,57); }
div.DivClassName
{
background-color: #118F39;
}
.BgClassName
{
background-color: #118F39;
}
</style>
border-color css
<style>
span { border-color: #118F39; }
span { border-color: rgb(17,143,57); }
td.TdClassName
{
border-color: #118F39;
}
.TagClassName
{
border-color: #118F39;
}
</style>