Shades of Salem #14913A
Tints of Salem #14913A
RGB
CMYK
RGB Variations
Color information
#14913A (or 0x14913A) is known color: Salem. HEX triplet: 14, 91 and 3A. RGB value is (20,145,58). Sum of RGB (Red+Green+Blue) = 20+145+58=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 145 (57.03% from 255 or 65.02% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 145 - color contains mainly: green. Hex color #14913A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14913A is #EB6EC5. Grayscale: #616161. Windows color (decimal): -15429318 or 3838228. OLE color: 3838228.
HSL color Cylindrical-coordinate representation of color #14913A: hue angle of 138.24º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14913A is Cyan = 0.86, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 145 | 58 | - |
| CMYK | 0.86 | 0 | 0.6 | 0.43 |
| HSL | 138.24º | 0.76% | 0.32% | - |
| HSV(B) | 138.24º | 0.86% | 0.57% | - |
| XYZ | 11.18 | 20.71 | 7.41 | - |
| YUV | 97.71 | 105.59 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 58 | 0.86 | 0 | 0.6 | 0.43 | 138.24 | 0.76 | 0.32 |
| Hex | 14 | 91 | 3A | 56 | 0 | 3C | 2B | 8A | 4C | 20 |
| Octal | 24 | 221 | 72 | 126 | 0 | 74 | 53 | 212 | 114 | 40 |
| Binary | 10100 | 10010001 | 111010 | 1010110 | 0 | 111100 | 101011 | 10001010 | 1001100 | 100000 |
Color Harmonies of #14913A
Complementary color
Monochromatic Colors of #14913A
Black with #14913A
Text Example
Text Example
White with #14913A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14913A; }
p { color: rgb(20,145,58); }
H1.HeaderClassName
{
color: #14913A;
}
.AnyTagClassName
{
color: #14913A;
}
</style>
background-color css
<style>
a { background-color: #14913A; }
a { background-color: rgb(20,145,58); }
div.DivClassName
{
background-color: #14913A;
}
.BgClassName
{
background-color: #14913A;
}
</style>
border-color css
<style>
span { border-color: #14913A; }
span { border-color: rgb(20,145,58); }
td.TdClassName
{
border-color: #14913A;
}
.TagClassName
{
border-color: #14913A;
}
</style>