Shades of Salem #139351
Tints of Salem #139351
RGB
CMYK
RGB Variations
Color information
#139351 (or 0x139351) is known color: Salem. HEX triplet: 13, 93 and 51. RGB value is (19,147,81). Sum of RGB (Red+Green+Blue) = 19+147+81=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 147 (57.81% from 255 or 59.51% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 147 - color contains mainly: green. Hex color #139351 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #139351 is #EC6CAE. Grayscale: #656565. Windows color (decimal): -15494319 or 5346067. OLE color: 5346067.
HSL color Cylindrical-coordinate representation of color #139351: hue angle of 149.06º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #139351 is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 147 | 81 | - |
| CMYK | 0.87 | 0 | 0.45 | 0.42 |
| HSL | 149.06º | 0.77% | 0.33% | - |
| HSV(B) | 149.06º | 0.87% | 0.58% | - |
| XYZ | 12.19 | 21.6 | 11.31 | - |
| YUV | 101.2 | 116.59 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 147 | 81 | 0.87 | 0 | 0.45 | 0.42 | 149.06 | 0.77 | 0.33 |
| Hex | 13 | 93 | 51 | 57 | 0 | 2D | 2A | 95 | 4D | 21 |
| Octal | 23 | 223 | 121 | 127 | 0 | 55 | 52 | 225 | 115 | 41 |
| Binary | 10011 | 10010011 | 1010001 | 1010111 | 0 | 101101 | 101010 | 10010101 | 1001101 | 100001 |
Color Harmonies of #139351
Complementary color
Monochromatic Colors of #139351
Black with #139351
Text Example
Text Example
White with #139351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139351; }
p { color: rgb(19,147,81); }
H1.HeaderClassName
{
color: #139351;
}
.AnyTagClassName
{
color: #139351;
}
</style>
background-color css
<style>
a { background-color: #139351; }
a { background-color: rgb(19,147,81); }
div.DivClassName
{
background-color: #139351;
}
.BgClassName
{
background-color: #139351;
}
</style>
border-color css
<style>
span { border-color: #139351; }
span { border-color: rgb(19,147,81); }
td.TdClassName
{
border-color: #139351;
}
.TagClassName
{
border-color: #139351;
}
</style>