Shades of Salem #14854F
Tints of Salem #14854F
RGB
CMYK
RGB Variations
Color information
#14854F (or 0x14854F) is known color: Salem. HEX triplet: 14, 85 and 4F. RGB value is (20,133,79). Sum of RGB (Red+Green+Blue) = 20+133+79=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #14854F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14854F is #EB7AB0. Grayscale: #5D5D5D. Windows color (decimal): -15432369 or 5211412. OLE color: 5211412.
HSL color Cylindrical-coordinate representation of color #14854F: hue angle of 151.33º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14854F is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 133 | 79 | - |
| CMYK | 0.85 | 0 | 0.41 | 0.48 |
| HSL | 151.33º | 0.74% | 0.3% | - |
| HSV(B) | 151.33º | 0.85% | 0.52% | - |
| XYZ | 10.09 | 17.49 | 10.24 | - |
| YUV | 93.06 | 120.06 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 79 | 0.85 | 0 | 0.41 | 0.48 | 151.33 | 0.74 | 0.3 |
| Hex | 14 | 85 | 4F | 55 | 0 | 29 | 30 | 97 | 4A | 1E |
| Octal | 24 | 205 | 117 | 125 | 0 | 51 | 60 | 227 | 112 | 36 |
| Binary | 10100 | 10000101 | 1001111 | 1010101 | 0 | 101001 | 110000 | 10010111 | 1001010 | 11110 |
Color Harmonies of #14854F
Complementary color
Monochromatic Colors of #14854F
Black with #14854F
Text Example
Text Example
White with #14854F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14854F; }
p { color: rgb(20,133,79); }
H1.HeaderClassName
{
color: #14854F;
}
.AnyTagClassName
{
color: #14854F;
}
</style>
background-color css
<style>
a { background-color: #14854F; }
a { background-color: rgb(20,133,79); }
div.DivClassName
{
background-color: #14854F;
}
.BgClassName
{
background-color: #14854F;
}
</style>
border-color css
<style>
span { border-color: #14854F; }
span { border-color: rgb(20,133,79); }
td.TdClassName
{
border-color: #14854F;
}
.TagClassName
{
border-color: #14854F;
}
</style>