Shades of Salem #149241
Tints of Salem #149241
RGB
CMYK
RGB Variations
Color information
#149241 (or 0x149241) is known color: Salem. HEX triplet: 14, 92 and 41. RGB value is (20,146,65). Sum of RGB (Red+Green+Blue) = 20+146+65=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 146 (57.42% from 255 or 63.20% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 146 - color contains mainly: green. Hex color #149241 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149241 is #EB6DBE. Grayscale: #636363. Windows color (decimal): -15429055 or 4297236. OLE color: 4297236.
HSL color Cylindrical-coordinate representation of color #149241: hue angle of 141.43º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149241 is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 146 | 65 | - |
| CMYK | 0.86 | 0 | 0.55 | 0.43 |
| HSL | 141.43º | 0.76% | 0.33% | - |
| HSV(B) | 141.43º | 0.86% | 0.57% | - |
| XYZ | 11.52 | 21.09 | 8.46 | - |
| YUV | 99.09 | 108.76 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 146 | 65 | 0.86 | 0 | 0.55 | 0.43 | 141.43 | 0.76 | 0.33 |
| Hex | 14 | 92 | 41 | 56 | 0 | 37 | 2B | 8D | 4C | 21 |
| Octal | 24 | 222 | 101 | 126 | 0 | 67 | 53 | 215 | 114 | 41 |
| Binary | 10100 | 10010010 | 1000001 | 1010110 | 0 | 110111 | 101011 | 10001101 | 1001100 | 100001 |
Color Harmonies of #149241
Complementary color
Monochromatic Colors of #149241
Black with #149241
Text Example
Text Example
White with #149241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149241; }
p { color: rgb(20,146,65); }
H1.HeaderClassName
{
color: #149241;
}
.AnyTagClassName
{
color: #149241;
}
</style>
background-color css
<style>
a { background-color: #149241; }
a { background-color: rgb(20,146,65); }
div.DivClassName
{
background-color: #149241;
}
.BgClassName
{
background-color: #149241;
}
</style>
border-color css
<style>
span { border-color: #149241; }
span { border-color: rgb(20,146,65); }
td.TdClassName
{
border-color: #149241;
}
.TagClassName
{
border-color: #149241;
}
</style>