Shades of Salem #0E8247
Tints of Salem #0E8247
RGB
CMYK
RGB Variations
Color information
#0E8247 (or 0x0E8247) is known color: Salem. HEX triplet: 0E, 82 and 47. RGB value is (14,130,71). Sum of RGB (Red+Green+Blue) = 14+130+71=215 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.51% from 215); Green value is 130 (51.17% from 255 or 60.47% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 130 - color contains mainly: green. Hex color #0E8247 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8247 is #F17DB8. Grayscale: #585858. Windows color (decimal): -15826361 or 4686350. OLE color: 4686350.
HSL color Cylindrical-coordinate representation of color #0E8247: hue angle of 149.48º 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 #0E8247 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 130 | 71 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.49 |
| HSL | 149.48º | 0.81% | 0.28% | - |
| HSV(B) | 149.48º | 0.89% | 0.51% | - |
| XYZ | 9.3 | 16.51 | 8.66 | - |
| YUV | 88.59 | 118.07 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 130 | 71 | 0.89 | 0 | 0.45 | 0.49 | 149.48 | 0.81 | 0.28 |
| Hex | E | 82 | 47 | 59 | 0 | 2D | 31 | 95 | 51 | 1C |
| Octal | 16 | 202 | 107 | 131 | 0 | 55 | 61 | 225 | 121 | 34 |
| Binary | 1110 | 10000010 | 1000111 | 1011001 | 0 | 101101 | 110001 | 10010101 | 1010001 | 11100 |
Color Harmonies of #0E8247
Complementary color
Monochromatic Colors of #0E8247
Black with #0E8247
Text Example
Text Example
White with #0E8247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8247; }
p { color: rgb(14,130,71); }
H1.HeaderClassName
{
color: #0E8247;
}
.AnyTagClassName
{
color: #0E8247;
}
</style>
background-color css
<style>
a { background-color: #0E8247; }
a { background-color: rgb(14,130,71); }
div.DivClassName
{
background-color: #0E8247;
}
.BgClassName
{
background-color: #0E8247;
}
</style>
border-color css
<style>
span { border-color: #0E8247; }
span { border-color: rgb(14,130,71); }
td.TdClassName
{
border-color: #0E8247;
}
.TagClassName
{
border-color: #0E8247;
}
</style>