Shades of Salem #138E41
Tints of Salem #138E41
RGB
CMYK
RGB Variations
Color information
#138E41 (or 0x138E41) is known color: Salem. HEX triplet: 13, 8E and 41. RGB value is (19,142,65). Sum of RGB (Red+Green+Blue) = 19+142+65=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 142 (55.86% from 255 or 62.83% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 142 - color contains mainly: green. Hex color #138E41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #138E41 is #EC71BE. Grayscale: #606060. Windows color (decimal): -15495615 or 4296211. OLE color: 4296211.
HSL color Cylindrical-coordinate representation of color #138E41: hue angle of 142.44º 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 #138E41 is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 142 | 65 | - |
| CMYK | 0.87 | 0 | 0.54 | 0.44 |
| HSL | 142.44º | 0.76% | 0.32% | - |
| HSV(B) | 142.44º | 0.87% | 0.56% | - |
| XYZ | 10.9 | 19.87 | 8.26 | - |
| YUV | 96.45 | 110.25 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 142 | 65 | 0.87 | 0 | 0.54 | 0.44 | 142.44 | 0.76 | 0.32 |
| Hex | 13 | 8E | 41 | 57 | 0 | 36 | 2C | 8E | 4C | 20 |
| Octal | 23 | 216 | 101 | 127 | 0 | 66 | 54 | 216 | 114 | 40 |
| Binary | 10011 | 10001110 | 1000001 | 1010111 | 0 | 110110 | 101100 | 10001110 | 1001100 | 100000 |
Color Harmonies of #138E41
Complementary color
Monochromatic Colors of #138E41
Black with #138E41
Text Example
Text Example
White with #138E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138E41; }
p { color: rgb(19,142,65); }
H1.HeaderClassName
{
color: #138E41;
}
.AnyTagClassName
{
color: #138E41;
}
</style>
background-color css
<style>
a { background-color: #138E41; }
a { background-color: rgb(19,142,65); }
div.DivClassName
{
background-color: #138E41;
}
.BgClassName
{
background-color: #138E41;
}
</style>
border-color css
<style>
span { border-color: #138E41; }
span { border-color: rgb(19,142,65); }
td.TdClassName
{
border-color: #138E41;
}
.TagClassName
{
border-color: #138E41;
}
</style>