Shades of Salem #14893F
Tints of Salem #14893F
RGB
CMYK
RGB Variations
Color information
#14893F (or 0x14893F) is known color: Salem. HEX triplet: 14, 89 and 3F. RGB value is (20,137,63). Sum of RGB (Red+Green+Blue) = 20+137+63=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 137 (53.91% from 255 or 62.27% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 137 - color contains mainly: green. Hex color #14893F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14893F is #EB76C0. Grayscale: #5D5D5D. Windows color (decimal): -15431361 or 4163860. OLE color: 4163860.
HSL color Cylindrical-coordinate representation of color #14893F: hue angle of 142.05º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14893F is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 137 | 63 | - |
| CMYK | 0.85 | 0 | 0.54 | 0.46 |
| HSL | 142.05º | 0.75% | 0.31% | - |
| HSV(B) | 142.05º | 0.85% | 0.54% | - |
| XYZ | 10.13 | 18.4 | 7.72 | - |
| YUV | 93.58 | 110.74 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 137 | 63 | 0.85 | 0 | 0.54 | 0.46 | 142.05 | 0.75 | 0.31 |
| Hex | 14 | 89 | 3F | 55 | 0 | 36 | 2E | 8E | 4B | 1F |
| Octal | 24 | 211 | 77 | 125 | 0 | 66 | 56 | 216 | 113 | 37 |
| Binary | 10100 | 10001001 | 111111 | 1010101 | 0 | 110110 | 101110 | 10001110 | 1001011 | 11111 |
Color Harmonies of #14893F
Complementary color
Monochromatic Colors of #14893F
Black with #14893F
Text Example
Text Example
White with #14893F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14893F; }
p { color: rgb(20,137,63); }
H1.HeaderClassName
{
color: #14893F;
}
.AnyTagClassName
{
color: #14893F;
}
</style>
background-color css
<style>
a { background-color: #14893F; }
a { background-color: rgb(20,137,63); }
div.DivClassName
{
background-color: #14893F;
}
.BgClassName
{
background-color: #14893F;
}
</style>
border-color css
<style>
span { border-color: #14893F; }
span { border-color: rgb(20,137,63); }
td.TdClassName
{
border-color: #14893F;
}
.TagClassName
{
border-color: #14893F;
}
</style>