Shades of Salem #147253
Tints of Salem #147253
RGB
CMYK
RGB Variations
Color information
#147253 (or 0x147253) is known color: Salem. HEX triplet: 14, 72 and 53. RGB value is (20,114,83). Sum of RGB (Red+Green+Blue) = 20+114+83=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 83 (32.81% from 255 or 38.25% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #147253 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147253 is #EB8DAC. Grayscale: #525252. Windows color (decimal): -15437229 or 5468692. OLE color: 5468692.
HSL color Cylindrical-coordinate representation of color #147253: hue angle of 160.21º 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 #147253 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 114 | 83 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.55 |
| HSL | 160.21º | 0.7% | 0.26% | - |
| HSV(B) | 160.21º | 0.82% | 0.45% | - |
| XYZ | 7.87 | 12.81 | 10.24 | - |
| YUV | 82.36 | 128.36 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 83 | 0.82 | 0 | 0.27 | 0.55 | 160.21 | 0.7 | 0.26 |
| Hex | 14 | 72 | 53 | 52 | 0 | 1B | 37 | A0 | 46 | 1A |
| Octal | 24 | 162 | 123 | 122 | 0 | 33 | 67 | 240 | 106 | 32 |
| Binary | 10100 | 1110010 | 1010011 | 1010010 | 0 | 11011 | 110111 | 10100000 | 1000110 | 11010 |
Color Harmonies of #147253
Complementary color
Monochromatic Colors of #147253
Black with #147253
Text Example
Text Example
White with #147253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147253; }
p { color: rgb(20,114,83); }
H1.HeaderClassName
{
color: #147253;
}
.AnyTagClassName
{
color: #147253;
}
</style>
background-color css
<style>
a { background-color: #147253; }
a { background-color: rgb(20,114,83); }
div.DivClassName
{
background-color: #147253;
}
.BgClassName
{
background-color: #147253;
}
</style>
border-color css
<style>
span { border-color: #147253; }
span { border-color: rgb(20,114,83); }
td.TdClassName
{
border-color: #147253;
}
.TagClassName
{
border-color: #147253;
}
</style>