Shades of Salem #14893D
Tints of Salem #14893D
RGB
CMYK
RGB Variations
Color information
#14893D (or 0x14893D) is known color: Salem. HEX triplet: 14, 89 and 3D. RGB value is (20,137,61). Sum of RGB (Red+Green+Blue) = 20+137+61=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 137 (53.91% from 255 or 62.84% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 137 - color contains mainly: green. Hex color #14893D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14893D is #EB76C2. Grayscale: #5D5D5D. Windows color (decimal): -15431363 or 4032788. OLE color: 4032788.
HSL color Cylindrical-coordinate representation of color #14893D: hue angle of 141.03º 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 #14893D is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 137 | 61 | - |
| CMYK | 0.85 | 0 | 0.55 | 0.46 |
| HSL | 141.03º | 0.75% | 0.31% | - |
| HSV(B) | 141.03º | 0.85% | 0.54% | - |
| XYZ | 10.08 | 18.38 | 7.43 | - |
| YUV | 93.35 | 109.74 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 137 | 61 | 0.85 | 0 | 0.55 | 0.46 | 141.03 | 0.75 | 0.31 |
| Hex | 14 | 89 | 3D | 55 | 0 | 37 | 2E | 8D | 4B | 1F |
| Octal | 24 | 211 | 75 | 125 | 0 | 67 | 56 | 215 | 113 | 37 |
| Binary | 10100 | 10001001 | 111101 | 1010101 | 0 | 110111 | 101110 | 10001101 | 1001011 | 11111 |
Color Harmonies of #14893D
Complementary color
Monochromatic Colors of #14893D
Black with #14893D
Text Example
Text Example
White with #14893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14893D; }
p { color: rgb(20,137,61); }
H1.HeaderClassName
{
color: #14893D;
}
.AnyTagClassName
{
color: #14893D;
}
</style>
background-color css
<style>
a { background-color: #14893D; }
a { background-color: rgb(20,137,61); }
div.DivClassName
{
background-color: #14893D;
}
.BgClassName
{
background-color: #14893D;
}
</style>
border-color css
<style>
span { border-color: #14893D; }
span { border-color: rgb(20,137,61); }
td.TdClassName
{
border-color: #14893D;
}
.TagClassName
{
border-color: #14893D;
}
</style>