Shades of Salem #147256
Tints of Salem #147256
RGB
CMYK
RGB Variations
Color information
#147256 (or 0x147256) is known color: Salem. HEX triplet: 14, 72 and 56. RGB value is (20,114,86). Sum of RGB (Red+Green+Blue) = 20+114+86=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #147256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147256 is #EB8DA9. Grayscale: #525252. Windows color (decimal): -15437226 or 5665300. OLE color: 5665300.
HSL color Cylindrical-coordinate representation of color #147256: hue angle of 162.13º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147256 is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 114 | 86 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.55 |
| HSL | 162.13º | 0.7% | 0.26% | - |
| HSV(B) | 162.13º | 0.82% | 0.45% | - |
| XYZ | 7.99 | 12.86 | 10.86 | - |
| YUV | 82.7 | 129.86 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 86 | 0.82 | 0 | 0.25 | 0.55 | 162.13 | 0.7 | 0.26 |
| Hex | 14 | 72 | 56 | 52 | 0 | 19 | 37 | A2 | 46 | 1A |
| Octal | 24 | 162 | 126 | 122 | 0 | 31 | 67 | 242 | 106 | 32 |
| Binary | 10100 | 1110010 | 1010110 | 1010010 | 0 | 11001 | 110111 | 10100010 | 1000110 | 11010 |
Color Harmonies of #147256
Complementary color
Monochromatic Colors of #147256
Black with #147256
Text Example
Text Example
White with #147256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147256; }
p { color: rgb(20,114,86); }
H1.HeaderClassName
{
color: #147256;
}
.AnyTagClassName
{
color: #147256;
}
</style>
background-color css
<style>
a { background-color: #147256; }
a { background-color: rgb(20,114,86); }
div.DivClassName
{
background-color: #147256;
}
.BgClassName
{
background-color: #147256;
}
</style>
border-color css
<style>
span { border-color: #147256; }
span { border-color: rgb(20,114,86); }
td.TdClassName
{
border-color: #147256;
}
.TagClassName
{
border-color: #147256;
}
</style>