Shades of Salem #148046
Tints of Salem #148046
RGB
CMYK
RGB Variations
Color information
#148046 (or 0x148046) is known color: Salem. HEX triplet: 14, 80 and 46. RGB value is (20,128,70). Sum of RGB (Red+Green+Blue) = 20+128+70=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 128 (50.39% from 255 or 58.72% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 128 - color contains mainly: green. Hex color #148046 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148046 is #EB7FB9. Grayscale: #595959. Windows color (decimal): -15433658 or 4620308. OLE color: 4620308.
HSL color Cylindrical-coordinate representation of color #148046: hue angle of 147.78º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #148046 is Cyan = 0.84, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 128 | 70 | - |
| CMYK | 0.84 | 0 | 0.45 | 0.50 |
| HSL | 147.78º | 0.73% | 0.29% | - |
| HSV(B) | 147.78º | 0.84% | 0.5% | - |
| XYZ | 9.11 | 16.03 | 8.41 | - |
| YUV | 89.1 | 117.22 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 128 | 70 | 0.84 | 0 | 0.45 | 0.50 | 147.78 | 0.73 | 0.29 |
| Hex | 14 | 80 | 46 | 54 | 0 | 2D | 32 | 94 | 49 | 1D |
| Octal | 24 | 200 | 106 | 124 | 0 | 55 | 62 | 224 | 111 | 35 |
| Binary | 10100 | 10000000 | 1000110 | 1010100 | 0 | 101101 | 110010 | 10010100 | 1001001 | 11101 |
Color Harmonies of #148046
Complementary color
Monochromatic Colors of #148046
Black with #148046
Text Example
Text Example
White with #148046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148046; }
p { color: rgb(20,128,70); }
H1.HeaderClassName
{
color: #148046;
}
.AnyTagClassName
{
color: #148046;
}
</style>
background-color css
<style>
a { background-color: #148046; }
a { background-color: rgb(20,128,70); }
div.DivClassName
{
background-color: #148046;
}
.BgClassName
{
background-color: #148046;
}
</style>
border-color css
<style>
span { border-color: #148046; }
span { border-color: rgb(20,128,70); }
td.TdClassName
{
border-color: #148046;
}
.TagClassName
{
border-color: #148046;
}
</style>