Shades of Salem #118854
Tints of Salem #118854
RGB
CMYK
RGB Variations
Color information
#118854 (or 0x118854) is known color: Salem. HEX triplet: 11, 88 and 54. RGB value is (17,136,84). Sum of RGB (Red+Green+Blue) = 17+136+84=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 136 (53.52% from 255 or 57.38% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 136 - color contains mainly: green. Hex color #118854 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118854 is #EE77AB. Grayscale: #5E5E5E. Windows color (decimal): -15628204 or 5539857. OLE color: 5539857.
HSL color Cylindrical-coordinate representation of color #118854: hue angle of 153.78º 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 #118854 is Cyan = 0.87, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 136 | 84 | - |
| CMYK | 0.87 | 0 | 0.38 | 0.47 |
| HSL | 153.78º | 0.78% | 0.3% | - |
| HSV(B) | 153.78º | 0.88% | 0.53% | - |
| XYZ | 10.64 | 18.37 | 11.37 | - |
| YUV | 94.49 | 122.08 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 136 | 84 | 0.87 | 0 | 0.38 | 0.47 | 153.78 | 0.78 | 0.3 |
| Hex | 11 | 88 | 54 | 57 | 0 | 26 | 2F | 9A | 4E | 1E |
| Octal | 21 | 210 | 124 | 127 | 0 | 46 | 57 | 232 | 116 | 36 |
| Binary | 10001 | 10001000 | 1010100 | 1010111 | 0 | 100110 | 101111 | 10011010 | 1001110 | 11110 |
Color Harmonies of #118854
Complementary color
Monochromatic Colors of #118854
Black with #118854
Text Example
Text Example
White with #118854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118854; }
p { color: rgb(17,136,84); }
H1.HeaderClassName
{
color: #118854;
}
.AnyTagClassName
{
color: #118854;
}
</style>
background-color css
<style>
a { background-color: #118854; }
a { background-color: rgb(17,136,84); }
div.DivClassName
{
background-color: #118854;
}
.BgClassName
{
background-color: #118854;
}
</style>
border-color css
<style>
span { border-color: #118854; }
span { border-color: rgb(17,136,84); }
td.TdClassName
{
border-color: #118854;
}
.TagClassName
{
border-color: #118854;
}
</style>