Shades of Salem #14903D
Tints of Salem #14903D
RGB
CMYK
RGB Variations
Color information
#14903D (or 0x14903D) is known color: Salem. HEX triplet: 14, 90 and 3D. RGB value is (20,144,61). Sum of RGB (Red+Green+Blue) = 20+144+61=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 144 (56.64% from 255 or 64% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 144 - color contains mainly: green. Hex color #14903D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14903D is #EB6FC2. Grayscale: #616161. Windows color (decimal): -15429571 or 4034580. OLE color: 4034580.
HSL color Cylindrical-coordinate representation of color #14903D: hue angle of 139.84º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14903D is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 144 | 61 | - |
| CMYK | 0.86 | 0 | 0.58 | 0.44 |
| HSL | 139.84º | 0.76% | 0.32% | - |
| HSV(B) | 139.84º | 0.86% | 0.56% | - |
| XYZ | 11.1 | 20.43 | 7.77 | - |
| YUV | 97.46 | 107.42 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 61 | 0.86 | 0 | 0.58 | 0.44 | 139.84 | 0.76 | 0.32 |
| Hex | 14 | 90 | 3D | 56 | 0 | 3A | 2C | 8C | 4C | 20 |
| Octal | 24 | 220 | 75 | 126 | 0 | 72 | 54 | 214 | 114 | 40 |
| Binary | 10100 | 10010000 | 111101 | 1010110 | 0 | 111010 | 101100 | 10001100 | 1001100 | 100000 |
Color Harmonies of #14903D
Complementary color
Monochromatic Colors of #14903D
Black with #14903D
Text Example
Text Example
White with #14903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14903D; }
p { color: rgb(20,144,61); }
H1.HeaderClassName
{
color: #14903D;
}
.AnyTagClassName
{
color: #14903D;
}
</style>
background-color css
<style>
a { background-color: #14903D; }
a { background-color: rgb(20,144,61); }
div.DivClassName
{
background-color: #14903D;
}
.BgClassName
{
background-color: #14903D;
}
</style>
border-color css
<style>
span { border-color: #14903D; }
span { border-color: rgb(20,144,61); }
td.TdClassName
{
border-color: #14903D;
}
.TagClassName
{
border-color: #14903D;
}
</style>