Shades of Salem #14934D
Tints of Salem #14934D
RGB
CMYK
RGB Variations
Color information
#14934D (or 0x14934D) is known color: Salem. HEX triplet: 14, 93 and 4D. RGB value is (20,147,77). Sum of RGB (Red+Green+Blue) = 20+147+77=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 147 (57.81% from 255 or 60.25% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 147 - color contains mainly: green. Hex color #14934D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14934D is #EB6CB2. Grayscale: #656565. Windows color (decimal): -15428787 or 5083924. OLE color: 5083924.
HSL color Cylindrical-coordinate representation of color #14934D: hue angle of 146.93º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14934D is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 147 | 77 | - |
| CMYK | 0.86 | 0 | 0.48 | 0.42 |
| HSL | 146.93º | 0.76% | 0.33% | - |
| HSV(B) | 146.93º | 0.86% | 0.58% | - |
| XYZ | 12.06 | 21.55 | 10.55 | - |
| YUV | 101.05 | 114.42 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 147 | 77 | 0.86 | 0 | 0.48 | 0.42 | 146.93 | 0.76 | 0.33 |
| Hex | 14 | 93 | 4D | 56 | 0 | 30 | 2A | 93 | 4C | 21 |
| Octal | 24 | 223 | 115 | 126 | 0 | 60 | 52 | 223 | 114 | 41 |
| Binary | 10100 | 10010011 | 1001101 | 1010110 | 0 | 110000 | 101010 | 10010011 | 1001100 | 100001 |
Color Harmonies of #14934D
Complementary color
Monochromatic Colors of #14934D
Black with #14934D
Text Example
Text Example
White with #14934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14934D; }
p { color: rgb(20,147,77); }
H1.HeaderClassName
{
color: #14934D;
}
.AnyTagClassName
{
color: #14934D;
}
</style>
background-color css
<style>
a { background-color: #14934D; }
a { background-color: rgb(20,147,77); }
div.DivClassName
{
background-color: #14934D;
}
.BgClassName
{
background-color: #14934D;
}
</style>
border-color css
<style>
span { border-color: #14934D; }
span { border-color: rgb(20,147,77); }
td.TdClassName
{
border-color: #14934D;
}
.TagClassName
{
border-color: #14934D;
}
</style>