Shades of Salem #119146
Tints of Salem #119146
RGB
CMYK
RGB Variations
Color information
#119146 (or 0x119146) is known color: Salem. HEX triplet: 11, 91 and 46. RGB value is (17,145,70). Sum of RGB (Red+Green+Blue) = 17+145+70=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 145 (57.03% from 255 or 62.5% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 145 - color contains mainly: green. Hex color #119146 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119146 is #EE6EB9. Grayscale: #626262. Windows color (decimal): -15625914 or 4624657. OLE color: 4624657.
HSL color Cylindrical-coordinate representation of color #119146: hue angle of 144.84º 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 #119146 is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 145 | 70 | - |
| CMYK | 0.88 | 0 | 0.52 | 0.43 |
| HSL | 144.84º | 0.79% | 0.32% | - |
| HSV(B) | 144.84º | 0.88% | 0.57% | - |
| XYZ | 11.46 | 20.81 | 9.21 | - |
| YUV | 98.18 | 112.09 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 145 | 70 | 0.88 | 0 | 0.52 | 0.43 | 144.84 | 0.79 | 0.32 |
| Hex | 11 | 91 | 46 | 58 | 0 | 34 | 2B | 91 | 4F | 20 |
| Octal | 21 | 221 | 106 | 130 | 0 | 64 | 53 | 221 | 117 | 40 |
| Binary | 10001 | 10010001 | 1000110 | 1011000 | 0 | 110100 | 101011 | 10010001 | 1001111 | 100000 |
Color Harmonies of #119146
Complementary color
Monochromatic Colors of #119146
Black with #119146
Text Example
Text Example
White with #119146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119146; }
p { color: rgb(17,145,70); }
H1.HeaderClassName
{
color: #119146;
}
.AnyTagClassName
{
color: #119146;
}
</style>
background-color css
<style>
a { background-color: #119146; }
a { background-color: rgb(17,145,70); }
div.DivClassName
{
background-color: #119146;
}
.BgClassName
{
background-color: #119146;
}
</style>
border-color css
<style>
span { border-color: #119146; }
span { border-color: rgb(17,145,70); }
td.TdClassName
{
border-color: #119146;
}
.TagClassName
{
border-color: #119146;
}
</style>