Shades of Salem #14913E
Tints of Salem #14913E
RGB
CMYK
RGB Variations
Color information
#14913E (or 0x14913E) is known color: Salem. HEX triplet: 14, 91 and 3E. RGB value is (20,145,62). Sum of RGB (Red+Green+Blue) = 20+145+62=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 145 (57.03% from 255 or 63.88% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 145 - color contains mainly: green. Hex color #14913E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14913E is #EB6EC1. Grayscale: #626262. Windows color (decimal): -15429314 or 4100372. OLE color: 4100372.
HSL color Cylindrical-coordinate representation of color #14913E: hue angle of 140.16º 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 #14913E is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 145 | 62 | - |
| CMYK | 0.86 | 0 | 0.57 | 0.43 |
| HSL | 140.16º | 0.76% | 0.32% | - |
| HSV(B) | 140.16º | 0.86% | 0.57% | - |
| XYZ | 11.28 | 20.75 | 7.97 | - |
| YUV | 98.16 | 107.59 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 62 | 0.86 | 0 | 0.57 | 0.43 | 140.16 | 0.76 | 0.32 |
| Hex | 14 | 91 | 3E | 56 | 0 | 39 | 2B | 8C | 4C | 20 |
| Octal | 24 | 221 | 76 | 126 | 0 | 71 | 53 | 214 | 114 | 40 |
| Binary | 10100 | 10010001 | 111110 | 1010110 | 0 | 111001 | 101011 | 10001100 | 1001100 | 100000 |
Color Harmonies of #14913E
Complementary color
Monochromatic Colors of #14913E
Black with #14913E
Text Example
Text Example
White with #14913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14913E; }
p { color: rgb(20,145,62); }
H1.HeaderClassName
{
color: #14913E;
}
.AnyTagClassName
{
color: #14913E;
}
</style>
background-color css
<style>
a { background-color: #14913E; }
a { background-color: rgb(20,145,62); }
div.DivClassName
{
background-color: #14913E;
}
.BgClassName
{
background-color: #14913E;
}
</style>
border-color css
<style>
span { border-color: #14913E; }
span { border-color: rgb(20,145,62); }
td.TdClassName
{
border-color: #14913E;
}
.TagClassName
{
border-color: #14913E;
}
</style>