Shades of Salem #14904F
Tints of Salem #14904F
RGB
CMYK
RGB Variations
Color information
#14904F (or 0x14904F) is known color: Salem. HEX triplet: 14, 90 and 4F. RGB value is (20,144,79). Sum of RGB (Red+Green+Blue) = 20+144+79=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 144 (56.64% from 255 or 59.26% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 144 - color contains mainly: green. Hex color #14904F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14904F is #EB6FB0. Grayscale: #636363. Windows color (decimal): -15429553 or 5214228. OLE color: 5214228.
HSL color Cylindrical-coordinate representation of color #14904F: hue angle of 148.55º 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 #14904F is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 144 | 79 | - |
| CMYK | 0.86 | 0 | 0.45 | 0.44 |
| HSL | 148.55º | 0.76% | 0.32% | - |
| HSV(B) | 148.55º | 0.86% | 0.56% | - |
| XYZ | 11.67 | 20.66 | 10.77 | - |
| YUV | 99.51 | 116.42 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 79 | 0.86 | 0 | 0.45 | 0.44 | 148.55 | 0.76 | 0.32 |
| Hex | 14 | 90 | 4F | 56 | 0 | 2D | 2C | 95 | 4C | 20 |
| Octal | 24 | 220 | 117 | 126 | 0 | 55 | 54 | 225 | 114 | 40 |
| Binary | 10100 | 10010000 | 1001111 | 1010110 | 0 | 101101 | 101100 | 10010101 | 1001100 | 100000 |
Color Harmonies of #14904F
Complementary color
Monochromatic Colors of #14904F
Black with #14904F
Text Example
Text Example
White with #14904F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14904F; }
p { color: rgb(20,144,79); }
H1.HeaderClassName
{
color: #14904F;
}
.AnyTagClassName
{
color: #14904F;
}
</style>
background-color css
<style>
a { background-color: #14904F; }
a { background-color: rgb(20,144,79); }
div.DivClassName
{
background-color: #14904F;
}
.BgClassName
{
background-color: #14904F;
}
</style>
border-color css
<style>
span { border-color: #14904F; }
span { border-color: rgb(20,144,79); }
td.TdClassName
{
border-color: #14904F;
}
.TagClassName
{
border-color: #14904F;
}
</style>