Shades of Salem #118E3F
Tints of Salem #118E3F
RGB
CMYK
RGB Variations
Color information
#118E3F (or 0x118E3F) is known color: Salem. HEX triplet: 11, 8E and 3F. RGB value is (17,142,63). Sum of RGB (Red+Green+Blue) = 17+142+63=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 142 (55.86% from 255 or 63.96% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 142 - color contains mainly: green. Hex color #118E3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118E3F is #EE71C0. Grayscale: #5F5F5F. Windows color (decimal): -15626689 or 4165137. OLE color: 4165137.
HSL color Cylindrical-coordinate representation of color #118E3F: hue angle of 142.08º 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 #118E3F is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 142 | 63 | - |
| CMYK | 0.88 | 0 | 0.56 | 0.44 |
| HSL | 142.08º | 0.79% | 0.31% | - |
| HSV(B) | 142.08º | 0.88% | 0.56% | - |
| XYZ | 10.8 | 19.82 | 7.96 | - |
| YUV | 95.62 | 109.59 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 142 | 63 | 0.88 | 0 | 0.56 | 0.44 | 142.08 | 0.79 | 0.31 |
| Hex | 11 | 8E | 3F | 58 | 0 | 38 | 2C | 8E | 4F | 1F |
| Octal | 21 | 216 | 77 | 130 | 0 | 70 | 54 | 216 | 117 | 37 |
| Binary | 10001 | 10001110 | 111111 | 1011000 | 0 | 111000 | 101100 | 10001110 | 1001111 | 11111 |
Color Harmonies of #118E3F
Complementary color
Monochromatic Colors of #118E3F
Black with #118E3F
Text Example
Text Example
White with #118E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118E3F; }
p { color: rgb(17,142,63); }
H1.HeaderClassName
{
color: #118E3F;
}
.AnyTagClassName
{
color: #118E3F;
}
</style>
background-color css
<style>
a { background-color: #118E3F; }
a { background-color: rgb(17,142,63); }
div.DivClassName
{
background-color: #118E3F;
}
.BgClassName
{
background-color: #118E3F;
}
</style>
border-color css
<style>
span { border-color: #118E3F; }
span { border-color: rgb(17,142,63); }
td.TdClassName
{
border-color: #118E3F;
}
.TagClassName
{
border-color: #118E3F;
}
</style>