Shades of Salem #14943D
Tints of Salem #14943D
RGB
CMYK
RGB Variations
Color information
#14943D (or 0x14943D) is known color: Salem. HEX triplet: 14, 94 and 3D. RGB value is (20,148,61). Sum of RGB (Red+Green+Blue) = 20+148+61=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 148 (58.20% from 255 or 64.63% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 148 - color contains mainly: green. Hex color #14943D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14943D is #EB6BC2. Grayscale: #646464. Windows color (decimal): -15428547 or 4035604. OLE color: 4035604.
HSL color Cylindrical-coordinate representation of color #14943D: hue angle of 139.22º 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 #14943D is Cyan = 0.86, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 148 | 61 | - |
| CMYK | 0.86 | 0 | 0.59 | 0.42 |
| HSL | 139.22º | 0.76% | 0.33% | - |
| HSV(B) | 139.22º | 0.86% | 0.58% | - |
| XYZ | 11.72 | 21.67 | 7.98 | - |
| YUV | 99.81 | 106.09 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 148 | 61 | 0.86 | 0 | 0.59 | 0.42 | 139.22 | 0.76 | 0.33 |
| Hex | 14 | 94 | 3D | 56 | 0 | 3B | 2A | 8B | 4C | 21 |
| Octal | 24 | 224 | 75 | 126 | 0 | 73 | 52 | 213 | 114 | 41 |
| Binary | 10100 | 10010100 | 111101 | 1010110 | 0 | 111011 | 101010 | 10001011 | 1001100 | 100001 |
Color Harmonies of #14943D
Complementary color
Monochromatic Colors of #14943D
Black with #14943D
Text Example
Text Example
White with #14943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14943D; }
p { color: rgb(20,148,61); }
H1.HeaderClassName
{
color: #14943D;
}
.AnyTagClassName
{
color: #14943D;
}
</style>
background-color css
<style>
a { background-color: #14943D; }
a { background-color: rgb(20,148,61); }
div.DivClassName
{
background-color: #14943D;
}
.BgClassName
{
background-color: #14943D;
}
</style>
border-color css
<style>
span { border-color: #14943D; }
span { border-color: rgb(20,148,61); }
td.TdClassName
{
border-color: #14943D;
}
.TagClassName
{
border-color: #14943D;
}
</style>