Shades of Salem #149154
Tints of Salem #149154
RGB
CMYK
RGB Variations
Color information
#149154 (or 0x149154) is known color: Salem. HEX triplet: 14, 91 and 54. RGB value is (20,145,84). Sum of RGB (Red+Green+Blue) = 20+145+84=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 145 (57.03% from 255 or 58.23% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 145 - color contains mainly: green. Hex color #149154 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149154 is #EB6EAB. Grayscale: #646464. Windows color (decimal): -15429292 or 5542164. OLE color: 5542164.
HSL color Cylindrical-coordinate representation of color #149154: hue angle of 150.72º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149154 is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 145 | 84 | - |
| CMYK | 0.86 | 0 | 0.42 | 0.43 |
| HSL | 150.72º | 0.76% | 0.32% | - |
| HSV(B) | 150.72º | 0.86% | 0.57% | - |
| XYZ | 12.01 | 21.04 | 11.82 | - |
| YUV | 100.67 | 118.59 | 70.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 84 | 0.86 | 0 | 0.42 | 0.43 | 150.72 | 0.76 | 0.32 |
| Hex | 14 | 91 | 54 | 56 | 0 | 2A | 2B | 97 | 4C | 20 |
| Octal | 24 | 221 | 124 | 126 | 0 | 52 | 53 | 227 | 114 | 40 |
| Binary | 10100 | 10010001 | 1010100 | 1010110 | 0 | 101010 | 101011 | 10010111 | 1001100 | 100000 |
Color Harmonies of #149154
Complementary color
Monochromatic Colors of #149154
Black with #149154
Text Example
Text Example
White with #149154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149154; }
p { color: rgb(20,145,84); }
H1.HeaderClassName
{
color: #149154;
}
.AnyTagClassName
{
color: #149154;
}
</style>
background-color css
<style>
a { background-color: #149154; }
a { background-color: rgb(20,145,84); }
div.DivClassName
{
background-color: #149154;
}
.BgClassName
{
background-color: #149154;
}
</style>
border-color css
<style>
span { border-color: #149154; }
span { border-color: rgb(20,145,84); }
td.TdClassName
{
border-color: #149154;
}
.TagClassName
{
border-color: #149154;
}
</style>