Shades of Salem #14744F
Tints of Salem #14744F
RGB
CMYK
RGB Variations
Color information
#14744F (or 0x14744F) is known color: Salem. HEX triplet: 14, 74 and 4F. RGB value is (20,116,79). Sum of RGB (Red+Green+Blue) = 20+116+79=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 116 (45.70% from 255 or 53.95% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 116 - color contains mainly: green. Hex color #14744F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14744F is #EB8BB0. Grayscale: #535353. Windows color (decimal): -15436721 or 5207060. OLE color: 5207060.
HSL color Cylindrical-coordinate representation of color #14744F: hue angle of 156.88º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14744F is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 116 | 79 | - |
| CMYK | 0.83 | 0 | 0.32 | 0.55 |
| HSL | 156.88º | 0.71% | 0.27% | - |
| HSV(B) | 156.88º | 0.83% | 0.45% | - |
| XYZ | 7.95 | 13.2 | 9.53 | - |
| YUV | 83.08 | 125.7 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 116 | 79 | 0.83 | 0 | 0.32 | 0.55 | 156.88 | 0.71 | 0.27 |
| Hex | 14 | 74 | 4F | 53 | 0 | 20 | 37 | 9D | 47 | 1B |
| Octal | 24 | 164 | 117 | 123 | 0 | 40 | 67 | 235 | 107 | 33 |
| Binary | 10100 | 1110100 | 1001111 | 1010011 | 0 | 100000 | 110111 | 10011101 | 1000111 | 11011 |
Color Harmonies of #14744F
Complementary color
Monochromatic Colors of #14744F
Black with #14744F
Text Example
Text Example
White with #14744F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14744F; }
p { color: rgb(20,116,79); }
H1.HeaderClassName
{
color: #14744F;
}
.AnyTagClassName
{
color: #14744F;
}
</style>
background-color css
<style>
a { background-color: #14744F; }
a { background-color: rgb(20,116,79); }
div.DivClassName
{
background-color: #14744F;
}
.BgClassName
{
background-color: #14744F;
}
</style>
border-color css
<style>
span { border-color: #14744F; }
span { border-color: rgb(20,116,79); }
td.TdClassName
{
border-color: #14744F;
}
.TagClassName
{
border-color: #14744F;
}
</style>