Shades of Salem #138A57
Tints of Salem #138A57
RGB
CMYK
RGB Variations
Color information
#138A57 (or 0x138A57) is known color: Salem. HEX triplet: 13, 8A and 57. RGB value is (19,138,87). Sum of RGB (Red+Green+Blue) = 19+138+87=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 138 (54.30% from 255 or 56.56% from 244); Blue value is 87 (34.38% from 255 or 35.66% from 244); Max value from RGB is 138 - color contains mainly: green. Hex color #138A57 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138A57 is #EC75A8. Grayscale: #606060. Windows color (decimal): -15496617 or 5736979. OLE color: 5736979.
HSL color Cylindrical-coordinate representation of color #138A57: hue angle of 154.29º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138A57 is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 138 | 87 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.46 |
| HSL | 154.29º | 0.76% | 0.31% | - |
| HSV(B) | 154.29º | 0.86% | 0.54% | - |
| XYZ | 11.08 | 19 | 12.1 | - |
| YUV | 96.61 | 122.58 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 138 | 87 | 0.86 | 0 | 0.37 | 0.46 | 154.29 | 0.76 | 0.31 |
| Hex | 13 | 8A | 57 | 56 | 0 | 25 | 2E | 9A | 4C | 1F |
| Octal | 23 | 212 | 127 | 126 | 0 | 45 | 56 | 232 | 114 | 37 |
| Binary | 10011 | 10001010 | 1010111 | 1010110 | 0 | 100101 | 101110 | 10011010 | 1001100 | 11111 |
Color Harmonies of #138A57
Complementary color
Monochromatic Colors of #138A57
Black with #138A57
Text Example
Text Example
White with #138A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138A57; }
p { color: rgb(19,138,87); }
H1.HeaderClassName
{
color: #138A57;
}
.AnyTagClassName
{
color: #138A57;
}
</style>
background-color css
<style>
a { background-color: #138A57; }
a { background-color: rgb(19,138,87); }
div.DivClassName
{
background-color: #138A57;
}
.BgClassName
{
background-color: #138A57;
}
</style>
border-color css
<style>
span { border-color: #138A57; }
span { border-color: rgb(19,138,87); }
td.TdClassName
{
border-color: #138A57;
}
.TagClassName
{
border-color: #138A57;
}
</style>