Shades of Salem #149444
Tints of Salem #149444
RGB
CMYK
RGB Variations
Color information
#149444 (or 0x149444) is known color: Salem. HEX triplet: 14, 94 and 44. RGB value is (20,148,68). Sum of RGB (Red+Green+Blue) = 20+148+68=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 148 (58.20% from 255 or 62.71% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 148 - color contains mainly: green. Hex color #149444 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149444 is #EB6BBB. Grayscale: #646464. Windows color (decimal): -15428540 or 4494356. OLE color: 4494356.
HSL color Cylindrical-coordinate representation of color #149444: hue angle of 142.5º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149444 is Cyan = 0.86, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 148 | 68 | - |
| CMYK | 0.86 | 0 | 0.54 | 0.42 |
| HSL | 142.5º | 0.76% | 0.33% | - |
| HSV(B) | 142.5º | 0.86% | 0.58% | - |
| XYZ | 11.92 | 21.75 | 9.04 | - |
| YUV | 100.61 | 109.59 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 148 | 68 | 0.86 | 0 | 0.54 | 0.42 | 142.5 | 0.76 | 0.33 |
| Hex | 14 | 94 | 44 | 56 | 0 | 36 | 2A | 8E | 4C | 21 |
| Octal | 24 | 224 | 104 | 126 | 0 | 66 | 52 | 216 | 114 | 41 |
| Binary | 10100 | 10010100 | 1000100 | 1010110 | 0 | 110110 | 101010 | 10001110 | 1001100 | 100001 |
Color Harmonies of #149444
Complementary color
Monochromatic Colors of #149444
Black with #149444
Text Example
Text Example
White with #149444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149444; }
p { color: rgb(20,148,68); }
H1.HeaderClassName
{
color: #149444;
}
.AnyTagClassName
{
color: #149444;
}
</style>
background-color css
<style>
a { background-color: #149444; }
a { background-color: rgb(20,148,68); }
div.DivClassName
{
background-color: #149444;
}
.BgClassName
{
background-color: #149444;
}
</style>
border-color css
<style>
span { border-color: #149444; }
span { border-color: rgb(20,148,68); }
td.TdClassName
{
border-color: #149444;
}
.TagClassName
{
border-color: #149444;
}
</style>