Shades of Salem #138C4F
Tints of Salem #138C4F
RGB
CMYK
RGB Variations
Color information
#138C4F (or 0x138C4F) is known color: Salem. HEX triplet: 13, 8C and 4F. RGB value is (19,140,79). Sum of RGB (Red+Green+Blue) = 19+140+79=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 140 (55.08% from 255 or 58.82% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 140 - color contains mainly: green. Hex color #138C4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138C4F is #EC73B0. Grayscale: #606060. Windows color (decimal): -15496113 or 5213203. OLE color: 5213203.
HSL color Cylindrical-coordinate representation of color #138C4F: hue angle of 149.75º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138C4F is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 140 | 79 | - |
| CMYK | 0.86 | 0 | 0.44 | 0.45 |
| HSL | 149.75º | 0.76% | 0.31% | - |
| HSV(B) | 149.75º | 0.86% | 0.55% | - |
| XYZ | 11.06 | 19.46 | 10.57 | - |
| YUV | 96.87 | 117.91 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 140 | 79 | 0.86 | 0 | 0.44 | 0.45 | 149.75 | 0.76 | 0.31 |
| Hex | 13 | 8C | 4F | 56 | 0 | 2C | 2D | 96 | 4C | 1F |
| Octal | 23 | 214 | 117 | 126 | 0 | 54 | 55 | 226 | 114 | 37 |
| Binary | 10011 | 10001100 | 1001111 | 1010110 | 0 | 101100 | 101101 | 10010110 | 1001100 | 11111 |
Color Harmonies of #138C4F
Complementary color
Monochromatic Colors of #138C4F
Black with #138C4F
Text Example
Text Example
White with #138C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138C4F; }
p { color: rgb(19,140,79); }
H1.HeaderClassName
{
color: #138C4F;
}
.AnyTagClassName
{
color: #138C4F;
}
</style>
background-color css
<style>
a { background-color: #138C4F; }
a { background-color: rgb(19,140,79); }
div.DivClassName
{
background-color: #138C4F;
}
.BgClassName
{
background-color: #138C4F;
}
</style>
border-color css
<style>
span { border-color: #138C4F; }
span { border-color: rgb(19,140,79); }
td.TdClassName
{
border-color: #138C4F;
}
.TagClassName
{
border-color: #138C4F;
}
</style>