Shades of Salem #118559
Tints of Salem #118559
RGB
CMYK
RGB Variations
Color information
#118559 (or 0x118559) is known color: Salem. HEX triplet: 11, 85 and 59. RGB value is (17,133,89). Sum of RGB (Red+Green+Blue) = 17+133+89=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #118559 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118559 is #EE7AA6. Grayscale: #5D5D5D. Windows color (decimal): -15628967 or 5866769. OLE color: 5866769.
HSL color Cylindrical-coordinate representation of color #118559: hue angle of 157.24º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118559 is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 133 | 89 | - |
| CMYK | 0.87 | 0 | 0.33 | 0.48 |
| HSL | 157.24º | 0.77% | 0.29% | - |
| HSV(B) | 157.24º | 0.87% | 0.52% | - |
| XYZ | 10.42 | 17.62 | 12.3 | - |
| YUV | 93.3 | 125.57 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 133 | 89 | 0.87 | 0 | 0.33 | 0.48 | 157.24 | 0.77 | 0.29 |
| Hex | 11 | 85 | 59 | 57 | 0 | 21 | 30 | 9D | 4D | 1D |
| Octal | 21 | 205 | 131 | 127 | 0 | 41 | 60 | 235 | 115 | 35 |
| Binary | 10001 | 10000101 | 1011001 | 1010111 | 0 | 100001 | 110000 | 10011101 | 1001101 | 11101 |
Color Harmonies of #118559
Complementary color
Monochromatic Colors of #118559
Black with #118559
Text Example
Text Example
White with #118559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118559; }
p { color: rgb(17,133,89); }
H1.HeaderClassName
{
color: #118559;
}
.AnyTagClassName
{
color: #118559;
}
</style>
background-color css
<style>
a { background-color: #118559; }
a { background-color: rgb(17,133,89); }
div.DivClassName
{
background-color: #118559;
}
.BgClassName
{
background-color: #118559;
}
</style>
border-color css
<style>
span { border-color: #118559; }
span { border-color: rgb(17,133,89); }
td.TdClassName
{
border-color: #118559;
}
.TagClassName
{
border-color: #118559;
}
</style>