Shades of Salem #139044
Tints of Salem #139044
RGB
CMYK
RGB Variations
Color information
#139044 (or 0x139044) is known color: Salem. HEX triplet: 13, 90 and 44. RGB value is (19,144,68). Sum of RGB (Red+Green+Blue) = 19+144+68=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 144 (56.64% from 255 or 62.34% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 144 - color contains mainly: green. Hex color #139044 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139044 is #EC6FBB. Grayscale: #626262. Windows color (decimal): -15495100 or 4493331. OLE color: 4493331.
HSL color Cylindrical-coordinate representation of color #139044: hue angle of 143.52º 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 #139044 is Cyan = 0.87, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 144 | 68 | - |
| CMYK | 0.87 | 0 | 0.53 | 0.44 |
| HSL | 143.52º | 0.77% | 0.32% | - |
| HSV(B) | 143.52º | 0.87% | 0.56% | - |
| XYZ | 11.29 | 20.5 | 8.83 | - |
| YUV | 97.96 | 111.09 | 71.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 68 | 0.87 | 0 | 0.53 | 0.44 | 143.52 | 0.77 | 0.32 |
| Hex | 13 | 90 | 44 | 57 | 0 | 35 | 2C | 90 | 4D | 20 |
| Octal | 23 | 220 | 104 | 127 | 0 | 65 | 54 | 220 | 115 | 40 |
| Binary | 10011 | 10010000 | 1000100 | 1010111 | 0 | 110101 | 101100 | 10010000 | 1001101 | 100000 |
Color Harmonies of #139044
Complementary color
Monochromatic Colors of #139044
Black with #139044
Text Example
Text Example
White with #139044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139044; }
p { color: rgb(19,144,68); }
H1.HeaderClassName
{
color: #139044;
}
.AnyTagClassName
{
color: #139044;
}
</style>
background-color css
<style>
a { background-color: #139044; }
a { background-color: rgb(19,144,68); }
div.DivClassName
{
background-color: #139044;
}
.BgClassName
{
background-color: #139044;
}
</style>
border-color css
<style>
span { border-color: #139044; }
span { border-color: rgb(19,144,68); }
td.TdClassName
{
border-color: #139044;
}
.TagClassName
{
border-color: #139044;
}
</style>