Shades of Salem #148149
Tints of Salem #148149
RGB
CMYK
RGB Variations
Color information
#148149 (or 0x148149) is known color: Salem. HEX triplet: 14, 81 and 49. RGB value is (20,129,73). Sum of RGB (Red+Green+Blue) = 20+129+73=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 129 (50.78% from 255 or 58.11% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 129 - color contains mainly: green. Hex color #148149 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #148149 is #EB7EB6. Grayscale: #5A5A5A. Windows color (decimal): -15433399 or 4817172. OLE color: 4817172.
HSL color Cylindrical-coordinate representation of color #148149: hue angle of 149.17º 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 #148149 is Cyan = 0.84, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 129 | 73 | - |
| CMYK | 0.84 | 0 | 0.43 | 0.49 |
| HSL | 149.17º | 0.73% | 0.29% | - |
| HSV(B) | 149.17º | 0.84% | 0.51% | - |
| XYZ | 9.34 | 16.33 | 8.96 | - |
| YUV | 90.03 | 118.39 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 73 | 0.84 | 0 | 0.43 | 0.49 | 149.17 | 0.73 | 0.29 |
| Hex | 14 | 81 | 49 | 54 | 0 | 2B | 31 | 95 | 49 | 1D |
| Octal | 24 | 201 | 111 | 124 | 0 | 53 | 61 | 225 | 111 | 35 |
| Binary | 10100 | 10000001 | 1001001 | 1010100 | 0 | 101011 | 110001 | 10010101 | 1001001 | 11101 |
Color Harmonies of #148149
Complementary color
Monochromatic Colors of #148149
Black with #148149
Text Example
Text Example
White with #148149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148149; }
p { color: rgb(20,129,73); }
H1.HeaderClassName
{
color: #148149;
}
.AnyTagClassName
{
color: #148149;
}
</style>
background-color css
<style>
a { background-color: #148149; }
a { background-color: rgb(20,129,73); }
div.DivClassName
{
background-color: #148149;
}
.BgClassName
{
background-color: #148149;
}
</style>
border-color css
<style>
span { border-color: #148149; }
span { border-color: rgb(20,129,73); }
td.TdClassName
{
border-color: #148149;
}
.TagClassName
{
border-color: #148149;
}
</style>