Shades of Salem #119047
Tints of Salem #119047
RGB
CMYK
RGB Variations
Color information
#119047 (or 0x119047) is known color: Salem. HEX triplet: 11, 90 and 47. RGB value is (17,144,71). Sum of RGB (Red+Green+Blue) = 17+144+71=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 144 (56.64% from 255 or 62.07% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 144 - color contains mainly: green. Hex color #119047 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119047 is #EE6FB8. Grayscale: #616161. Windows color (decimal): -15626169 or 4689937. OLE color: 4689937.
HSL color Cylindrical-coordinate representation of color #119047: hue angle of 145.51º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119047 is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 144 | 71 | - |
| CMYK | 0.88 | 0 | 0.51 | 0.44 |
| HSL | 145.51º | 0.79% | 0.32% | - |
| HSV(B) | 145.51º | 0.88% | 0.56% | - |
| XYZ | 11.34 | 20.52 | 9.32 | - |
| YUV | 97.71 | 112.92 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 144 | 71 | 0.88 | 0 | 0.51 | 0.44 | 145.51 | 0.79 | 0.32 |
| Hex | 11 | 90 | 47 | 58 | 0 | 33 | 2C | 92 | 4F | 20 |
| Octal | 21 | 220 | 107 | 130 | 0 | 63 | 54 | 222 | 117 | 40 |
| Binary | 10001 | 10010000 | 1000111 | 1011000 | 0 | 110011 | 101100 | 10010010 | 1001111 | 100000 |
Color Harmonies of #119047
Complementary color
Monochromatic Colors of #119047
Black with #119047
Text Example
Text Example
White with #119047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119047; }
p { color: rgb(17,144,71); }
H1.HeaderClassName
{
color: #119047;
}
.AnyTagClassName
{
color: #119047;
}
</style>
background-color css
<style>
a { background-color: #119047; }
a { background-color: rgb(17,144,71); }
div.DivClassName
{
background-color: #119047;
}
.BgClassName
{
background-color: #119047;
}
</style>
border-color css
<style>
span { border-color: #119047; }
span { border-color: rgb(17,144,71); }
td.TdClassName
{
border-color: #119047;
}
.TagClassName
{
border-color: #119047;
}
</style>