Shades of Salem #119247
Tints of Salem #119247
RGB
CMYK
RGB Variations
Color information
#119247 (or 0x119247) is known color: Salem. HEX triplet: 11, 92 and 47. RGB value is (17,146,71). Sum of RGB (Red+Green+Blue) = 17+146+71=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 146 (57.42% from 255 or 62.39% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 146 - color contains mainly: green. Hex color #119247 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119247 is #EE6DB8. Grayscale: #636363. Windows color (decimal): -15625657 or 4690449. OLE color: 4690449.
HSL color Cylindrical-coordinate representation of color #119247: hue angle of 145.12º 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 #119247 is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 146 | 71 | - |
| CMYK | 0.88 | 0 | 0.51 | 0.43 |
| HSL | 145.12º | 0.79% | 0.32% | - |
| HSV(B) | 145.12º | 0.88% | 0.57% | - |
| XYZ | 11.65 | 21.13 | 9.43 | - |
| YUV | 98.88 | 112.26 | 69.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 71 | 0.88 | 0 | 0.51 | 0.43 | 145.12 | 0.79 | 0.32 |
| Hex | 11 | 92 | 47 | 58 | 0 | 33 | 2B | 91 | 4F | 20 |
| Octal | 21 | 222 | 107 | 130 | 0 | 63 | 53 | 221 | 117 | 40 |
| Binary | 10001 | 10010010 | 1000111 | 1011000 | 0 | 110011 | 101011 | 10010001 | 1001111 | 100000 |
Color Harmonies of #119247
Complementary color
Monochromatic Colors of #119247
Black with #119247
Text Example
Text Example
White with #119247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119247; }
p { color: rgb(17,146,71); }
H1.HeaderClassName
{
color: #119247;
}
.AnyTagClassName
{
color: #119247;
}
</style>
background-color css
<style>
a { background-color: #119247; }
a { background-color: rgb(17,146,71); }
div.DivClassName
{
background-color: #119247;
}
.BgClassName
{
background-color: #119247;
}
</style>
border-color css
<style>
span { border-color: #119247; }
span { border-color: rgb(17,146,71); }
td.TdClassName
{
border-color: #119247;
}
.TagClassName
{
border-color: #119247;
}
</style>