Shades of Salem #149051
Tints of Salem #149051
RGB
CMYK
RGB Variations
Color information
#149051 (or 0x149051) is known color: Salem. HEX triplet: 14, 90 and 51. RGB value is (20,144,81). Sum of RGB (Red+Green+Blue) = 20+144+81=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 144 (56.64% from 255 or 58.78% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 144 - color contains mainly: green. Hex color #149051 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149051 is #EB6FAE. Grayscale: #636363. Windows color (decimal): -15429551 or 5345300. OLE color: 5345300.
HSL color Cylindrical-coordinate representation of color #149051: hue angle of 149.52º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149051 is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 144 | 81 | - |
| CMYK | 0.86 | 0 | 0.44 | 0.44 |
| HSL | 149.52º | 0.76% | 0.32% | - |
| HSV(B) | 149.52º | 0.86% | 0.56% | - |
| XYZ | 11.75 | 20.69 | 11.16 | - |
| YUV | 99.74 | 117.42 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 81 | 0.86 | 0 | 0.44 | 0.44 | 149.52 | 0.76 | 0.32 |
| Hex | 14 | 90 | 51 | 56 | 0 | 2C | 2C | 96 | 4C | 20 |
| Octal | 24 | 220 | 121 | 126 | 0 | 54 | 54 | 226 | 114 | 40 |
| Binary | 10100 | 10010000 | 1010001 | 1010110 | 0 | 101100 | 101100 | 10010110 | 1001100 | 100000 |
Color Harmonies of #149051
Complementary color
Monochromatic Colors of #149051
Black with #149051
Text Example
Text Example
White with #149051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149051; }
p { color: rgb(20,144,81); }
H1.HeaderClassName
{
color: #149051;
}
.AnyTagClassName
{
color: #149051;
}
</style>
background-color css
<style>
a { background-color: #149051; }
a { background-color: rgb(20,144,81); }
div.DivClassName
{
background-color: #149051;
}
.BgClassName
{
background-color: #149051;
}
</style>
border-color css
<style>
span { border-color: #149051; }
span { border-color: rgb(20,144,81); }
td.TdClassName
{
border-color: #149051;
}
.TagClassName
{
border-color: #149051;
}
</style>