Shades of Salem #148E3E
Tints of Salem #148E3E
RGB
CMYK
RGB Variations
Color information
#148E3E (or 0x148E3E) is known color: Salem. HEX triplet: 14, 8E and 3E. RGB value is (20,142,62). Sum of RGB (Red+Green+Blue) = 20+142+62=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 142 (55.86% from 255 or 63.39% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 142 - color contains mainly: green. Hex color #148E3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148E3E is #EB71C1. Grayscale: #606060. Windows color (decimal): -15430082 or 4099604. OLE color: 4099604.
HSL color Cylindrical-coordinate representation of color #148E3E: hue angle of 140.66º 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 #148E3E is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 142 | 62 | - |
| CMYK | 0.86 | 0 | 0.56 | 0.44 |
| HSL | 140.66º | 0.75% | 0.32% | - |
| HSV(B) | 140.66º | 0.86% | 0.56% | - |
| XYZ | 10.83 | 19.84 | 7.82 | - |
| YUV | 96.4 | 108.58 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 142 | 62 | 0.86 | 0 | 0.56 | 0.44 | 140.66 | 0.75 | 0.32 |
| Hex | 14 | 8E | 3E | 56 | 0 | 38 | 2C | 8D | 4B | 20 |
| Octal | 24 | 216 | 76 | 126 | 0 | 70 | 54 | 215 | 113 | 40 |
| Binary | 10100 | 10001110 | 111110 | 1010110 | 0 | 111000 | 101100 | 10001101 | 1001011 | 100000 |
Color Harmonies of #148E3E
Complementary color
Monochromatic Colors of #148E3E
Black with #148E3E
Text Example
Text Example
White with #148E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148E3E; }
p { color: rgb(20,142,62); }
H1.HeaderClassName
{
color: #148E3E;
}
.AnyTagClassName
{
color: #148E3E;
}
</style>
background-color css
<style>
a { background-color: #148E3E; }
a { background-color: rgb(20,142,62); }
div.DivClassName
{
background-color: #148E3E;
}
.BgClassName
{
background-color: #148E3E;
}
</style>
border-color css
<style>
span { border-color: #148E3E; }
span { border-color: rgb(20,142,62); }
td.TdClassName
{
border-color: #148E3E;
}
.TagClassName
{
border-color: #148E3E;
}
</style>