Shades of Salem #14834D
Tints of Salem #14834D
RGB
CMYK
RGB Variations
Color information
#14834D (or 0x14834D) is known color: Salem. HEX triplet: 14, 83 and 4D. RGB value is (20,131,77). Sum of RGB (Red+Green+Blue) = 20+131+77=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 131 (51.56% from 255 or 57.46% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 131 - color contains mainly: green. Hex color #14834D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14834D is #EB7CB2. Grayscale: #5B5B5B. Windows color (decimal): -15432883 or 5079828. OLE color: 5079828.
HSL color Cylindrical-coordinate representation of color #14834D: hue angle of 150.81º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14834D is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 131 | 77 | - |
| CMYK | 0.85 | 0 | 0.41 | 0.49 |
| HSL | 150.81º | 0.74% | 0.3% | - |
| HSV(B) | 150.81º | 0.85% | 0.51% | - |
| XYZ | 9.74 | 16.92 | 9.77 | - |
| YUV | 91.66 | 119.73 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 77 | 0.85 | 0 | 0.41 | 0.49 | 150.81 | 0.74 | 0.3 |
| Hex | 14 | 83 | 4D | 55 | 0 | 29 | 31 | 97 | 4A | 1E |
| Octal | 24 | 203 | 115 | 125 | 0 | 51 | 61 | 227 | 112 | 36 |
| Binary | 10100 | 10000011 | 1001101 | 1010101 | 0 | 101001 | 110001 | 10010111 | 1001010 | 11110 |
Color Harmonies of #14834D
Complementary color
Monochromatic Colors of #14834D
Black with #14834D
Text Example
Text Example
White with #14834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14834D; }
p { color: rgb(20,131,77); }
H1.HeaderClassName
{
color: #14834D;
}
.AnyTagClassName
{
color: #14834D;
}
</style>
background-color css
<style>
a { background-color: #14834D; }
a { background-color: rgb(20,131,77); }
div.DivClassName
{
background-color: #14834D;
}
.BgClassName
{
background-color: #14834D;
}
</style>
border-color css
<style>
span { border-color: #14834D; }
span { border-color: rgb(20,131,77); }
td.TdClassName
{
border-color: #14834D;
}
.TagClassName
{
border-color: #14834D;
}
</style>