Shades of Salem #14924F
Tints of Salem #14924F
RGB
CMYK
RGB Variations
Color information
#14924F (or 0x14924F) is known color: Salem. HEX triplet: 14, 92 and 4F. RGB value is (20,146,79). Sum of RGB (Red+Green+Blue) = 20+146+79=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 146 (57.42% from 255 or 59.59% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 146 - color contains mainly: green. Hex color #14924F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14924F is #EB6DB0. Grayscale: #646464. Windows color (decimal): -15429041 or 5214740. OLE color: 5214740.
HSL color Cylindrical-coordinate representation of color #14924F: hue angle of 148.1º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14924F is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 146 | 79 | - |
| CMYK | 0.86 | 0 | 0.46 | 0.43 |
| HSL | 148.1º | 0.76% | 0.33% | - |
| HSV(B) | 148.1º | 0.86% | 0.57% | - |
| XYZ | 11.98 | 21.27 | 10.87 | - |
| YUV | 100.69 | 115.76 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 146 | 79 | 0.86 | 0 | 0.46 | 0.43 | 148.1 | 0.76 | 0.33 |
| Hex | 14 | 92 | 4F | 56 | 0 | 2E | 2B | 94 | 4C | 21 |
| Octal | 24 | 222 | 117 | 126 | 0 | 56 | 53 | 224 | 114 | 41 |
| Binary | 10100 | 10010010 | 1001111 | 1010110 | 0 | 101110 | 101011 | 10010100 | 1001100 | 100001 |
Color Harmonies of #14924F
Complementary color
Monochromatic Colors of #14924F
Black with #14924F
Text Example
Text Example
White with #14924F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14924F; }
p { color: rgb(20,146,79); }
H1.HeaderClassName
{
color: #14924F;
}
.AnyTagClassName
{
color: #14924F;
}
</style>
background-color css
<style>
a { background-color: #14924F; }
a { background-color: rgb(20,146,79); }
div.DivClassName
{
background-color: #14924F;
}
.BgClassName
{
background-color: #14924F;
}
</style>
border-color css
<style>
span { border-color: #14924F; }
span { border-color: rgb(20,146,79); }
td.TdClassName
{
border-color: #14924F;
}
.TagClassName
{
border-color: #14924F;
}
</style>