Shades of Salem #119239
Tints of Salem #119239
RGB
CMYK
RGB Variations
Color information
#119239 (or 0x119239) is known color: Salem. HEX triplet: 11, 92 and 39. RGB value is (17,146,57). Sum of RGB (Red+Green+Blue) = 17+146+57=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 146 (57.42% from 255 or 66.36% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 146 - color contains mainly: green. Hex color #119239 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119239 is #EE6DC6. Grayscale: #616161. Windows color (decimal): -15625671 or 3772945. OLE color: 3772945.
HSL color Cylindrical-coordinate representation of color #119239: hue angle of 138.6º 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 #119239 is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 146 | 57 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.43 |
| HSL | 138.6º | 0.79% | 0.32% | - |
| HSV(B) | 138.6º | 0.88% | 0.57% | - |
| XYZ | 11.25 | 20.97 | 7.33 | - |
| YUV | 97.28 | 105.26 | 70.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 57 | 0.88 | 0 | 0.61 | 0.43 | 138.6 | 0.79 | 0.32 |
| Hex | 11 | 92 | 39 | 58 | 0 | 3D | 2B | 8B | 4F | 20 |
| Octal | 21 | 222 | 71 | 130 | 0 | 75 | 53 | 213 | 117 | 40 |
| Binary | 10001 | 10010010 | 111001 | 1011000 | 0 | 111101 | 101011 | 10001011 | 1001111 | 100000 |
Color Harmonies of #119239
Complementary color
Monochromatic Colors of #119239
Black with #119239
Text Example
Text Example
White with #119239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119239; }
p { color: rgb(17,146,57); }
H1.HeaderClassName
{
color: #119239;
}
.AnyTagClassName
{
color: #119239;
}
</style>
background-color css
<style>
a { background-color: #119239; }
a { background-color: rgb(17,146,57); }
div.DivClassName
{
background-color: #119239;
}
.BgClassName
{
background-color: #119239;
}
</style>
border-color css
<style>
span { border-color: #119239; }
span { border-color: rgb(17,146,57); }
td.TdClassName
{
border-color: #119239;
}
.TagClassName
{
border-color: #119239;
}
</style>