Shades of Salem #118846
Tints of Salem #118846
RGB
CMYK
RGB Variations
Color information
#118846 (or 0x118846) is known color: Salem. HEX triplet: 11, 88 and 46. RGB value is (17,136,70). Sum of RGB (Red+Green+Blue) = 17+136+70=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 136 (53.52% from 255 or 60.99% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 136 - color contains mainly: green. Hex color #118846 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118846 is #EE77B9. Grayscale: #5D5D5D. Windows color (decimal): -15628218 or 4622353. OLE color: 4622353.
HSL color Cylindrical-coordinate representation of color #118846: hue angle of 146.72º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118846 is Cyan = 0.87, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 136 | 70 | - |
| CMYK | 0.87 | 0 | 0.49 | 0.47 |
| HSL | 146.72º | 0.78% | 0.3% | - |
| HSV(B) | 146.72º | 0.88% | 0.53% | - |
| XYZ | 10.14 | 18.17 | 8.77 | - |
| YUV | 92.9 | 115.08 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 136 | 70 | 0.87 | 0 | 0.49 | 0.47 | 146.72 | 0.78 | 0.3 |
| Hex | 11 | 88 | 46 | 57 | 0 | 31 | 2F | 93 | 4E | 1E |
| Octal | 21 | 210 | 106 | 127 | 0 | 61 | 57 | 223 | 116 | 36 |
| Binary | 10001 | 10001000 | 1000110 | 1010111 | 0 | 110001 | 101111 | 10010011 | 1001110 | 11110 |
Color Harmonies of #118846
Complementary color
Monochromatic Colors of #118846
Black with #118846
Text Example
Text Example
White with #118846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118846; }
p { color: rgb(17,136,70); }
H1.HeaderClassName
{
color: #118846;
}
.AnyTagClassName
{
color: #118846;
}
</style>
background-color css
<style>
a { background-color: #118846; }
a { background-color: rgb(17,136,70); }
div.DivClassName
{
background-color: #118846;
}
.BgClassName
{
background-color: #118846;
}
</style>
border-color css
<style>
span { border-color: #118846; }
span { border-color: rgb(17,136,70); }
td.TdClassName
{
border-color: #118846;
}
.TagClassName
{
border-color: #118846;
}
</style>