Shades of Salem #118943
Tints of Salem #118943
RGB
CMYK
RGB Variations
Color information
#118943 (or 0x118943) is known color: Salem. HEX triplet: 11, 89 and 43. RGB value is (17,137,67). Sum of RGB (Red+Green+Blue) = 17+137+67=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 137 (53.91% from 255 or 61.99% from 221); Blue value is 67 (26.56% from 255 or 30.32% from 221); Max value from RGB is 137 - color contains mainly: green. Hex color #118943 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118943 is #EE76BC. Grayscale: #5D5D5D. Windows color (decimal): -15627965 or 4426001. OLE color: 4426001.
HSL color Cylindrical-coordinate representation of color #118943: hue angle of 145º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118943 is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 137 | 67 | - |
| CMYK | 0.88 | 0 | 0.51 | 0.46 |
| HSL | 145º | 0.78% | 0.3% | - |
| HSV(B) | 145º | 0.88% | 0.54% | - |
| XYZ | 10.19 | 18.42 | 8.33 | - |
| YUV | 93.14 | 113.24 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 137 | 67 | 0.88 | 0 | 0.51 | 0.46 | 145 | 0.78 | 0.3 |
| Hex | 11 | 89 | 43 | 58 | 0 | 33 | 2E | 91 | 4E | 1E |
| Octal | 21 | 211 | 103 | 130 | 0 | 63 | 56 | 221 | 116 | 36 |
| Binary | 10001 | 10001001 | 1000011 | 1011000 | 0 | 110011 | 101110 | 10010001 | 1001110 | 11110 |
Color Harmonies of #118943
Complementary color
Monochromatic Colors of #118943
Black with #118943
Text Example
Text Example
White with #118943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118943; }
p { color: rgb(17,137,67); }
H1.HeaderClassName
{
color: #118943;
}
.AnyTagClassName
{
color: #118943;
}
</style>
background-color css
<style>
a { background-color: #118943; }
a { background-color: rgb(17,137,67); }
div.DivClassName
{
background-color: #118943;
}
.BgClassName
{
background-color: #118943;
}
</style>
border-color css
<style>
span { border-color: #118943; }
span { border-color: rgb(17,137,67); }
td.TdClassName
{
border-color: #118943;
}
.TagClassName
{
border-color: #118943;
}
</style>