Shades of Salem #138D53
Tints of Salem #138D53
RGB
CMYK
RGB Variations
Color information
#138D53 (or 0x138D53) is known color: Salem. HEX triplet: 13, 8D and 53. RGB value is (19,141,83). Sum of RGB (Red+Green+Blue) = 19+141+83=243 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.82% from 243); Green value is 141 (55.47% from 255 or 58.02% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 141 - color contains mainly: green. Hex color #138D53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138D53 is #EC72AC. Grayscale: #626262. Windows color (decimal): -15495853 or 5475603. OLE color: 5475603.
HSL color Cylindrical-coordinate representation of color #138D53: hue angle of 151.48º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138D53 is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 141 | 83 | - |
| CMYK | 0.87 | 0 | 0.41 | 0.45 |
| HSL | 151.48º | 0.76% | 0.31% | - |
| HSV(B) | 151.48º | 0.87% | 0.55% | - |
| XYZ | 11.35 | 19.81 | 11.41 | - |
| YUV | 97.91 | 119.58 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 83 | 0.87 | 0 | 0.41 | 0.45 | 151.48 | 0.76 | 0.31 |
| Hex | 13 | 8D | 53 | 57 | 0 | 29 | 2D | 97 | 4C | 1F |
| Octal | 23 | 215 | 123 | 127 | 0 | 51 | 55 | 227 | 114 | 37 |
| Binary | 10011 | 10001101 | 1010011 | 1010111 | 0 | 101001 | 101101 | 10010111 | 1001100 | 11111 |
Color Harmonies of #138D53
Complementary color
Monochromatic Colors of #138D53
Black with #138D53
Text Example
Text Example
White with #138D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138D53; }
p { color: rgb(19,141,83); }
H1.HeaderClassName
{
color: #138D53;
}
.AnyTagClassName
{
color: #138D53;
}
</style>
background-color css
<style>
a { background-color: #138D53; }
a { background-color: rgb(19,141,83); }
div.DivClassName
{
background-color: #138D53;
}
.BgClassName
{
background-color: #138D53;
}
</style>
border-color css
<style>
span { border-color: #138D53; }
span { border-color: rgb(19,141,83); }
td.TdClassName
{
border-color: #138D53;
}
.TagClassName
{
border-color: #138D53;
}
</style>