Shades of Salem #118243
Tints of Salem #118243
RGB
CMYK
RGB Variations
Color information
#118243 (or 0x118243) is known color: Salem. HEX triplet: 11, 82 and 43. RGB value is (17,130,67). Sum of RGB (Red+Green+Blue) = 17+130+67=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #118243 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118243 is #EE7DBC. Grayscale: #595959. Windows color (decimal): -15629757 or 4424209. OLE color: 4424209.
HSL color Cylindrical-coordinate representation of color #118243: hue angle of 146.55º 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 #118243 is Cyan = 0.87, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 130 | 67 | - |
| CMYK | 0.87 | 0 | 0.48 | 0.49 |
| HSL | 146.55º | 0.77% | 0.29% | - |
| HSV(B) | 146.55º | 0.87% | 0.51% | - |
| XYZ | 9.23 | 16.49 | 8.01 | - |
| YUV | 89.03 | 115.56 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 67 | 0.87 | 0 | 0.48 | 0.49 | 146.55 | 0.77 | 0.29 |
| Hex | 11 | 82 | 43 | 57 | 0 | 30 | 31 | 93 | 4D | 1D |
| Octal | 21 | 202 | 103 | 127 | 0 | 60 | 61 | 223 | 115 | 35 |
| Binary | 10001 | 10000010 | 1000011 | 1010111 | 0 | 110000 | 110001 | 10010011 | 1001101 | 11101 |
Color Harmonies of #118243
Complementary color
Monochromatic Colors of #118243
Black with #118243
Text Example
Text Example
White with #118243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118243; }
p { color: rgb(17,130,67); }
H1.HeaderClassName
{
color: #118243;
}
.AnyTagClassName
{
color: #118243;
}
</style>
background-color css
<style>
a { background-color: #118243; }
a { background-color: rgb(17,130,67); }
div.DivClassName
{
background-color: #118243;
}
.BgClassName
{
background-color: #118243;
}
</style>
border-color css
<style>
span { border-color: #118243; }
span { border-color: rgb(17,130,67); }
td.TdClassName
{
border-color: #118243;
}
.TagClassName
{
border-color: #118243;
}
</style>