Shades of Salem #118A53
Tints of Salem #118A53
RGB
CMYK
RGB Variations
Color information
#118A53 (or 0x118A53) is known color: Salem. HEX triplet: 11, 8A and 53. RGB value is (17,138,83). Sum of RGB (Red+Green+Blue) = 17+138+83=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 138 (54.30% from 255 or 57.98% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 138 - color contains mainly: green. Hex color #118A53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118A53 is #EE75AC. Grayscale: #5F5F5F. Windows color (decimal): -15627693 or 5474833. OLE color: 5474833.
HSL color Cylindrical-coordinate representation of color #118A53: hue angle of 152.73º 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 #118A53 is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 138 | 83 | - |
| CMYK | 0.88 | 0 | 0.40 | 0.46 |
| HSL | 152.73º | 0.78% | 0.3% | - |
| HSV(B) | 152.73º | 0.88% | 0.54% | - |
| XYZ | 10.88 | 18.92 | 11.26 | - |
| YUV | 95.55 | 120.91 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 138 | 83 | 0.88 | 0 | 0.40 | 0.46 | 152.73 | 0.78 | 0.3 |
| Hex | 11 | 8A | 53 | 58 | 0 | 28 | 2E | 99 | 4E | 1E |
| Octal | 21 | 212 | 123 | 130 | 0 | 50 | 56 | 231 | 116 | 36 |
| Binary | 10001 | 10001010 | 1010011 | 1011000 | 0 | 101000 | 101110 | 10011001 | 1001110 | 11110 |
Color Harmonies of #118A53
Complementary color
Monochromatic Colors of #118A53
Black with #118A53
Text Example
Text Example
White with #118A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118A53; }
p { color: rgb(17,138,83); }
H1.HeaderClassName
{
color: #118A53;
}
.AnyTagClassName
{
color: #118A53;
}
</style>
background-color css
<style>
a { background-color: #118A53; }
a { background-color: rgb(17,138,83); }
div.DivClassName
{
background-color: #118A53;
}
.BgClassName
{
background-color: #118A53;
}
</style>
border-color css
<style>
span { border-color: #118A53; }
span { border-color: rgb(17,138,83); }
td.TdClassName
{
border-color: #118A53;
}
.TagClassName
{
border-color: #118A53;
}
</style>