Shades of Salem #14904B
Tints of Salem #14904B
RGB
CMYK
RGB Variations
Color information
#14904B (or 0x14904B) is known color: Salem. HEX triplet: 14, 90 and 4B. RGB value is (20,144,75). Sum of RGB (Red+Green+Blue) = 20+144+75=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 144 (56.64% from 255 or 60.25% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 144 - color contains mainly: green. Hex color #14904B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14904B is #EB6FB4. Grayscale: #636363. Windows color (decimal): -15429557 or 4952084. OLE color: 4952084.
HSL color Cylindrical-coordinate representation of color #14904B: hue angle of 146.61º 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 #14904B is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 144 | 75 | - |
| CMYK | 0.86 | 0 | 0.48 | 0.44 |
| HSL | 146.61º | 0.76% | 0.32% | - |
| HSV(B) | 146.61º | 0.86% | 0.56% | - |
| XYZ | 11.53 | 20.6 | 10.03 | - |
| YUV | 99.06 | 114.42 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 75 | 0.86 | 0 | 0.48 | 0.44 | 146.61 | 0.76 | 0.32 |
| Hex | 14 | 90 | 4B | 56 | 0 | 30 | 2C | 93 | 4C | 20 |
| Octal | 24 | 220 | 113 | 126 | 0 | 60 | 54 | 223 | 114 | 40 |
| Binary | 10100 | 10010000 | 1001011 | 1010110 | 0 | 110000 | 101100 | 10010011 | 1001100 | 100000 |
Color Harmonies of #14904B
Complementary color
Monochromatic Colors of #14904B
Black with #14904B
Text Example
Text Example
White with #14904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14904B; }
p { color: rgb(20,144,75); }
H1.HeaderClassName
{
color: #14904B;
}
.AnyTagClassName
{
color: #14904B;
}
</style>
background-color css
<style>
a { background-color: #14904B; }
a { background-color: rgb(20,144,75); }
div.DivClassName
{
background-color: #14904B;
}
.BgClassName
{
background-color: #14904B;
}
</style>
border-color css
<style>
span { border-color: #14904B; }
span { border-color: rgb(20,144,75); }
td.TdClassName
{
border-color: #14904B;
}
.TagClassName
{
border-color: #14904B;
}
</style>