Shades of Salem #138B56
Tints of Salem #138B56
RGB
CMYK
RGB Variations
Color information
#138B56 (or 0x138B56) is known color: Salem. HEX triplet: 13, 8B and 56. RGB value is (19,139,86). Sum of RGB (Red+Green+Blue) = 19+139+86=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 139 (54.69% from 255 or 56.97% from 244); Blue value is 86 (33.98% from 255 or 35.25% from 244); Max value from RGB is 139 - color contains mainly: green. Hex color #138B56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138B56 is #EC74A9. Grayscale: #616161. Windows color (decimal): -15496362 or 5671699. OLE color: 5671699.
HSL color Cylindrical-coordinate representation of color #138B56: hue angle of 153.5º 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 #138B56 is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 139 | 86 | - |
| CMYK | 0.86 | 0 | 0.38 | 0.45 |
| HSL | 153.5º | 0.76% | 0.31% | - |
| HSV(B) | 153.5º | 0.86% | 0.55% | - |
| XYZ | 11.18 | 19.28 | 11.94 | - |
| YUV | 97.08 | 121.74 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 139 | 86 | 0.86 | 0 | 0.38 | 0.45 | 153.5 | 0.76 | 0.31 |
| Hex | 13 | 8B | 56 | 56 | 0 | 26 | 2D | 9A | 4C | 1F |
| Octal | 23 | 213 | 126 | 126 | 0 | 46 | 55 | 232 | 114 | 37 |
| Binary | 10011 | 10001011 | 1010110 | 1010110 | 0 | 100110 | 101101 | 10011010 | 1001100 | 11111 |
Color Harmonies of #138B56
Complementary color
Monochromatic Colors of #138B56
Black with #138B56
Text Example
Text Example
White with #138B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138B56; }
p { color: rgb(19,139,86); }
H1.HeaderClassName
{
color: #138B56;
}
.AnyTagClassName
{
color: #138B56;
}
</style>
background-color css
<style>
a { background-color: #138B56; }
a { background-color: rgb(19,139,86); }
div.DivClassName
{
background-color: #138B56;
}
.BgClassName
{
background-color: #138B56;
}
</style>
border-color css
<style>
span { border-color: #138B56; }
span { border-color: rgb(19,139,86); }
td.TdClassName
{
border-color: #138B56;
}
.TagClassName
{
border-color: #138B56;
}
</style>