Shades of Salem #14894D
Tints of Salem #14894D
RGB
CMYK
RGB Variations
Color information
#14894D (or 0x14894D) is known color: Salem. HEX triplet: 14, 89 and 4D. RGB value is (20,137,77). Sum of RGB (Red+Green+Blue) = 20+137+77=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 137 (53.91% from 255 or 58.55% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 137 - color contains mainly: green. Hex color #14894D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14894D is #EB76B2. Grayscale: #5F5F5F. Windows color (decimal): -15431347 or 5081364. OLE color: 5081364.
HSL color Cylindrical-coordinate representation of color #14894D: hue angle of 149.23º 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 #14894D is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 137 | 77 | - |
| CMYK | 0.85 | 0 | 0.44 | 0.46 |
| HSL | 149.23º | 0.75% | 0.31% | - |
| HSV(B) | 149.23º | 0.85% | 0.54% | - |
| XYZ | 10.57 | 18.58 | 10.05 | - |
| YUV | 95.18 | 117.74 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 137 | 77 | 0.85 | 0 | 0.44 | 0.46 | 149.23 | 0.75 | 0.31 |
| Hex | 14 | 89 | 4D | 55 | 0 | 2C | 2E | 95 | 4B | 1F |
| Octal | 24 | 211 | 115 | 125 | 0 | 54 | 56 | 225 | 113 | 37 |
| Binary | 10100 | 10001001 | 1001101 | 1010101 | 0 | 101100 | 101110 | 10010101 | 1001011 | 11111 |
Color Harmonies of #14894D
Complementary color
Monochromatic Colors of #14894D
Black with #14894D
Text Example
Text Example
White with #14894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14894D; }
p { color: rgb(20,137,77); }
H1.HeaderClassName
{
color: #14894D;
}
.AnyTagClassName
{
color: #14894D;
}
</style>
background-color css
<style>
a { background-color: #14894D; }
a { background-color: rgb(20,137,77); }
div.DivClassName
{
background-color: #14894D;
}
.BgClassName
{
background-color: #14894D;
}
</style>
border-color css
<style>
span { border-color: #14894D; }
span { border-color: rgb(20,137,77); }
td.TdClassName
{
border-color: #14894D;
}
.TagClassName
{
border-color: #14894D;
}
</style>