Shades of Salem #149046
Tints of Salem #149046
RGB
CMYK
RGB Variations
Color information
#149046 (or 0x149046) is known color: Salem. HEX triplet: 14, 90 and 46. RGB value is (20,144,70). Sum of RGB (Red+Green+Blue) = 20+144+70=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 144 (56.64% from 255 or 61.54% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 144 - color contains mainly: green. Hex color #149046 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149046 is #EB6FB9. Grayscale: #626262. Windows color (decimal): -15429562 or 4624404. OLE color: 4624404.
HSL color Cylindrical-coordinate representation of color #149046: hue angle of 144.19º 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 #149046 is Cyan = 0.86, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 144 | 70 | - |
| CMYK | 0.86 | 0 | 0.51 | 0.44 |
| HSL | 144.19º | 0.76% | 0.32% | - |
| HSV(B) | 144.19º | 0.86% | 0.56% | - |
| XYZ | 11.37 | 20.54 | 9.16 | - |
| YUV | 98.49 | 111.92 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 70 | 0.86 | 0 | 0.51 | 0.44 | 144.19 | 0.76 | 0.32 |
| Hex | 14 | 90 | 46 | 56 | 0 | 33 | 2C | 90 | 4C | 20 |
| Octal | 24 | 220 | 106 | 126 | 0 | 63 | 54 | 220 | 114 | 40 |
| Binary | 10100 | 10010000 | 1000110 | 1010110 | 0 | 110011 | 101100 | 10010000 | 1001100 | 100000 |
Color Harmonies of #149046
Complementary color
Monochromatic Colors of #149046
Black with #149046
Text Example
Text Example
White with #149046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149046; }
p { color: rgb(20,144,70); }
H1.HeaderClassName
{
color: #149046;
}
.AnyTagClassName
{
color: #149046;
}
</style>
background-color css
<style>
a { background-color: #149046; }
a { background-color: rgb(20,144,70); }
div.DivClassName
{
background-color: #149046;
}
.BgClassName
{
background-color: #149046;
}
</style>
border-color css
<style>
span { border-color: #149046; }
span { border-color: rgb(20,144,70); }
td.TdClassName
{
border-color: #149046;
}
.TagClassName
{
border-color: #149046;
}
</style>