Shades of Salem #139145
Tints of Salem #139145
RGB
CMYK
RGB Variations
Color information
#139145 (or 0x139145) is known color: Salem. HEX triplet: 13, 91 and 45. RGB value is (19,145,69). Sum of RGB (Red+Green+Blue) = 19+145+69=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 145 (57.03% from 255 or 62.23% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 145 - color contains mainly: green. Hex color #139145 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #139145 is #EC6EBA. Grayscale: #626262. Windows color (decimal): -15494843 or 4559123. OLE color: 4559123.
HSL color Cylindrical-coordinate representation of color #139145: hue angle of 143.81º 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 #139145 is Cyan = 0.87, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 145 | 69 | - |
| CMYK | 0.87 | 0 | 0.52 | 0.43 |
| HSL | 143.81º | 0.77% | 0.32% | - |
| HSV(B) | 143.81º | 0.87% | 0.57% | - |
| XYZ | 11.47 | 20.82 | 9.04 | - |
| YUV | 98.66 | 111.26 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 145 | 69 | 0.87 | 0 | 0.52 | 0.43 | 143.81 | 0.77 | 0.32 |
| Hex | 13 | 91 | 45 | 57 | 0 | 34 | 2B | 90 | 4D | 20 |
| Octal | 23 | 221 | 105 | 127 | 0 | 64 | 53 | 220 | 115 | 40 |
| Binary | 10011 | 10010001 | 1000101 | 1010111 | 0 | 110100 | 101011 | 10010000 | 1001101 | 100000 |
Color Harmonies of #139145
Complementary color
Monochromatic Colors of #139145
Black with #139145
Text Example
Text Example
White with #139145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139145; }
p { color: rgb(19,145,69); }
H1.HeaderClassName
{
color: #139145;
}
.AnyTagClassName
{
color: #139145;
}
</style>
background-color css
<style>
a { background-color: #139145; }
a { background-color: rgb(19,145,69); }
div.DivClassName
{
background-color: #139145;
}
.BgClassName
{
background-color: #139145;
}
</style>
border-color css
<style>
span { border-color: #139145; }
span { border-color: rgb(19,145,69); }
td.TdClassName
{
border-color: #139145;
}
.TagClassName
{
border-color: #139145;
}
</style>