Shades of Salem #148F41
Tints of Salem #148F41
RGB
CMYK
RGB Variations
Color information
#148F41 (or 0x148F41) is known color: Salem. HEX triplet: 14, 8F and 41. RGB value is (20,143,65). Sum of RGB (Red+Green+Blue) = 20+143+65=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 143 (56.25% from 255 or 62.72% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 143 - color contains mainly: green. Hex color #148F41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148F41 is #EB70BE. Grayscale: #616161. Windows color (decimal): -15429823 or 4296468. OLE color: 4296468.
HSL color Cylindrical-coordinate representation of color #148F41: hue angle of 141.95º degrees, saturation: 0.75, 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 #148F41 is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 143 | 65 | - |
| CMYK | 0.86 | 0 | 0.55 | 0.44 |
| HSL | 141.95º | 0.75% | 0.32% | - |
| HSV(B) | 141.95º | 0.86% | 0.56% | - |
| XYZ | 11.07 | 20.18 | 8.31 | - |
| YUV | 97.33 | 109.75 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 143 | 65 | 0.86 | 0 | 0.55 | 0.44 | 141.95 | 0.75 | 0.32 |
| Hex | 14 | 8F | 41 | 56 | 0 | 37 | 2C | 8E | 4B | 20 |
| Octal | 24 | 217 | 101 | 126 | 0 | 67 | 54 | 216 | 113 | 40 |
| Binary | 10100 | 10001111 | 1000001 | 1010110 | 0 | 110111 | 101100 | 10001110 | 1001011 | 100000 |
Color Harmonies of #148F41
Complementary color
Monochromatic Colors of #148F41
Black with #148F41
Text Example
Text Example
White with #148F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148F41; }
p { color: rgb(20,143,65); }
H1.HeaderClassName
{
color: #148F41;
}
.AnyTagClassName
{
color: #148F41;
}
</style>
background-color css
<style>
a { background-color: #148F41; }
a { background-color: rgb(20,143,65); }
div.DivClassName
{
background-color: #148F41;
}
.BgClassName
{
background-color: #148F41;
}
</style>
border-color css
<style>
span { border-color: #148F41; }
span { border-color: rgb(20,143,65); }
td.TdClassName
{
border-color: #148F41;
}
.TagClassName
{
border-color: #148F41;
}
</style>