Shades of Salem #118A4A
Tints of Salem #118A4A
RGB
CMYK
RGB Variations
Color information
#118A4A (or 0x118A4A) is known color: Salem. HEX triplet: 11, 8A and 4A. RGB value is (17,138,74). Sum of RGB (Red+Green+Blue) = 17+138+74=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 138 (54.30% from 255 or 60.26% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 138 - color contains mainly: green. Hex color #118A4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118A4A is #EE75B5. Grayscale: #5E5E5E. Windows color (decimal): -15627702 or 4885009. OLE color: 4885009.
HSL color Cylindrical-coordinate representation of color #118A4A: hue angle of 148.26º 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 #118A4A is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 17 | 138 | 74 | - |
| CMYK | 0.88 | 0 | 0.46 | 0.46 |
| HSL | 148.26º | 0.78% | 0.3% | - |
| HSV(B) | 148.26º | 0.88% | 0.54% | - |
| XYZ | 10.56 | 18.79 | 9.55 | - |
| YUV | 94.53 | 116.41 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 138 | 74 | 0.88 | 0 | 0.46 | 0.46 | 148.26 | 0.78 | 0.3 |
| Hex | 11 | 8A | 4A | 58 | 0 | 2E | 2E | 94 | 4E | 1E |
| Octal | 21 | 212 | 112 | 130 | 0 | 56 | 56 | 224 | 116 | 36 |
| Binary | 10001 | 10001010 | 1001010 | 1011000 | 0 | 101110 | 101110 | 10010100 | 1001110 | 11110 |
Color Harmonies of #118A4A
Complementary color
Monochromatic Colors of #118A4A
Black with #118A4A
Text Example
Text Example
White with #118A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118A4A; }
p { color: rgb(17,138,74); }
H1.HeaderClassName
{
color: #118A4A;
}
.AnyTagClassName
{
color: #118A4A;
}
</style>
background-color css
<style>
a { background-color: #118A4A; }
a { background-color: rgb(17,138,74); }
div.DivClassName
{
background-color: #118A4A;
}
.BgClassName
{
background-color: #118A4A;
}
</style>
border-color css
<style>
span { border-color: #118A4A; }
span { border-color: rgb(17,138,74); }
td.TdClassName
{
border-color: #118A4A;
}
.TagClassName
{
border-color: #118A4A;
}
</style>