Shades of Salem #148651
Tints of Salem #148651
RGB
CMYK
RGB Variations
Color information
#148651 (or 0x148651) is known color: Salem. HEX triplet: 14, 86 and 51. RGB value is (20,134,81). Sum of RGB (Red+Green+Blue) = 20+134+81=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 134 (52.73% from 255 or 57.02% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 134 - color contains mainly: green. Hex color #148651 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148651 is #EB79AE. Grayscale: #5D5D5D. Windows color (decimal): -15432111 or 5342740. OLE color: 5342740.
HSL color Cylindrical-coordinate representation of color #148651: hue angle of 152.11º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148651 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 134 | 81 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.47 |
| HSL | 152.11º | 0.74% | 0.3% | - |
| HSV(B) | 152.11º | 0.85% | 0.53% | - |
| XYZ | 10.3 | 17.79 | 10.68 | - |
| YUV | 93.87 | 120.73 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 134 | 81 | 0.85 | 0 | 0.40 | 0.47 | 152.11 | 0.74 | 0.3 |
| Hex | 14 | 86 | 51 | 55 | 0 | 28 | 2F | 98 | 4A | 1E |
| Octal | 24 | 206 | 121 | 125 | 0 | 50 | 57 | 230 | 112 | 36 |
| Binary | 10100 | 10000110 | 1010001 | 1010101 | 0 | 101000 | 101111 | 10011000 | 1001010 | 11110 |
Color Harmonies of #148651
Complementary color
Monochromatic Colors of #148651
Black with #148651
Text Example
Text Example
White with #148651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148651; }
p { color: rgb(20,134,81); }
H1.HeaderClassName
{
color: #148651;
}
.AnyTagClassName
{
color: #148651;
}
</style>
background-color css
<style>
a { background-color: #148651; }
a { background-color: rgb(20,134,81); }
div.DivClassName
{
background-color: #148651;
}
.BgClassName
{
background-color: #148651;
}
</style>
border-color css
<style>
span { border-color: #148651; }
span { border-color: rgb(20,134,81); }
td.TdClassName
{
border-color: #148651;
}
.TagClassName
{
border-color: #148651;
}
</style>