Shades of Salem #0E8A47
Tints of Salem #0E8A47
RGB
CMYK
RGB Variations
Color information
#0E8A47 (or 0x0E8A47) is known color: Salem. HEX triplet: 0E, 8A and 47. RGB value is (14,138,71). Sum of RGB (Red+Green+Blue) = 14+138+71=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 138 (54.30% from 255 or 61.88% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 138 - color contains mainly: green. Hex color #0E8A47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8A47 is #F175B8. Grayscale: #5D5D5D. Windows color (decimal): -15824313 or 4688398. OLE color: 4688398.
HSL color Cylindrical-coordinate representation of color #0E8A47: hue angle of 147.58º degrees, saturation: 0.82, 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 #0E8A47 is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 14 | 138 | 71 | - |
| CMYK | 0.90 | 0 | 0.49 | 0.46 |
| HSL | 147.58º | 0.82% | 0.3% | - |
| HSV(B) | 147.58º | 0.9% | 0.54% | - |
| XYZ | 10.41 | 18.73 | 9.03 | - |
| YUV | 93.29 | 115.42 | 71.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 138 | 71 | 0.90 | 0 | 0.49 | 0.46 | 147.58 | 0.82 | 0.3 |
| Hex | E | 8A | 47 | 5A | 0 | 31 | 2E | 94 | 52 | 1E |
| Octal | 16 | 212 | 107 | 132 | 0 | 61 | 56 | 224 | 122 | 36 |
| Binary | 1110 | 10001010 | 1000111 | 1011010 | 0 | 110001 | 101110 | 10010100 | 1010010 | 11110 |
Color Harmonies of #0E8A47
Complementary color
Monochromatic Colors of #0E8A47
Black with #0E8A47
Text Example
Text Example
White with #0E8A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8A47; }
p { color: rgb(14,138,71); }
H1.HeaderClassName
{
color: #0E8A47;
}
.AnyTagClassName
{
color: #0E8A47;
}
</style>
background-color css
<style>
a { background-color: #0E8A47; }
a { background-color: rgb(14,138,71); }
div.DivClassName
{
background-color: #0E8A47;
}
.BgClassName
{
background-color: #0E8A47;
}
</style>
border-color css
<style>
span { border-color: #0E8A47; }
span { border-color: rgb(14,138,71); }
td.TdClassName
{
border-color: #0E8A47;
}
.TagClassName
{
border-color: #0E8A47;
}
</style>