Shades of Salem #147350
Tints of Salem #147350
RGB
CMYK
RGB Variations
Color information
#147350 (or 0x147350) is known color: Salem. HEX triplet: 14, 73 and 50. RGB value is (20,115,80). Sum of RGB (Red+Green+Blue) = 20+115+80=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 115 (45.31% from 255 or 53.49% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 115 - color contains mainly: green. Hex color #147350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147350 is #EB8CAF. Grayscale: #525252. Windows color (decimal): -15436976 or 5272340. OLE color: 5272340.
HSL color Cylindrical-coordinate representation of color #147350: hue angle of 157.89º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147350 is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 115 | 80 | - |
| CMYK | 0.83 | 0 | 0.30 | 0.55 |
| HSL | 157.89º | 0.7% | 0.26% | - |
| HSV(B) | 157.89º | 0.83% | 0.45% | - |
| XYZ | 7.87 | 12.99 | 9.68 | - |
| YUV | 82.61 | 126.53 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 80 | 0.83 | 0 | 0.30 | 0.55 | 157.89 | 0.7 | 0.26 |
| Hex | 14 | 73 | 50 | 53 | 0 | 1E | 37 | 9E | 46 | 1A |
| Octal | 24 | 163 | 120 | 123 | 0 | 36 | 67 | 236 | 106 | 32 |
| Binary | 10100 | 1110011 | 1010000 | 1010011 | 0 | 11110 | 110111 | 10011110 | 1000110 | 11010 |
Color Harmonies of #147350
Complementary color
Monochromatic Colors of #147350
Black with #147350
Text Example
Text Example
White with #147350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147350; }
p { color: rgb(20,115,80); }
H1.HeaderClassName
{
color: #147350;
}
.AnyTagClassName
{
color: #147350;
}
</style>
background-color css
<style>
a { background-color: #147350; }
a { background-color: rgb(20,115,80); }
div.DivClassName
{
background-color: #147350;
}
.BgClassName
{
background-color: #147350;
}
</style>
border-color css
<style>
span { border-color: #147350; }
span { border-color: rgb(20,115,80); }
td.TdClassName
{
border-color: #147350;
}
.TagClassName
{
border-color: #147350;
}
</style>