Shades of Salem #138E51
Tints of Salem #138E51
RGB
CMYK
RGB Variations
Color information
#138E51 (or 0x138E51) is known color: Salem. HEX triplet: 13, 8E and 51. RGB value is (19,142,81). Sum of RGB (Red+Green+Blue) = 19+142+81=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 142 (55.86% from 255 or 58.68% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 142 - color contains mainly: green. Hex color #138E51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138E51 is #EC71AE. Grayscale: #626262. Windows color (decimal): -15495599 or 5344787. OLE color: 5344787.
HSL color Cylindrical-coordinate representation of color #138E51: hue angle of 150.24º 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 #138E51 is Cyan = 0.87, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 142 | 81 | - |
| CMYK | 0.87 | 0 | 0.43 | 0.44 |
| HSL | 150.24º | 0.76% | 0.32% | - |
| HSV(B) | 150.24º | 0.87% | 0.56% | - |
| XYZ | 11.43 | 20.08 | 11.06 | - |
| YUV | 98.27 | 118.25 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 142 | 81 | 0.87 | 0 | 0.43 | 0.44 | 150.24 | 0.76 | 0.32 |
| Hex | 13 | 8E | 51 | 57 | 0 | 2B | 2C | 96 | 4C | 20 |
| Octal | 23 | 216 | 121 | 127 | 0 | 53 | 54 | 226 | 114 | 40 |
| Binary | 10011 | 10001110 | 1010001 | 1010111 | 0 | 101011 | 101100 | 10010110 | 1001100 | 100000 |
Color Harmonies of #138E51
Complementary color
Monochromatic Colors of #138E51
Black with #138E51
Text Example
Text Example
White with #138E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138E51; }
p { color: rgb(19,142,81); }
H1.HeaderClassName
{
color: #138E51;
}
.AnyTagClassName
{
color: #138E51;
}
</style>
background-color css
<style>
a { background-color: #138E51; }
a { background-color: rgb(19,142,81); }
div.DivClassName
{
background-color: #138E51;
}
.BgClassName
{
background-color: #138E51;
}
</style>
border-color css
<style>
span { border-color: #138E51; }
span { border-color: rgb(19,142,81); }
td.TdClassName
{
border-color: #138E51;
}
.TagClassName
{
border-color: #138E51;
}
</style>