Shades of Salem #0E893D
Tints of Salem #0E893D
RGB
CMYK
RGB Variations
Color information
#0E893D (or 0x0E893D) is known color: Salem. HEX triplet: 0E, 89 and 3D. RGB value is (14,137,61). Sum of RGB (Red+Green+Blue) = 14+137+61=212 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.60% from 212); Green value is 137 (53.91% from 255 or 64.62% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 137 - color contains mainly: green. Hex color #0E893D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E893D is #F176C2. Grayscale: #5B5B5B. Windows color (decimal): -15824579 or 4032782. OLE color: 4032782.
HSL color Cylindrical-coordinate representation of color #0E893D: hue angle of 142.93º 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 #0E893D is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 14 | 137 | 61 | - |
| CMYK | 0.90 | 0 | 0.55 | 0.46 |
| HSL | 142.93º | 0.81% | 0.3% | - |
| HSV(B) | 142.93º | 0.9% | 0.54% | - |
| XYZ | 9.97 | 18.32 | 7.43 | - |
| YUV | 91.56 | 110.75 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 137 | 61 | 0.90 | 0 | 0.55 | 0.46 | 142.93 | 0.81 | 0.3 |
| Hex | E | 89 | 3D | 5A | 0 | 37 | 2E | 8F | 51 | 1E |
| Octal | 16 | 211 | 75 | 132 | 0 | 67 | 56 | 217 | 121 | 36 |
| Binary | 1110 | 10001001 | 111101 | 1011010 | 0 | 110111 | 101110 | 10001111 | 1010001 | 11110 |
Color Harmonies of #0E893D
Complementary color
Monochromatic Colors of #0E893D
Black with #0E893D
Text Example
Text Example
White with #0E893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E893D; }
p { color: rgb(14,137,61); }
H1.HeaderClassName
{
color: #0E893D;
}
.AnyTagClassName
{
color: #0E893D;
}
</style>
background-color css
<style>
a { background-color: #0E893D; }
a { background-color: rgb(14,137,61); }
div.DivClassName
{
background-color: #0E893D;
}
.BgClassName
{
background-color: #0E893D;
}
</style>
border-color css
<style>
span { border-color: #0E893D; }
span { border-color: rgb(14,137,61); }
td.TdClassName
{
border-color: #0E893D;
}
.TagClassName
{
border-color: #0E893D;
}
</style>