Shades of Salem #118241
Tints of Salem #118241
RGB
CMYK
RGB Variations
Color information
#118241 (or 0x118241) is known color: Salem. HEX triplet: 11, 82 and 41. RGB value is (17,130,65). Sum of RGB (Red+Green+Blue) = 17+130+65=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 130 (51.17% from 255 or 61.32% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 130 - color contains mainly: green. Hex color #118241 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118241 is #EE7DBE. Grayscale: #585858. Windows color (decimal): -15629759 or 4293137. OLE color: 4293137.
HSL color Cylindrical-coordinate representation of color #118241: hue angle of 145.49º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118241 is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 130 | 65 | - |
| CMYK | 0.87 | 0 | 0.50 | 0.49 |
| HSL | 145.49º | 0.77% | 0.29% | - |
| HSV(B) | 145.49º | 0.87% | 0.51% | - |
| XYZ | 9.17 | 16.47 | 7.7 | - |
| YUV | 88.8 | 114.56 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 65 | 0.87 | 0 | 0.50 | 0.49 | 145.49 | 0.77 | 0.29 |
| Hex | 11 | 82 | 41 | 57 | 0 | 32 | 31 | 91 | 4D | 1D |
| Octal | 21 | 202 | 101 | 127 | 0 | 62 | 61 | 221 | 115 | 35 |
| Binary | 10001 | 10000010 | 1000001 | 1010111 | 0 | 110010 | 110001 | 10010001 | 1001101 | 11101 |
Color Harmonies of #118241
Complementary color
Monochromatic Colors of #118241
Black with #118241
Text Example
Text Example
White with #118241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118241; }
p { color: rgb(17,130,65); }
H1.HeaderClassName
{
color: #118241;
}
.AnyTagClassName
{
color: #118241;
}
</style>
background-color css
<style>
a { background-color: #118241; }
a { background-color: rgb(17,130,65); }
div.DivClassName
{
background-color: #118241;
}
.BgClassName
{
background-color: #118241;
}
</style>
border-color css
<style>
span { border-color: #118241; }
span { border-color: rgb(17,130,65); }
td.TdClassName
{
border-color: #118241;
}
.TagClassName
{
border-color: #118241;
}
</style>