Shades of Salem #138E59
Tints of Salem #138E59
RGB
CMYK
RGB Variations
Color information
#138E59 (or 0x138E59) is known color: Salem. HEX triplet: 13, 8E and 59. RGB value is (19,142,89). Sum of RGB (Red+Green+Blue) = 19+142+89=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 142 (55.86% from 255 or 56.8% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 142 - color contains mainly: green. Hex color #138E59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138E59 is #EC71A6. Grayscale: #636363. Windows color (decimal): -15495591 or 5869075. OLE color: 5869075.
HSL color Cylindrical-coordinate representation of color #138E59: hue angle of 154.15º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138E59 is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 142 | 89 | - |
| CMYK | 0.87 | 0 | 0.37 | 0.44 |
| HSL | 154.15º | 0.76% | 0.32% | - |
| HSV(B) | 154.15º | 0.87% | 0.56% | - |
| XYZ | 11.74 | 20.21 | 12.73 | - |
| YUV | 99.18 | 122.25 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 142 | 89 | 0.87 | 0 | 0.37 | 0.44 | 154.15 | 0.76 | 0.32 |
| Hex | 13 | 8E | 59 | 57 | 0 | 25 | 2C | 9A | 4C | 20 |
| Octal | 23 | 216 | 131 | 127 | 0 | 45 | 54 | 232 | 114 | 40 |
| Binary | 10011 | 10001110 | 1011001 | 1010111 | 0 | 100101 | 101100 | 10011010 | 1001100 | 100000 |
Color Harmonies of #138E59
Complementary color
Monochromatic Colors of #138E59
Black with #138E59
Text Example
Text Example
White with #138E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138E59; }
p { color: rgb(19,142,89); }
H1.HeaderClassName
{
color: #138E59;
}
.AnyTagClassName
{
color: #138E59;
}
</style>
background-color css
<style>
a { background-color: #138E59; }
a { background-color: rgb(19,142,89); }
div.DivClassName
{
background-color: #138E59;
}
.BgClassName
{
background-color: #138E59;
}
</style>
border-color css
<style>
span { border-color: #138E59; }
span { border-color: rgb(19,142,89); }
td.TdClassName
{
border-color: #138E59;
}
.TagClassName
{
border-color: #138E59;
}
</style>