Shades of Salem #139153
Tints of Salem #139153
RGB
CMYK
RGB Variations
Color information
#139153 (or 0x139153) is known color: Salem. HEX triplet: 13, 91 and 53. RGB value is (19,145,83). Sum of RGB (Red+Green+Blue) = 19+145+83=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 145 (57.03% from 255 or 58.70% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 145 - color contains mainly: green. Hex color #139153 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139153 is #EC6EAC. Grayscale: #646464. Windows color (decimal): -15494829 or 5476627. OLE color: 5476627.
HSL color Cylindrical-coordinate representation of color #139153: hue angle of 150.48º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139153 is Cyan = 0.87, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 145 | 83 | - |
| CMYK | 0.87 | 0 | 0.43 | 0.43 |
| HSL | 150.48º | 0.77% | 0.32% | - |
| HSV(B) | 150.48º | 0.87% | 0.57% | - |
| XYZ | 11.96 | 21.01 | 11.61 | - |
| YUV | 100.26 | 118.26 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 145 | 83 | 0.87 | 0 | 0.43 | 0.43 | 150.48 | 0.77 | 0.32 |
| Hex | 13 | 91 | 53 | 57 | 0 | 2B | 2B | 96 | 4D | 20 |
| Octal | 23 | 221 | 123 | 127 | 0 | 53 | 53 | 226 | 115 | 40 |
| Binary | 10011 | 10010001 | 1010011 | 1010111 | 0 | 101011 | 101011 | 10010110 | 1001101 | 100000 |
Color Harmonies of #139153
Complementary color
Monochromatic Colors of #139153
Black with #139153
Text Example
Text Example
White with #139153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139153; }
p { color: rgb(19,145,83); }
H1.HeaderClassName
{
color: #139153;
}
.AnyTagClassName
{
color: #139153;
}
</style>
background-color css
<style>
a { background-color: #139153; }
a { background-color: rgb(19,145,83); }
div.DivClassName
{
background-color: #139153;
}
.BgClassName
{
background-color: #139153;
}
</style>
border-color css
<style>
span { border-color: #139153; }
span { border-color: rgb(19,145,83); }
td.TdClassName
{
border-color: #139153;
}
.TagClassName
{
border-color: #139153;
}
</style>