Shades of Salem #118D37
Tints of Salem #118D37
RGB
CMYK
RGB Variations
Color information
#118D37 (or 0x118D37) is known color: Salem. HEX triplet: 11, 8D and 37. RGB value is (17,141,55). Sum of RGB (Red+Green+Blue) = 17+141+55=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 141 (55.47% from 255 or 66.20% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 141 - color contains mainly: green. Hex color #118D37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118D37 is #EE72C8. Grayscale: #5E5E5E. Windows color (decimal): -15626953 or 3640593. OLE color: 3640593.
HSL color Cylindrical-coordinate representation of color #118D37: hue angle of 138.39º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118D37 is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 141 | 55 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.45 |
| HSL | 138.39º | 0.78% | 0.31% | - |
| HSV(B) | 138.39º | 0.88% | 0.55% | - |
| XYZ | 10.45 | 19.44 | 6.82 | - |
| YUV | 94.12 | 105.92 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 141 | 55 | 0.88 | 0 | 0.61 | 0.45 | 138.39 | 0.78 | 0.31 |
| Hex | 11 | 8D | 37 | 58 | 0 | 3D | 2D | 8A | 4E | 1F |
| Octal | 21 | 215 | 67 | 130 | 0 | 75 | 55 | 212 | 116 | 37 |
| Binary | 10001 | 10001101 | 110111 | 1011000 | 0 | 111101 | 101101 | 10001010 | 1001110 | 11111 |
Color Harmonies of #118D37
Complementary color
Monochromatic Colors of #118D37
Black with #118D37
Text Example
Text Example
White with #118D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118D37; }
p { color: rgb(17,141,55); }
H1.HeaderClassName
{
color: #118D37;
}
.AnyTagClassName
{
color: #118D37;
}
</style>
background-color css
<style>
a { background-color: #118D37; }
a { background-color: rgb(17,141,55); }
div.DivClassName
{
background-color: #118D37;
}
.BgClassName
{
background-color: #118D37;
}
</style>
border-color css
<style>
span { border-color: #118D37; }
span { border-color: rgb(17,141,55); }
td.TdClassName
{
border-color: #118D37;
}
.TagClassName
{
border-color: #118D37;
}
</style>