Shades of Salem #118853
Tints of Salem #118853
RGB
CMYK
RGB Variations
Color information
#118853 (or 0x118853) is known color: Salem. HEX triplet: 11, 88 and 53. RGB value is (17,136,83). Sum of RGB (Red+Green+Blue) = 17+136+83=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 136 (53.52% from 255 or 57.63% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 136 - color contains mainly: green. Hex color #118853 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118853 is #EE77AC. Grayscale: #5E5E5E. Windows color (decimal): -15628205 or 5474321. OLE color: 5474321.
HSL color Cylindrical-coordinate representation of color #118853: hue angle of 153.28º 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 #118853 is Cyan = 0.87, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 136 | 83 | - |
| CMYK | 0.87 | 0 | 0.39 | 0.47 |
| HSL | 153.28º | 0.78% | 0.3% | - |
| HSV(B) | 153.28º | 0.88% | 0.53% | - |
| XYZ | 10.6 | 18.35 | 11.17 | - |
| YUV | 94.38 | 121.58 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 136 | 83 | 0.87 | 0 | 0.39 | 0.47 | 153.28 | 0.78 | 0.3 |
| Hex | 11 | 88 | 53 | 57 | 0 | 27 | 2F | 99 | 4E | 1E |
| Octal | 21 | 210 | 123 | 127 | 0 | 47 | 57 | 231 | 116 | 36 |
| Binary | 10001 | 10001000 | 1010011 | 1010111 | 0 | 100111 | 101111 | 10011001 | 1001110 | 11110 |
Color Harmonies of #118853
Complementary color
Monochromatic Colors of #118853
Black with #118853
Text Example
Text Example
White with #118853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118853; }
p { color: rgb(17,136,83); }
H1.HeaderClassName
{
color: #118853;
}
.AnyTagClassName
{
color: #118853;
}
</style>
background-color css
<style>
a { background-color: #118853; }
a { background-color: rgb(17,136,83); }
div.DivClassName
{
background-color: #118853;
}
.BgClassName
{
background-color: #118853;
}
</style>
border-color css
<style>
span { border-color: #118853; }
span { border-color: rgb(17,136,83); }
td.TdClassName
{
border-color: #118853;
}
.TagClassName
{
border-color: #118853;
}
</style>