Shades of Salem #0E893C
Tints of Salem #0E893C
RGB
CMYK
RGB Variations
Color information
#0E893C (or 0x0E893C) is known color: Salem. HEX triplet: 0E, 89 and 3C. RGB value is (14,137,60). Sum of RGB (Red+Green+Blue) = 14+137+60=211 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.64% from 211); Green value is 137 (53.91% from 255 or 64.93% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 137 - color contains mainly: green. Hex color #0E893C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E893C is #F176C3. Grayscale: #5B5B5B. Windows color (decimal): -15824580 or 3967246. OLE color: 3967246.
HSL color Cylindrical-coordinate representation of color #0E893C: hue angle of 142.44º 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 #0E893C is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 14 | 137 | 60 | - |
| CMYK | 0.90 | 0 | 0.56 | 0.46 |
| HSL | 142.44º | 0.81% | 0.3% | - |
| HSV(B) | 142.44º | 0.9% | 0.54% | - |
| XYZ | 9.94 | 18.31 | 7.29 | - |
| YUV | 91.45 | 110.25 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 137 | 60 | 0.90 | 0 | 0.56 | 0.46 | 142.44 | 0.81 | 0.3 |
| Hex | E | 89 | 3C | 5A | 0 | 38 | 2E | 8E | 51 | 1E |
| Octal | 16 | 211 | 74 | 132 | 0 | 70 | 56 | 216 | 121 | 36 |
| Binary | 1110 | 10001001 | 111100 | 1011010 | 0 | 111000 | 101110 | 10001110 | 1010001 | 11110 |
Color Harmonies of #0E893C
Complementary color
Monochromatic Colors of #0E893C
Black with #0E893C
Text Example
Text Example
White with #0E893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E893C; }
p { color: rgb(14,137,60); }
H1.HeaderClassName
{
color: #0E893C;
}
.AnyTagClassName
{
color: #0E893C;
}
</style>
background-color css
<style>
a { background-color: #0E893C; }
a { background-color: rgb(14,137,60); }
div.DivClassName
{
background-color: #0E893C;
}
.BgClassName
{
background-color: #0E893C;
}
</style>
border-color css
<style>
span { border-color: #0E893C; }
span { border-color: rgb(14,137,60); }
td.TdClassName
{
border-color: #0E893C;
}
.TagClassName
{
border-color: #0E893C;
}
</style>