Shades of Salem #118F3F
Tints of Salem #118F3F
RGB
CMYK
RGB Variations
Color information
#118F3F (or 0x118F3F) is known color: Salem. HEX triplet: 11, 8F and 3F. RGB value is (17,143,63). Sum of RGB (Red+Green+Blue) = 17+143+63=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 143 (56.25% from 255 or 64.13% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 143 - color contains mainly: green. Hex color #118F3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118F3F is #EE70C0. Grayscale: #606060. Windows color (decimal): -15626433 or 4165393. OLE color: 4165393.
HSL color Cylindrical-coordinate representation of color #118F3F: hue angle of 141.9º 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 #118F3F is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 143 | 63 | - |
| CMYK | 0.88 | 0 | 0.56 | 0.44 |
| HSL | 141.9º | 0.79% | 0.31% | - |
| HSV(B) | 141.9º | 0.88% | 0.56% | - |
| XYZ | 10.95 | 20.12 | 8.01 | - |
| YUV | 96.21 | 109.26 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 63 | 0.88 | 0 | 0.56 | 0.44 | 141.9 | 0.79 | 0.31 |
| Hex | 11 | 8F | 3F | 58 | 0 | 38 | 2C | 8E | 4F | 1F |
| Octal | 21 | 217 | 77 | 130 | 0 | 70 | 54 | 216 | 117 | 37 |
| Binary | 10001 | 10001111 | 111111 | 1011000 | 0 | 111000 | 101100 | 10001110 | 1001111 | 11111 |
Color Harmonies of #118F3F
Complementary color
Monochromatic Colors of #118F3F
Black with #118F3F
Text Example
Text Example
White with #118F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118F3F; }
p { color: rgb(17,143,63); }
H1.HeaderClassName
{
color: #118F3F;
}
.AnyTagClassName
{
color: #118F3F;
}
</style>
background-color css
<style>
a { background-color: #118F3F; }
a { background-color: rgb(17,143,63); }
div.DivClassName
{
background-color: #118F3F;
}
.BgClassName
{
background-color: #118F3F;
}
</style>
border-color css
<style>
span { border-color: #118F3F; }
span { border-color: rgb(17,143,63); }
td.TdClassName
{
border-color: #118F3F;
}
.TagClassName
{
border-color: #118F3F;
}
</style>