Shades of Salem #148240
Tints of Salem #148240
RGB
CMYK
RGB Variations
Color information
#148240 (or 0x148240) is known color: Salem. HEX triplet: 14, 82 and 40. RGB value is (20,130,64). Sum of RGB (Red+Green+Blue) = 20+130+64=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #148240 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148240 is #EB7DBF. Grayscale: #595959. Windows color (decimal): -15433152 or 4227604. OLE color: 4227604.
HSL color Cylindrical-coordinate representation of color #148240: hue angle of 144º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148240 is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 130 | 64 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.49 |
| HSL | 144º | 0.73% | 0.29% | - |
| HSV(B) | 144º | 0.85% | 0.51% | - |
| XYZ | 9.2 | 16.48 | 7.55 | - |
| YUV | 89.59 | 113.56 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 130 | 64 | 0.85 | 0 | 0.51 | 0.49 | 144 | 0.73 | 0.29 |
| Hex | 14 | 82 | 40 | 55 | 0 | 33 | 31 | 90 | 49 | 1D |
| Octal | 24 | 202 | 100 | 125 | 0 | 63 | 61 | 220 | 111 | 35 |
| Binary | 10100 | 10000010 | 1000000 | 1010101 | 0 | 110011 | 110001 | 10010000 | 1001001 | 11101 |
Color Harmonies of #148240
Complementary color
Monochromatic Colors of #148240
Black with #148240
Text Example
Text Example
White with #148240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148240; }
p { color: rgb(20,130,64); }
H1.HeaderClassName
{
color: #148240;
}
.AnyTagClassName
{
color: #148240;
}
</style>
background-color css
<style>
a { background-color: #148240; }
a { background-color: rgb(20,130,64); }
div.DivClassName
{
background-color: #148240;
}
.BgClassName
{
background-color: #148240;
}
</style>
border-color css
<style>
span { border-color: #148240; }
span { border-color: rgb(20,130,64); }
td.TdClassName
{
border-color: #148240;
}
.TagClassName
{
border-color: #148240;
}
</style>