Shades of Salem #118B4C
Tints of Salem #118B4C
RGB
CMYK
RGB Variations
Color information
#118B4C (or 0x118B4C) is known color: Salem. HEX triplet: 11, 8B and 4C. RGB value is (17,139,76). Sum of RGB (Red+Green+Blue) = 17+139+76=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 139 (54.69% from 255 or 59.91% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 139 - color contains mainly: green. Hex color #118B4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118B4C is #EE74B3. Grayscale: #5F5F5F. Windows color (decimal): -15627444 or 5016337. OLE color: 5016337.
HSL color Cylindrical-coordinate representation of color #118B4C: hue angle of 149.02º 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 #118B4C is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 17 | 139 | 76 | - |
| CMYK | 0.88 | 0 | 0.45 | 0.45 |
| HSL | 149.02º | 0.78% | 0.31% | - |
| HSV(B) | 149.02º | 0.88% | 0.55% | - |
| XYZ | 10.77 | 19.11 | 9.96 | - |
| YUV | 95.34 | 117.08 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 139 | 76 | 0.88 | 0 | 0.45 | 0.45 | 149.02 | 0.78 | 0.31 |
| Hex | 11 | 8B | 4C | 58 | 0 | 2D | 2D | 95 | 4E | 1F |
| Octal | 21 | 213 | 114 | 130 | 0 | 55 | 55 | 225 | 116 | 37 |
| Binary | 10001 | 10001011 | 1001100 | 1011000 | 0 | 101101 | 101101 | 10010101 | 1001110 | 11111 |
Color Harmonies of #118B4C
Complementary color
Monochromatic Colors of #118B4C
Black with #118B4C
Text Example
Text Example
White with #118B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118B4C; }
p { color: rgb(17,139,76); }
H1.HeaderClassName
{
color: #118B4C;
}
.AnyTagClassName
{
color: #118B4C;
}
</style>
background-color css
<style>
a { background-color: #118B4C; }
a { background-color: rgb(17,139,76); }
div.DivClassName
{
background-color: #118B4C;
}
.BgClassName
{
background-color: #118B4C;
}
</style>
border-color css
<style>
span { border-color: #118B4C; }
span { border-color: rgb(17,139,76); }
td.TdClassName
{
border-color: #118B4C;
}
.TagClassName
{
border-color: #118B4C;
}
</style>