Shades of Salem #147753
Tints of Salem #147753
RGB
CMYK
RGB Variations
Color information
#147753 (or 0x147753) is known color: Salem. HEX triplet: 14, 77 and 53. RGB value is (20,119,83). Sum of RGB (Red+Green+Blue) = 20+119+83=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #147753 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147753 is #EB88AC. Grayscale: #555555. Windows color (decimal): -15435949 or 5469972. OLE color: 5469972.
HSL color Cylindrical-coordinate representation of color #147753: hue angle of 158.18º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147753 is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 119 | 83 | - |
| CMYK | 0.83 | 0 | 0.30 | 0.53 |
| HSL | 158.18º | 0.71% | 0.27% | - |
| HSV(B) | 158.18º | 0.83% | 0.47% | - |
| XYZ | 8.45 | 13.97 | 10.43 | - |
| YUV | 85.3 | 126.7 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 119 | 83 | 0.83 | 0 | 0.30 | 0.53 | 158.18 | 0.71 | 0.27 |
| Hex | 14 | 77 | 53 | 53 | 0 | 1E | 35 | 9E | 47 | 1B |
| Octal | 24 | 167 | 123 | 123 | 0 | 36 | 65 | 236 | 107 | 33 |
| Binary | 10100 | 1110111 | 1010011 | 1010011 | 0 | 11110 | 110101 | 10011110 | 1000111 | 11011 |
Color Harmonies of #147753
Complementary color
Monochromatic Colors of #147753
Black with #147753
Text Example
Text Example
White with #147753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147753; }
p { color: rgb(20,119,83); }
H1.HeaderClassName
{
color: #147753;
}
.AnyTagClassName
{
color: #147753;
}
</style>
background-color css
<style>
a { background-color: #147753; }
a { background-color: rgb(20,119,83); }
div.DivClassName
{
background-color: #147753;
}
.BgClassName
{
background-color: #147753;
}
</style>
border-color css
<style>
span { border-color: #147753; }
span { border-color: rgb(20,119,83); }
td.TdClassName
{
border-color: #147753;
}
.TagClassName
{
border-color: #147753;
}
</style>