Shades of Salem #139045
Tints of Salem #139045
RGB
CMYK
RGB Variations
Color information
#139045 (or 0x139045) is known color: Salem. HEX triplet: 13, 90 and 45. RGB value is (19,144,69). Sum of RGB (Red+Green+Blue) = 19+144+69=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 144 (56.64% from 255 or 62.07% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 144 - color contains mainly: green. Hex color #139045 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139045 is #EC6FBA. Grayscale: #626262. Windows color (decimal): -15495099 or 4558867. OLE color: 4558867.
HSL color Cylindrical-coordinate representation of color #139045: hue angle of 144º 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 #139045 is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 144 | 69 | - |
| CMYK | 0.87 | 0 | 0.52 | 0.44 |
| HSL | 144º | 0.77% | 0.32% | - |
| HSV(B) | 144º | 0.87% | 0.56% | - |
| XYZ | 11.32 | 20.51 | 8.99 | - |
| YUV | 98.08 | 111.59 | 71.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 69 | 0.87 | 0 | 0.52 | 0.44 | 144 | 0.77 | 0.32 |
| Hex | 13 | 90 | 45 | 57 | 0 | 34 | 2C | 90 | 4D | 20 |
| Octal | 23 | 220 | 105 | 127 | 0 | 64 | 54 | 220 | 115 | 40 |
| Binary | 10011 | 10010000 | 1000101 | 1010111 | 0 | 110100 | 101100 | 10010000 | 1001101 | 100000 |
Color Harmonies of #139045
Complementary color
Monochromatic Colors of #139045
Black with #139045
Text Example
Text Example
White with #139045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139045; }
p { color: rgb(19,144,69); }
H1.HeaderClassName
{
color: #139045;
}
.AnyTagClassName
{
color: #139045;
}
</style>
background-color css
<style>
a { background-color: #139045; }
a { background-color: rgb(19,144,69); }
div.DivClassName
{
background-color: #139045;
}
.BgClassName
{
background-color: #139045;
}
</style>
border-color css
<style>
span { border-color: #139045; }
span { border-color: rgb(19,144,69); }
td.TdClassName
{
border-color: #139045;
}
.TagClassName
{
border-color: #139045;
}
</style>