Shades of Salem #148142
Tints of Salem #148142
RGB
CMYK
RGB Variations
Color information
#148142 (or 0x148142) is known color: Salem. HEX triplet: 14, 81 and 42. RGB value is (20,129,66). Sum of RGB (Red+Green+Blue) = 20+129+66=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 129 (50.78% from 255 or 60% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 129 - color contains mainly: green. Hex color #148142 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148142 is #EB7EBD. Grayscale: #595959. Windows color (decimal): -15433406 or 4358420. OLE color: 4358420.
HSL color Cylindrical-coordinate representation of color #148142: hue angle of 145.32º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #148142 is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 129 | 66 | - |
| CMYK | 0.84 | 0 | 0.49 | 0.49 |
| HSL | 145.32º | 0.73% | 0.29% | - |
| HSV(B) | 145.32º | 0.84% | 0.51% | - |
| XYZ | 9.12 | 16.24 | 7.81 | - |
| YUV | 89.23 | 114.89 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 66 | 0.84 | 0 | 0.49 | 0.49 | 145.32 | 0.73 | 0.29 |
| Hex | 14 | 81 | 42 | 54 | 0 | 31 | 31 | 91 | 49 | 1D |
| Octal | 24 | 201 | 102 | 124 | 0 | 61 | 61 | 221 | 111 | 35 |
| Binary | 10100 | 10000001 | 1000010 | 1010100 | 0 | 110001 | 110001 | 10010001 | 1001001 | 11101 |
Color Harmonies of #148142
Complementary color
Monochromatic Colors of #148142
Black with #148142
Text Example
Text Example
White with #148142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148142; }
p { color: rgb(20,129,66); }
H1.HeaderClassName
{
color: #148142;
}
.AnyTagClassName
{
color: #148142;
}
</style>
background-color css
<style>
a { background-color: #148142; }
a { background-color: rgb(20,129,66); }
div.DivClassName
{
background-color: #148142;
}
.BgClassName
{
background-color: #148142;
}
</style>
border-color css
<style>
span { border-color: #148142; }
span { border-color: rgb(20,129,66); }
td.TdClassName
{
border-color: #148142;
}
.TagClassName
{
border-color: #148142;
}
</style>