Shades of Salem #119250
Tints of Salem #119250
RGB
CMYK
RGB Variations
Color information
#119250 (or 0x119250) is known color: Salem. HEX triplet: 11, 92 and 50. RGB value is (17,146,80). Sum of RGB (Red+Green+Blue) = 17+146+80=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 146 (57.42% from 255 or 60.08% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 146 - color contains mainly: green. Hex color #119250 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119250 is #EE6DAF. Grayscale: #646464. Windows color (decimal): -15625648 or 5280273. OLE color: 5280273.
HSL color Cylindrical-coordinate representation of color #119250: hue angle of 149.3º 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 #119250 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 146 | 80 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.43 |
| HSL | 149.3º | 0.79% | 0.32% | - |
| HSV(B) | 149.3º | 0.88% | 0.57% | - |
| XYZ | 11.96 | 21.26 | 11.06 | - |
| YUV | 99.91 | 116.76 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 80 | 0.88 | 0 | 0.45 | 0.43 | 149.3 | 0.79 | 0.32 |
| Hex | 11 | 92 | 50 | 58 | 0 | 2D | 2B | 95 | 4F | 20 |
| Octal | 21 | 222 | 120 | 130 | 0 | 55 | 53 | 225 | 117 | 40 |
| Binary | 10001 | 10010010 | 1010000 | 1011000 | 0 | 101101 | 101011 | 10010101 | 1001111 | 100000 |
Color Harmonies of #119250
Complementary color
Monochromatic Colors of #119250
Black with #119250
Text Example
Text Example
White with #119250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119250; }
p { color: rgb(17,146,80); }
H1.HeaderClassName
{
color: #119250;
}
.AnyTagClassName
{
color: #119250;
}
</style>
background-color css
<style>
a { background-color: #119250; }
a { background-color: rgb(17,146,80); }
div.DivClassName
{
background-color: #119250;
}
.BgClassName
{
background-color: #119250;
}
</style>
border-color css
<style>
span { border-color: #119250; }
span { border-color: rgb(17,146,80); }
td.TdClassName
{
border-color: #119250;
}
.TagClassName
{
border-color: #119250;
}
</style>