Shades of Salem #14904A
Tints of Salem #14904A
RGB
CMYK
RGB Variations
Color information
#14904A (or 0x14904A) is known color: Salem. HEX triplet: 14, 90 and 4A. RGB value is (20,144,74). Sum of RGB (Red+Green+Blue) = 20+144+74=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 144 (56.64% from 255 or 60.50% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 144 - color contains mainly: green. Hex color #14904A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14904A is #EB6FB5. Grayscale: #636363. Windows color (decimal): -15429558 or 4886548. OLE color: 4886548.
HSL color Cylindrical-coordinate representation of color #14904A: hue angle of 146.13º 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 #14904A is Cyan = 0.86, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 144 | 74 | - |
| CMYK | 0.86 | 0 | 0.49 | 0.44 |
| HSL | 146.13º | 0.76% | 0.32% | - |
| HSV(B) | 146.13º | 0.86% | 0.56% | - |
| XYZ | 11.5 | 20.59 | 9.85 | - |
| YUV | 98.94 | 113.92 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 74 | 0.86 | 0 | 0.49 | 0.44 | 146.13 | 0.76 | 0.32 |
| Hex | 14 | 90 | 4A | 56 | 0 | 31 | 2C | 92 | 4C | 20 |
| Octal | 24 | 220 | 112 | 126 | 0 | 61 | 54 | 222 | 114 | 40 |
| Binary | 10100 | 10010000 | 1001010 | 1010110 | 0 | 110001 | 101100 | 10010010 | 1001100 | 100000 |
Color Harmonies of #14904A
Complementary color
Monochromatic Colors of #14904A
Black with #14904A
Text Example
Text Example
White with #14904A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14904A; }
p { color: rgb(20,144,74); }
H1.HeaderClassName
{
color: #14904A;
}
.AnyTagClassName
{
color: #14904A;
}
</style>
background-color css
<style>
a { background-color: #14904A; }
a { background-color: rgb(20,144,74); }
div.DivClassName
{
background-color: #14904A;
}
.BgClassName
{
background-color: #14904A;
}
</style>
border-color css
<style>
span { border-color: #14904A; }
span { border-color: rgb(20,144,74); }
td.TdClassName
{
border-color: #14904A;
}
.TagClassName
{
border-color: #14904A;
}
</style>