Shades of Salem #118240
Tints of Salem #118240
RGB
CMYK
RGB Variations
Color information
#118240 (or 0x118240) is known color: Salem. HEX triplet: 11, 82 and 40. RGB value is (17,130,64). Sum of RGB (Red+Green+Blue) = 17+130+64=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 130 (51.17% from 255 or 61.61% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 130 - color contains mainly: green. Hex color #118240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118240 is #EE7DBF. Grayscale: #585858. Windows color (decimal): -15629760 or 4227601. OLE color: 4227601.
HSL color Cylindrical-coordinate representation of color #118240: hue angle of 144.96º 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 #118240 is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 130 | 64 | - |
| CMYK | 0.87 | 0 | 0.51 | 0.49 |
| HSL | 144.96º | 0.77% | 0.29% | - |
| HSV(B) | 144.96º | 0.87% | 0.51% | - |
| XYZ | 9.14 | 16.45 | 7.54 | - |
| YUV | 88.69 | 114.06 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 64 | 0.87 | 0 | 0.51 | 0.49 | 144.96 | 0.77 | 0.29 |
| Hex | 11 | 82 | 40 | 57 | 0 | 33 | 31 | 91 | 4D | 1D |
| Octal | 21 | 202 | 100 | 127 | 0 | 63 | 61 | 221 | 115 | 35 |
| Binary | 10001 | 10000010 | 1000000 | 1010111 | 0 | 110011 | 110001 | 10010001 | 1001101 | 11101 |
Color Harmonies of #118240
Complementary color
Monochromatic Colors of #118240
Black with #118240
Text Example
Text Example
White with #118240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118240; }
p { color: rgb(17,130,64); }
H1.HeaderClassName
{
color: #118240;
}
.AnyTagClassName
{
color: #118240;
}
</style>
background-color css
<style>
a { background-color: #118240; }
a { background-color: rgb(17,130,64); }
div.DivClassName
{
background-color: #118240;
}
.BgClassName
{
background-color: #118240;
}
</style>
border-color css
<style>
span { border-color: #118240; }
span { border-color: rgb(17,130,64); }
td.TdClassName
{
border-color: #118240;
}
.TagClassName
{
border-color: #118240;
}
</style>