Shades of Salem #139051
Tints of Salem #139051
RGB
CMYK
RGB Variations
Color information
#139051 (or 0x139051) is known color: Salem. HEX triplet: 13, 90 and 51. RGB value is (19,144,81). Sum of RGB (Red+Green+Blue) = 19+144+81=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 144 (56.64% from 255 or 59.02% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 144 - color contains mainly: green. Hex color #139051 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139051 is #EC6FAE. Grayscale: #636363. Windows color (decimal): -15495087 or 5345299. OLE color: 5345299.
HSL color Cylindrical-coordinate representation of color #139051: hue angle of 149.76º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139051 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 144 | 81 | - |
| CMYK | 0.87 | 0 | 0.44 | 0.44 |
| HSL | 149.76º | 0.77% | 0.32% | - |
| HSV(B) | 149.76º | 0.87% | 0.56% | - |
| XYZ | 11.73 | 20.68 | 11.16 | - |
| YUV | 99.44 | 117.59 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 81 | 0.87 | 0 | 0.44 | 0.44 | 149.76 | 0.77 | 0.32 |
| Hex | 13 | 90 | 51 | 57 | 0 | 2C | 2C | 96 | 4D | 20 |
| Octal | 23 | 220 | 121 | 127 | 0 | 54 | 54 | 226 | 115 | 40 |
| Binary | 10011 | 10010000 | 1010001 | 1010111 | 0 | 101100 | 101100 | 10010110 | 1001101 | 100000 |
Color Harmonies of #139051
Complementary color
Monochromatic Colors of #139051
Black with #139051
Text Example
Text Example
White with #139051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139051; }
p { color: rgb(19,144,81); }
H1.HeaderClassName
{
color: #139051;
}
.AnyTagClassName
{
color: #139051;
}
</style>
background-color css
<style>
a { background-color: #139051; }
a { background-color: rgb(19,144,81); }
div.DivClassName
{
background-color: #139051;
}
.BgClassName
{
background-color: #139051;
}
</style>
border-color css
<style>
span { border-color: #139051; }
span { border-color: rgb(19,144,81); }
td.TdClassName
{
border-color: #139051;
}
.TagClassName
{
border-color: #139051;
}
</style>