Shades of Salem #118358
Tints of Salem #118358
RGB
CMYK
RGB Variations
Color information
#118358 (or 0x118358) is known color: Salem. HEX triplet: 11, 83 and 58. RGB value is (17,131,88). Sum of RGB (Red+Green+Blue) = 17+131+88=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #118358 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118358 is #EE7CA7. Grayscale: #5C5C5C. Windows color (decimal): -15629480 or 5800721. OLE color: 5800721.
HSL color Cylindrical-coordinate representation of color #118358: hue angle of 157.37º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118358 is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 131 | 88 | - |
| CMYK | 0.87 | 0 | 0.33 | 0.49 |
| HSL | 157.37º | 0.77% | 0.29% | - |
| HSV(B) | 157.37º | 0.87% | 0.51% | - |
| XYZ | 10.11 | 17.06 | 11.99 | - |
| YUV | 92.01 | 125.73 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 131 | 88 | 0.87 | 0 | 0.33 | 0.49 | 157.37 | 0.77 | 0.29 |
| Hex | 11 | 83 | 58 | 57 | 0 | 21 | 31 | 9D | 4D | 1D |
| Octal | 21 | 203 | 130 | 127 | 0 | 41 | 61 | 235 | 115 | 35 |
| Binary | 10001 | 10000011 | 1011000 | 1010111 | 0 | 100001 | 110001 | 10011101 | 1001101 | 11101 |
Color Harmonies of #118358
Complementary color
Monochromatic Colors of #118358
Black with #118358
Text Example
Text Example
White with #118358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118358; }
p { color: rgb(17,131,88); }
H1.HeaderClassName
{
color: #118358;
}
.AnyTagClassName
{
color: #118358;
}
</style>
background-color css
<style>
a { background-color: #118358; }
a { background-color: rgb(17,131,88); }
div.DivClassName
{
background-color: #118358;
}
.BgClassName
{
background-color: #118358;
}
</style>
border-color css
<style>
span { border-color: #118358; }
span { border-color: rgb(17,131,88); }
td.TdClassName
{
border-color: #118358;
}
.TagClassName
{
border-color: #118358;
}
</style>