Shades of Salem #0E8B51
Tints of Salem #0E8B51
RGB
CMYK
RGB Variations
Color information
#0E8B51 (or 0x0E8B51) is known color: Salem. HEX triplet: 0E, 8B and 51. RGB value is (14,139,81). Sum of RGB (Red+Green+Blue) = 14+139+81=234 (30% of max value = 765). Red value is 14 (5.86% from 255 or 5.98% from 234); Green value is 139 (54.69% from 255 or 59.40% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 139 - color contains mainly: green. Hex color #0E8B51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8B51 is #F174AE. Grayscale: #5F5F5F. Windows color (decimal): -15824047 or 5344014. OLE color: 5344014.
HSL color Cylindrical-coordinate representation of color #0E8B51: hue angle of 152.16º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E8B51 is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 14 | 139 | 81 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.45 |
| HSL | 152.16º | 0.82% | 0.3% | - |
| HSV(B) | 152.16º | 0.9% | 0.55% | - |
| XYZ | 10.9 | 19.15 | 10.91 | - |
| YUV | 95.01 | 120.09 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 139 | 81 | 0.90 | 0 | 0.42 | 0.45 | 152.16 | 0.82 | 0.3 |
| Hex | E | 8B | 51 | 5A | 0 | 2A | 2D | 98 | 52 | 1E |
| Octal | 16 | 213 | 121 | 132 | 0 | 52 | 55 | 230 | 122 | 36 |
| Binary | 1110 | 10001011 | 1010001 | 1011010 | 0 | 101010 | 101101 | 10011000 | 1010010 | 11110 |
Color Harmonies of #0E8B51
Complementary color
Monochromatic Colors of #0E8B51
Black with #0E8B51
Text Example
Text Example
White with #0E8B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8B51; }
p { color: rgb(14,139,81); }
H1.HeaderClassName
{
color: #0E8B51;
}
.AnyTagClassName
{
color: #0E8B51;
}
</style>
background-color css
<style>
a { background-color: #0E8B51; }
a { background-color: rgb(14,139,81); }
div.DivClassName
{
background-color: #0E8B51;
}
.BgClassName
{
background-color: #0E8B51;
}
</style>
border-color css
<style>
span { border-color: #0E8B51; }
span { border-color: rgb(14,139,81); }
td.TdClassName
{
border-color: #0E8B51;
}
.TagClassName
{
border-color: #0E8B51;
}
</style>