Shades of Salem #139155
Tints of Salem #139155
RGB
CMYK
RGB Variations
Color information
#139155 (or 0x139155) is known color: Salem. HEX triplet: 13, 91 and 55. RGB value is (19,145,85). Sum of RGB (Red+Green+Blue) = 19+145+85=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 145 (57.03% from 255 or 58.23% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 145 - color contains mainly: green. Hex color #139155 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139155 is #EC6EAA. Grayscale: #646464. Windows color (decimal): -15494827 or 5607699. OLE color: 5607699.
HSL color Cylindrical-coordinate representation of color #139155: hue angle of 151.43º 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 #139155 is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 145 | 85 | - |
| CMYK | 0.87 | 0 | 0.41 | 0.43 |
| HSL | 151.43º | 0.77% | 0.32% | - |
| HSV(B) | 151.43º | 0.87% | 0.57% | - |
| XYZ | 12.03 | 21.05 | 12.02 | - |
| YUV | 100.49 | 119.26 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 145 | 85 | 0.87 | 0 | 0.41 | 0.43 | 151.43 | 0.77 | 0.32 |
| Hex | 13 | 91 | 55 | 57 | 0 | 29 | 2B | 97 | 4D | 20 |
| Octal | 23 | 221 | 125 | 127 | 0 | 51 | 53 | 227 | 115 | 40 |
| Binary | 10011 | 10010001 | 1010101 | 1010111 | 0 | 101001 | 101011 | 10010111 | 1001101 | 100000 |
Color Harmonies of #139155
Complementary color
Monochromatic Colors of #139155
Black with #139155
Text Example
Text Example
White with #139155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139155; }
p { color: rgb(19,145,85); }
H1.HeaderClassName
{
color: #139155;
}
.AnyTagClassName
{
color: #139155;
}
</style>
background-color css
<style>
a { background-color: #139155; }
a { background-color: rgb(19,145,85); }
div.DivClassName
{
background-color: #139155;
}
.BgClassName
{
background-color: #139155;
}
</style>
border-color css
<style>
span { border-color: #139155; }
span { border-color: rgb(19,145,85); }
td.TdClassName
{
border-color: #139155;
}
.TagClassName
{
border-color: #139155;
}
</style>