Shades of Salem #118F44
Tints of Salem #118F44
RGB
CMYK
RGB Variations
Color information
#118F44 (or 0x118F44) is known color: Salem. HEX triplet: 11, 8F and 44. RGB value is (17,143,68). Sum of RGB (Red+Green+Blue) = 17+143+68=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 143 (56.25% from 255 or 62.72% from 228); Blue value is 68 (26.95% from 255 or 29.82% from 228); Max value from RGB is 143 - color contains mainly: green. Hex color #118F44 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118F44 is #EE70BB. Grayscale: #606060. Windows color (decimal): -15626428 or 4493073. OLE color: 4493073.
HSL color Cylindrical-coordinate representation of color #118F44: hue angle of 144.29º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118F44 is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 17 | 143 | 68 | - |
| CMYK | 0.88 | 0 | 0.52 | 0.44 |
| HSL | 144.29º | 0.79% | 0.31% | - |
| HSV(B) | 144.29º | 0.88% | 0.56% | - |
| XYZ | 11.1 | 20.18 | 8.78 | - |
| YUV | 96.78 | 111.76 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 68 | 0.88 | 0 | 0.52 | 0.44 | 144.29 | 0.79 | 0.31 |
| Hex | 11 | 8F | 44 | 58 | 0 | 34 | 2C | 90 | 4F | 1F |
| Octal | 21 | 217 | 104 | 130 | 0 | 64 | 54 | 220 | 117 | 37 |
| Binary | 10001 | 10001111 | 1000100 | 1011000 | 0 | 110100 | 101100 | 10010000 | 1001111 | 11111 |
Color Harmonies of #118F44
Complementary color
Monochromatic Colors of #118F44
Black with #118F44
Text Example
Text Example
White with #118F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118F44; }
p { color: rgb(17,143,68); }
H1.HeaderClassName
{
color: #118F44;
}
.AnyTagClassName
{
color: #118F44;
}
</style>
background-color css
<style>
a { background-color: #118F44; }
a { background-color: rgb(17,143,68); }
div.DivClassName
{
background-color: #118F44;
}
.BgClassName
{
background-color: #118F44;
}
</style>
border-color css
<style>
span { border-color: #118F44; }
span { border-color: rgb(17,143,68); }
td.TdClassName
{
border-color: #118F44;
}
.TagClassName
{
border-color: #118F44;
}
</style>