Shades of Salem #0E8246
Tints of Salem #0E8246
RGB
CMYK
RGB Variations
Color information
#0E8246 (or 0x0E8246) is known color: Salem. HEX triplet: 0E, 82 and 46. RGB value is (14,130,70). Sum of RGB (Red+Green+Blue) = 14+130+70=214 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.54% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #0E8246 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8246 is #F17DB9. Grayscale: #585858. Windows color (decimal): -15826362 or 4620814. OLE color: 4620814.
HSL color Cylindrical-coordinate representation of color #0E8246: hue angle of 148.97º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E8246 is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 130 | 70 | - |
| CMYK | 0.89 | 0 | 0.46 | 0.49 |
| HSL | 148.97º | 0.81% | 0.28% | - |
| HSV(B) | 148.97º | 0.89% | 0.51% | - |
| XYZ | 9.27 | 16.5 | 8.49 | - |
| YUV | 88.48 | 117.57 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 130 | 70 | 0.89 | 0 | 0.46 | 0.49 | 148.97 | 0.81 | 0.28 |
| Hex | E | 82 | 46 | 59 | 0 | 2E | 31 | 95 | 51 | 1C |
| Octal | 16 | 202 | 106 | 131 | 0 | 56 | 61 | 225 | 121 | 34 |
| Binary | 1110 | 10000010 | 1000110 | 1011001 | 0 | 101110 | 110001 | 10010101 | 1010001 | 11100 |
Color Harmonies of #0E8246
Complementary color
Monochromatic Colors of #0E8246
Black with #0E8246
Text Example
Text Example
White with #0E8246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8246; }
p { color: rgb(14,130,70); }
H1.HeaderClassName
{
color: #0E8246;
}
.AnyTagClassName
{
color: #0E8246;
}
</style>
background-color css
<style>
a { background-color: #0E8246; }
a { background-color: rgb(14,130,70); }
div.DivClassName
{
background-color: #0E8246;
}
.BgClassName
{
background-color: #0E8246;
}
</style>
border-color css
<style>
span { border-color: #0E8246; }
span { border-color: rgb(14,130,70); }
td.TdClassName
{
border-color: #0E8246;
}
.TagClassName
{
border-color: #0E8246;
}
</style>