Shades of Salem #119153
Tints of Salem #119153
RGB
CMYK
RGB Variations
Color information
#119153 (or 0x119153) is known color: Salem. HEX triplet: 11, 91 and 53. RGB value is (17,145,83). Sum of RGB (Red+Green+Blue) = 17+145+83=245 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.94% from 245); Green value is 145 (57.03% from 255 or 59.18% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 145 - color contains mainly: green. Hex color #119153 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119153 is #EE6EAC. Grayscale: #636363. Windows color (decimal): -15625901 or 5476625. OLE color: 5476625.
HSL color Cylindrical-coordinate representation of color #119153: hue angle of 150.94º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119153 is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 145 | 83 | - |
| CMYK | 0.88 | 0 | 0.43 | 0.43 |
| HSL | 150.94º | 0.79% | 0.32% | - |
| HSV(B) | 150.94º | 0.88% | 0.57% | - |
| XYZ | 11.92 | 20.99 | 11.61 | - |
| YUV | 99.66 | 118.59 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 145 | 83 | 0.88 | 0 | 0.43 | 0.43 | 150.94 | 0.79 | 0.32 |
| Hex | 11 | 91 | 53 | 58 | 0 | 2B | 2B | 97 | 4F | 20 |
| Octal | 21 | 221 | 123 | 130 | 0 | 53 | 53 | 227 | 117 | 40 |
| Binary | 10001 | 10010001 | 1010011 | 1011000 | 0 | 101011 | 101011 | 10010111 | 1001111 | 100000 |
Color Harmonies of #119153
Complementary color
Monochromatic Colors of #119153
Black with #119153
Text Example
Text Example
White with #119153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119153; }
p { color: rgb(17,145,83); }
H1.HeaderClassName
{
color: #119153;
}
.AnyTagClassName
{
color: #119153;
}
</style>
background-color css
<style>
a { background-color: #119153; }
a { background-color: rgb(17,145,83); }
div.DivClassName
{
background-color: #119153;
}
.BgClassName
{
background-color: #119153;
}
</style>
border-color css
<style>
span { border-color: #119153; }
span { border-color: rgb(17,145,83); }
td.TdClassName
{
border-color: #119153;
}
.TagClassName
{
border-color: #119153;
}
</style>