Shades of Salem #14913F
Tints of Salem #14913F
RGB
CMYK
RGB Variations
Color information
#14913F (or 0x14913F) is known color: Salem. HEX triplet: 14, 91 and 3F. RGB value is (20,145,63). Sum of RGB (Red+Green+Blue) = 20+145+63=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 145 (57.03% from 255 or 63.60% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 145 - color contains mainly: green. Hex color #14913F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14913F is #EB6EC0. Grayscale: #626262. Windows color (decimal): -15429313 or 4165908. OLE color: 4165908.
HSL color Cylindrical-coordinate representation of color #14913F: hue angle of 140.64º 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 #14913F is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 145 | 63 | - |
| CMYK | 0.86 | 0 | 0.57 | 0.43 |
| HSL | 140.64º | 0.76% | 0.32% | - |
| HSV(B) | 140.64º | 0.86% | 0.57% | - |
| XYZ | 11.31 | 20.76 | 8.11 | - |
| YUV | 98.28 | 108.09 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 63 | 0.86 | 0 | 0.57 | 0.43 | 140.64 | 0.76 | 0.32 |
| Hex | 14 | 91 | 3F | 56 | 0 | 39 | 2B | 8D | 4C | 20 |
| Octal | 24 | 221 | 77 | 126 | 0 | 71 | 53 | 215 | 114 | 40 |
| Binary | 10100 | 10010001 | 111111 | 1010110 | 0 | 111001 | 101011 | 10001101 | 1001100 | 100000 |
Color Harmonies of #14913F
Complementary color
Monochromatic Colors of #14913F
Black with #14913F
Text Example
Text Example
White with #14913F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14913F; }
p { color: rgb(20,145,63); }
H1.HeaderClassName
{
color: #14913F;
}
.AnyTagClassName
{
color: #14913F;
}
</style>
background-color css
<style>
a { background-color: #14913F; }
a { background-color: rgb(20,145,63); }
div.DivClassName
{
background-color: #14913F;
}
.BgClassName
{
background-color: #14913F;
}
</style>
border-color css
<style>
span { border-color: #14913F; }
span { border-color: rgb(20,145,63); }
td.TdClassName
{
border-color: #14913F;
}
.TagClassName
{
border-color: #14913F;
}
</style>