Shades of Salem #0E8953
Tints of Salem #0E8953
RGB
CMYK
RGB Variations
Color information
#0E8953 (or 0x0E8953) is known color: Salem. HEX triplet: 0E, 89 and 53. RGB value is (14,137,83). Sum of RGB (Red+Green+Blue) = 14+137+83=234 (30% of max value = 765). Red value is 14 (5.86% from 255 or 5.98% from 234); Green value is 137 (53.91% from 255 or 58.55% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 137 - color contains mainly: green. Hex color #0E8953 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8953 is #F176AC. Grayscale: #5E5E5E. Windows color (decimal): -15824557 or 5474574. OLE color: 5474574.
HSL color Cylindrical-coordinate representation of color #0E8953: hue angle of 153.66º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8953 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 14 | 137 | 83 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.46 |
| HSL | 153.66º | 0.81% | 0.3% | - |
| HSV(B) | 153.66º | 0.9% | 0.54% | - |
| XYZ | 10.69 | 18.61 | 11.21 | - |
| YUV | 94.07 | 121.75 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 137 | 83 | 0.90 | 0 | 0.39 | 0.46 | 153.66 | 0.81 | 0.3 |
| Hex | E | 89 | 53 | 5A | 0 | 27 | 2E | 9A | 51 | 1E |
| Octal | 16 | 211 | 123 | 132 | 0 | 47 | 56 | 232 | 121 | 36 |
| Binary | 1110 | 10001001 | 1010011 | 1011010 | 0 | 100111 | 101110 | 10011010 | 1010001 | 11110 |
Color Harmonies of #0E8953
Complementary color
Monochromatic Colors of #0E8953
Black with #0E8953
Text Example
Text Example
White with #0E8953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8953; }
p { color: rgb(14,137,83); }
H1.HeaderClassName
{
color: #0E8953;
}
.AnyTagClassName
{
color: #0E8953;
}
</style>
background-color css
<style>
a { background-color: #0E8953; }
a { background-color: rgb(14,137,83); }
div.DivClassName
{
background-color: #0E8953;
}
.BgClassName
{
background-color: #0E8953;
}
</style>
border-color css
<style>
span { border-color: #0E8953; }
span { border-color: rgb(14,137,83); }
td.TdClassName
{
border-color: #0E8953;
}
.TagClassName
{
border-color: #0E8953;
}
</style>