Shades of Salem #14863E
Tints of Salem #14863E
RGB
CMYK
RGB Variations
Color information
#14863E (or 0x14863E) is known color: Salem. HEX triplet: 14, 86 and 3E. RGB value is (20,134,62). Sum of RGB (Red+Green+Blue) = 20+134+62=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 134 (52.73% from 255 or 62.04% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 134 - color contains mainly: green. Hex color #14863E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14863E is #EB79C1. Grayscale: #5B5B5B. Windows color (decimal): -15432130 or 4097556. OLE color: 4097556.
HSL color Cylindrical-coordinate representation of color #14863E: hue angle of 142.11º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14863E is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 134 | 62 | - |
| CMYK | 0.85 | 0 | 0.54 | 0.47 |
| HSL | 142.11º | 0.74% | 0.3% | - |
| HSV(B) | 142.11º | 0.85% | 0.53% | - |
| XYZ | 9.68 | 17.55 | 7.43 | - |
| YUV | 91.71 | 111.23 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 134 | 62 | 0.85 | 0 | 0.54 | 0.47 | 142.11 | 0.74 | 0.3 |
| Hex | 14 | 86 | 3E | 55 | 0 | 36 | 2F | 8E | 4A | 1E |
| Octal | 24 | 206 | 76 | 125 | 0 | 66 | 57 | 216 | 112 | 36 |
| Binary | 10100 | 10000110 | 111110 | 1010101 | 0 | 110110 | 101111 | 10001110 | 1001010 | 11110 |
Color Harmonies of #14863E
Complementary color
Monochromatic Colors of #14863E
Black with #14863E
Text Example
Text Example
White with #14863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14863E; }
p { color: rgb(20,134,62); }
H1.HeaderClassName
{
color: #14863E;
}
.AnyTagClassName
{
color: #14863E;
}
</style>
background-color css
<style>
a { background-color: #14863E; }
a { background-color: rgb(20,134,62); }
div.DivClassName
{
background-color: #14863E;
}
.BgClassName
{
background-color: #14863E;
}
</style>
border-color css
<style>
span { border-color: #14863E; }
span { border-color: rgb(20,134,62); }
td.TdClassName
{
border-color: #14863E;
}
.TagClassName
{
border-color: #14863E;
}
</style>