Shades of Salem #119145
Tints of Salem #119145
RGB
CMYK
RGB Variations
Color information
#119145 (or 0x119145) is known color: Salem. HEX triplet: 11, 91 and 45. RGB value is (17,145,69). Sum of RGB (Red+Green+Blue) = 17+145+69=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 145 (57.03% from 255 or 62.77% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 145 - color contains mainly: green. Hex color #119145 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119145 is #EE6EBA. Grayscale: #626262. Windows color (decimal): -15625915 or 4559121. OLE color: 4559121.
HSL color Cylindrical-coordinate representation of color #119145: hue angle of 144.38º 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 #119145 is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 17 | 145 | 69 | - |
| CMYK | 0.88 | 0 | 0.52 | 0.43 |
| HSL | 144.38º | 0.79% | 0.32% | - |
| HSV(B) | 144.38º | 0.88% | 0.57% | - |
| XYZ | 11.43 | 20.8 | 9.04 | - |
| YUV | 98.06 | 111.59 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 145 | 69 | 0.88 | 0 | 0.52 | 0.43 | 144.38 | 0.79 | 0.32 |
| Hex | 11 | 91 | 45 | 58 | 0 | 34 | 2B | 90 | 4F | 20 |
| Octal | 21 | 221 | 105 | 130 | 0 | 64 | 53 | 220 | 117 | 40 |
| Binary | 10001 | 10010001 | 1000101 | 1011000 | 0 | 110100 | 101011 | 10010000 | 1001111 | 100000 |
Color Harmonies of #119145
Complementary color
Monochromatic Colors of #119145
Black with #119145
Text Example
Text Example
White with #119145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119145; }
p { color: rgb(17,145,69); }
H1.HeaderClassName
{
color: #119145;
}
.AnyTagClassName
{
color: #119145;
}
</style>
background-color css
<style>
a { background-color: #119145; }
a { background-color: rgb(17,145,69); }
div.DivClassName
{
background-color: #119145;
}
.BgClassName
{
background-color: #119145;
}
</style>
border-color css
<style>
span { border-color: #119145; }
span { border-color: rgb(17,145,69); }
td.TdClassName
{
border-color: #119145;
}
.TagClassName
{
border-color: #119145;
}
</style>