Shades of Salem #147654
Tints of Salem #147654
RGB
CMYK
RGB Variations
Color information
#147654 (or 0x147654) is known color: Salem. HEX triplet: 14, 76 and 54. RGB value is (20,118,84). Sum of RGB (Red+Green+Blue) = 20+118+84=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 118 (46.48% from 255 or 53.15% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 118 - color contains mainly: green. Hex color #147654 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147654 is #EB89AB. Grayscale: #545454. Windows color (decimal): -15436204 or 5535252. OLE color: 5535252.
HSL color Cylindrical-coordinate representation of color #147654: hue angle of 159.18º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147654 is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 118 | 84 | - |
| CMYK | 0.83 | 0 | 0.29 | 0.54 |
| HSL | 159.18º | 0.71% | 0.27% | - |
| HSV(B) | 159.18º | 0.83% | 0.46% | - |
| XYZ | 8.37 | 13.75 | 10.6 | - |
| YUV | 84.82 | 127.53 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 118 | 84 | 0.83 | 0 | 0.29 | 0.54 | 159.18 | 0.71 | 0.27 |
| Hex | 14 | 76 | 54 | 53 | 0 | 1D | 36 | 9F | 47 | 1B |
| Octal | 24 | 166 | 124 | 123 | 0 | 35 | 66 | 237 | 107 | 33 |
| Binary | 10100 | 1110110 | 1010100 | 1010011 | 0 | 11101 | 110110 | 10011111 | 1000111 | 11011 |
Color Harmonies of #147654
Complementary color
Monochromatic Colors of #147654
Black with #147654
Text Example
Text Example
White with #147654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147654; }
p { color: rgb(20,118,84); }
H1.HeaderClassName
{
color: #147654;
}
.AnyTagClassName
{
color: #147654;
}
</style>
background-color css
<style>
a { background-color: #147654; }
a { background-color: rgb(20,118,84); }
div.DivClassName
{
background-color: #147654;
}
.BgClassName
{
background-color: #147654;
}
</style>
border-color css
<style>
span { border-color: #147654; }
span { border-color: rgb(20,118,84); }
td.TdClassName
{
border-color: #147654;
}
.TagClassName
{
border-color: #147654;
}
</style>