Shades of Salem #149240
Tints of Salem #149240
RGB
CMYK
RGB Variations
Color information
#149240 (or 0x149240) is known color: Salem. HEX triplet: 14, 92 and 40. RGB value is (20,146,64). Sum of RGB (Red+Green+Blue) = 20+146+64=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 146 (57.42% from 255 or 63.48% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 146 - color contains mainly: green. Hex color #149240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #149240 is #EB6DBF. Grayscale: #636363. Windows color (decimal): -15429056 or 4231700. OLE color: 4231700.
HSL color Cylindrical-coordinate representation of color #149240: hue angle of 140.95º 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 #149240 is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 146 | 64 | - |
| CMYK | 0.86 | 0 | 0.56 | 0.43 |
| HSL | 140.95º | 0.76% | 0.33% | - |
| HSV(B) | 140.95º | 0.86% | 0.57% | - |
| XYZ | 11.49 | 21.08 | 8.31 | - |
| YUV | 98.98 | 108.26 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 146 | 64 | 0.86 | 0 | 0.56 | 0.43 | 140.95 | 0.76 | 0.33 |
| Hex | 14 | 92 | 40 | 56 | 0 | 38 | 2B | 8D | 4C | 21 |
| Octal | 24 | 222 | 100 | 126 | 0 | 70 | 53 | 215 | 114 | 41 |
| Binary | 10100 | 10010010 | 1000000 | 1010110 | 0 | 111000 | 101011 | 10001101 | 1001100 | 100001 |
Color Harmonies of #149240
Complementary color
Monochromatic Colors of #149240
Black with #149240
Text Example
Text Example
White with #149240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149240; }
p { color: rgb(20,146,64); }
H1.HeaderClassName
{
color: #149240;
}
.AnyTagClassName
{
color: #149240;
}
</style>
background-color css
<style>
a { background-color: #149240; }
a { background-color: rgb(20,146,64); }
div.DivClassName
{
background-color: #149240;
}
.BgClassName
{
background-color: #149240;
}
</style>
border-color css
<style>
span { border-color: #149240; }
span { border-color: rgb(20,146,64); }
td.TdClassName
{
border-color: #149240;
}
.TagClassName
{
border-color: #149240;
}
</style>