Shades of Salem #14734D
Tints of Salem #14734D
RGB
CMYK
RGB Variations
Color information
#14734D (or 0x14734D) is known color: Salem. HEX triplet: 14, 73 and 4D. RGB value is (20,115,77). Sum of RGB (Red+Green+Blue) = 20+115+77=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 115 (45.31% from 255 or 54.25% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 115 - color contains mainly: green. Hex color #14734D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14734D is #EB8CB2. Grayscale: #525252. Windows color (decimal): -15436979 or 5075732. OLE color: 5075732.
HSL color Cylindrical-coordinate representation of color #14734D: hue angle of 156º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14734D is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 115 | 77 | - |
| CMYK | 0.83 | 0 | 0.33 | 0.55 |
| HSL | 156º | 0.7% | 0.26% | - |
| HSV(B) | 156º | 0.83% | 0.45% | - |
| XYZ | 7.76 | 12.95 | 9.11 | - |
| YUV | 82.26 | 125.03 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 77 | 0.83 | 0 | 0.33 | 0.55 | 156 | 0.7 | 0.26 |
| Hex | 14 | 73 | 4D | 53 | 0 | 21 | 37 | 9C | 46 | 1A |
| Octal | 24 | 163 | 115 | 123 | 0 | 41 | 67 | 234 | 106 | 32 |
| Binary | 10100 | 1110011 | 1001101 | 1010011 | 0 | 100001 | 110111 | 10011100 | 1000110 | 11010 |
Color Harmonies of #14734D
Complementary color
Monochromatic Colors of #14734D
Black with #14734D
Text Example
Text Example
White with #14734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14734D; }
p { color: rgb(20,115,77); }
H1.HeaderClassName
{
color: #14734D;
}
.AnyTagClassName
{
color: #14734D;
}
</style>
background-color css
<style>
a { background-color: #14734D; }
a { background-color: rgb(20,115,77); }
div.DivClassName
{
background-color: #14734D;
}
.BgClassName
{
background-color: #14734D;
}
</style>
border-color css
<style>
span { border-color: #14734D; }
span { border-color: rgb(20,115,77); }
td.TdClassName
{
border-color: #14734D;
}
.TagClassName
{
border-color: #14734D;
}
</style>