Shades of Salem #14914E
Tints of Salem #14914E
RGB
CMYK
RGB Variations
Color information
#14914E (or 0x14914E) is known color: Salem. HEX triplet: 14, 91 and 4E. RGB value is (20,145,78). Sum of RGB (Red+Green+Blue) = 20+145+78=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 145 (57.03% from 255 or 59.67% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 145 - color contains mainly: green. Hex color #14914E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14914E is #EB6EB1. Grayscale: #646464. Windows color (decimal): -15429298 or 5148948. OLE color: 5148948.
HSL color Cylindrical-coordinate representation of color #14914E: hue angle of 147.84º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14914E is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 145 | 78 | - |
| CMYK | 0.86 | 0 | 0.46 | 0.43 |
| HSL | 147.84º | 0.76% | 0.32% | - |
| HSV(B) | 147.84º | 0.86% | 0.57% | - |
| XYZ | 11.79 | 20.95 | 10.63 | - |
| YUV | 99.99 | 115.59 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 78 | 0.86 | 0 | 0.46 | 0.43 | 147.84 | 0.76 | 0.32 |
| Hex | 14 | 91 | 4E | 56 | 0 | 2E | 2B | 94 | 4C | 20 |
| Octal | 24 | 221 | 116 | 126 | 0 | 56 | 53 | 224 | 114 | 40 |
| Binary | 10100 | 10010001 | 1001110 | 1010110 | 0 | 101110 | 101011 | 10010100 | 1001100 | 100000 |
Color Harmonies of #14914E
Complementary color
Monochromatic Colors of #14914E
Black with #14914E
Text Example
Text Example
White with #14914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14914E; }
p { color: rgb(20,145,78); }
H1.HeaderClassName
{
color: #14914E;
}
.AnyTagClassName
{
color: #14914E;
}
</style>
background-color css
<style>
a { background-color: #14914E; }
a { background-color: rgb(20,145,78); }
div.DivClassName
{
background-color: #14914E;
}
.BgClassName
{
background-color: #14914E;
}
</style>
border-color css
<style>
span { border-color: #14914E; }
span { border-color: rgb(20,145,78); }
td.TdClassName
{
border-color: #14914E;
}
.TagClassName
{
border-color: #14914E;
}
</style>