Shades of Salem #138E46
Tints of Salem #138E46
RGB
CMYK
RGB Variations
Color information
#138E46 (or 0x138E46) is known color: Salem. HEX triplet: 13, 8E and 46. RGB value is (19,142,70). Sum of RGB (Red+Green+Blue) = 19+142+70=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 142 (55.86% from 255 or 61.47% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 142 - color contains mainly: green. Hex color #138E46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138E46 is #EC71B9. Grayscale: #616161. Windows color (decimal): -15495610 or 4623891. OLE color: 4623891.
HSL color Cylindrical-coordinate representation of color #138E46: hue angle of 144.88º 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 #138E46 is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 142 | 70 | - |
| CMYK | 0.87 | 0 | 0.51 | 0.44 |
| HSL | 144.88º | 0.76% | 0.32% | - |
| HSV(B) | 144.88º | 0.87% | 0.56% | - |
| XYZ | 11.05 | 19.93 | 9.06 | - |
| YUV | 97.02 | 112.75 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 142 | 70 | 0.87 | 0 | 0.51 | 0.44 | 144.88 | 0.76 | 0.32 |
| Hex | 13 | 8E | 46 | 57 | 0 | 33 | 2C | 91 | 4C | 20 |
| Octal | 23 | 216 | 106 | 127 | 0 | 63 | 54 | 221 | 114 | 40 |
| Binary | 10011 | 10001110 | 1000110 | 1010111 | 0 | 110011 | 101100 | 10010001 | 1001100 | 100000 |
Color Harmonies of #138E46
Complementary color
Monochromatic Colors of #138E46
Black with #138E46
Text Example
Text Example
White with #138E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138E46; }
p { color: rgb(19,142,70); }
H1.HeaderClassName
{
color: #138E46;
}
.AnyTagClassName
{
color: #138E46;
}
</style>
background-color css
<style>
a { background-color: #138E46; }
a { background-color: rgb(19,142,70); }
div.DivClassName
{
background-color: #138E46;
}
.BgClassName
{
background-color: #138E46;
}
</style>
border-color css
<style>
span { border-color: #138E46; }
span { border-color: rgb(19,142,70); }
td.TdClassName
{
border-color: #138E46;
}
.TagClassName
{
border-color: #138E46;
}
</style>