Shades of Salem #139256
Tints of Salem #139256
RGB
CMYK
RGB Variations
Color information
#139256 (or 0x139256) is known color: Salem. HEX triplet: 13, 92 and 56. RGB value is (19,146,86). Sum of RGB (Red+Green+Blue) = 19+146+86=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 146 (57.42% from 255 or 58.17% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 146 - color contains mainly: green. Hex color #139256 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139256 is #EC6DA9. Grayscale: #656565. Windows color (decimal): -15494570 or 5673491. OLE color: 5673491.
HSL color Cylindrical-coordinate representation of color #139256: hue angle of 151.65º 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 #139256 is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 146 | 86 | - |
| CMYK | 0.87 | 0 | 0.41 | 0.43 |
| HSL | 151.65º | 0.77% | 0.32% | - |
| HSV(B) | 151.65º | 0.87% | 0.57% | - |
| XYZ | 12.23 | 21.37 | 12.28 | - |
| YUV | 101.19 | 119.42 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 86 | 0.87 | 0 | 0.41 | 0.43 | 151.65 | 0.77 | 0.32 |
| Hex | 13 | 92 | 56 | 57 | 0 | 29 | 2B | 98 | 4D | 20 |
| Octal | 23 | 222 | 126 | 127 | 0 | 51 | 53 | 230 | 115 | 40 |
| Binary | 10011 | 10010010 | 1010110 | 1010111 | 0 | 101001 | 101011 | 10011000 | 1001101 | 100000 |
Color Harmonies of #139256
Complementary color
Monochromatic Colors of #139256
Black with #139256
Text Example
Text Example
White with #139256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139256; }
p { color: rgb(19,146,86); }
H1.HeaderClassName
{
color: #139256;
}
.AnyTagClassName
{
color: #139256;
}
</style>
background-color css
<style>
a { background-color: #139256; }
a { background-color: rgb(19,146,86); }
div.DivClassName
{
background-color: #139256;
}
.BgClassName
{
background-color: #139256;
}
</style>
border-color css
<style>
span { border-color: #139256; }
span { border-color: rgb(19,146,86); }
td.TdClassName
{
border-color: #139256;
}
.TagClassName
{
border-color: #139256;
}
</style>