Shades of Salem #148143
Tints of Salem #148143
RGB
CMYK
RGB Variations
Color information
#148143 (or 0x148143) is known color: Salem. HEX triplet: 14, 81 and 43. RGB value is (20,129,67). Sum of RGB (Red+Green+Blue) = 20+129+67=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 129 (50.78% from 255 or 59.72% from 216); Blue value is 67 (26.56% from 255 or 31.02% from 216); Max value from RGB is 129 - color contains mainly: green. Hex color #148143 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148143 is #EB7EBC. Grayscale: #595959. Windows color (decimal): -15433405 or 4423956. OLE color: 4423956.
HSL color Cylindrical-coordinate representation of color #148143: hue angle of 145.87º 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 #148143 is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 129 | 67 | - |
| CMYK | 0.84 | 0 | 0.48 | 0.49 |
| HSL | 145.87º | 0.73% | 0.29% | - |
| HSV(B) | 145.87º | 0.84% | 0.51% | - |
| XYZ | 9.15 | 16.25 | 7.97 | - |
| YUV | 89.34 | 115.39 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 67 | 0.84 | 0 | 0.48 | 0.49 | 145.87 | 0.73 | 0.29 |
| Hex | 14 | 81 | 43 | 54 | 0 | 30 | 31 | 92 | 49 | 1D |
| Octal | 24 | 201 | 103 | 124 | 0 | 60 | 61 | 222 | 111 | 35 |
| Binary | 10100 | 10000001 | 1000011 | 1010100 | 0 | 110000 | 110001 | 10010010 | 1001001 | 11101 |
Color Harmonies of #148143
Complementary color
Monochromatic Colors of #148143
Black with #148143
Text Example
Text Example
White with #148143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148143; }
p { color: rgb(20,129,67); }
H1.HeaderClassName
{
color: #148143;
}
.AnyTagClassName
{
color: #148143;
}
</style>
background-color css
<style>
a { background-color: #148143; }
a { background-color: rgb(20,129,67); }
div.DivClassName
{
background-color: #148143;
}
.BgClassName
{
background-color: #148143;
}
</style>
border-color css
<style>
span { border-color: #148143; }
span { border-color: rgb(20,129,67); }
td.TdClassName
{
border-color: #148143;
}
.TagClassName
{
border-color: #148143;
}
</style>