Shades of Salem #148940
Tints of Salem #148940
RGB
CMYK
RGB Variations
Color information
#148940 (or 0x148940) is known color: Salem. HEX triplet: 14, 89 and 40. RGB value is (20,137,64). Sum of RGB (Red+Green+Blue) = 20+137+64=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 137 (53.91% from 255 or 61.99% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 137 - color contains mainly: green. Hex color #148940 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148940 is #EB76BF. Grayscale: #5D5D5D. Windows color (decimal): -15431360 or 4229396. OLE color: 4229396.
HSL color Cylindrical-coordinate representation of color #148940: hue angle of 142.56º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148940 is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 137 | 64 | - |
| CMYK | 0.85 | 0 | 0.53 | 0.46 |
| HSL | 142.56º | 0.75% | 0.31% | - |
| HSV(B) | 142.56º | 0.85% | 0.54% | - |
| XYZ | 10.16 | 18.41 | 7.87 | - |
| YUV | 93.7 | 111.24 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 137 | 64 | 0.85 | 0 | 0.53 | 0.46 | 142.56 | 0.75 | 0.31 |
| Hex | 14 | 89 | 40 | 55 | 0 | 35 | 2E | 8F | 4B | 1F |
| Octal | 24 | 211 | 100 | 125 | 0 | 65 | 56 | 217 | 113 | 37 |
| Binary | 10100 | 10001001 | 1000000 | 1010101 | 0 | 110101 | 101110 | 10001111 | 1001011 | 11111 |
Color Harmonies of #148940
Complementary color
Monochromatic Colors of #148940
Black with #148940
Text Example
Text Example
White with #148940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148940; }
p { color: rgb(20,137,64); }
H1.HeaderClassName
{
color: #148940;
}
.AnyTagClassName
{
color: #148940;
}
</style>
background-color css
<style>
a { background-color: #148940; }
a { background-color: rgb(20,137,64); }
div.DivClassName
{
background-color: #148940;
}
.BgClassName
{
background-color: #148940;
}
</style>
border-color css
<style>
span { border-color: #148940; }
span { border-color: rgb(20,137,64); }
td.TdClassName
{
border-color: #148940;
}
.TagClassName
{
border-color: #148940;
}
</style>