Shades of Salem #118356
Tints of Salem #118356
RGB
CMYK
RGB Variations
Color information
#118356 (or 0x118356) is known color: Salem. HEX triplet: 11, 83 and 56. RGB value is (17,131,86). Sum of RGB (Red+Green+Blue) = 17+131+86=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 131 (51.56% from 255 or 55.98% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 131 - color contains mainly: green. Hex color #118356 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118356 is #EE7CA9. Grayscale: #5B5B5B. Windows color (decimal): -15629482 or 5669649. OLE color: 5669649.
HSL color Cylindrical-coordinate representation of color #118356: hue angle of 156.32º 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 #118356 is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 131 | 86 | - |
| CMYK | 0.87 | 0 | 0.34 | 0.49 |
| HSL | 156.32º | 0.77% | 0.29% | - |
| HSV(B) | 156.32º | 0.87% | 0.51% | - |
| XYZ | 10.03 | 17.02 | 11.56 | - |
| YUV | 91.78 | 124.73 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 131 | 86 | 0.87 | 0 | 0.34 | 0.49 | 156.32 | 0.77 | 0.29 |
| Hex | 11 | 83 | 56 | 57 | 0 | 22 | 31 | 9C | 4D | 1D |
| Octal | 21 | 203 | 126 | 127 | 0 | 42 | 61 | 234 | 115 | 35 |
| Binary | 10001 | 10000011 | 1010110 | 1010111 | 0 | 100010 | 110001 | 10011100 | 1001101 | 11101 |
Color Harmonies of #118356
Complementary color
Monochromatic Colors of #118356
Black with #118356
Text Example
Text Example
White with #118356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118356; }
p { color: rgb(17,131,86); }
H1.HeaderClassName
{
color: #118356;
}
.AnyTagClassName
{
color: #118356;
}
</style>
background-color css
<style>
a { background-color: #118356; }
a { background-color: rgb(17,131,86); }
div.DivClassName
{
background-color: #118356;
}
.BgClassName
{
background-color: #118356;
}
</style>
border-color css
<style>
span { border-color: #118356; }
span { border-color: rgb(17,131,86); }
td.TdClassName
{
border-color: #118356;
}
.TagClassName
{
border-color: #118356;
}
</style>