Shades of Salem #0E7848
Tints of Salem #0E7848
RGB
CMYK
RGB Variations
Color information
#0E7848 (or 0x0E7848) is known color: Salem. HEX triplet: 0E, 78 and 48. RGB value is (14,120,72). Sum of RGB (Red+Green+Blue) = 14+120+72=206 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.80% from 206); Green value is 120 (47.27% from 255 or 58.25% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 120 - color contains mainly: green. Hex color #0E7848 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7848 is #F187B7. Grayscale: #525252. Windows color (decimal): -15828920 or 4749326. OLE color: 4749326.
HSL color Cylindrical-coordinate representation of color #0E7848: hue angle of 152.83º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7848 is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 14 | 120 | 72 | - |
| CMYK | 0.88 | 0 | 0.40 | 0.53 |
| HSL | 152.83º | 0.79% | 0.26% | - |
| HSV(B) | 152.83º | 0.88% | 0.47% | - |
| XYZ | 8.07 | 13.99 | 8.41 | - |
| YUV | 82.83 | 121.88 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 120 | 72 | 0.88 | 0 | 0.40 | 0.53 | 152.83 | 0.79 | 0.26 |
| Hex | E | 78 | 48 | 58 | 0 | 28 | 35 | 99 | 4F | 1A |
| Octal | 16 | 170 | 110 | 130 | 0 | 50 | 65 | 231 | 117 | 32 |
| Binary | 1110 | 1111000 | 1001000 | 1011000 | 0 | 101000 | 110101 | 10011001 | 1001111 | 11010 |
Color Harmonies of #0E7848
Complementary color
Monochromatic Colors of #0E7848
Black with #0E7848
Text Example
Text Example
White with #0E7848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7848; }
p { color: rgb(14,120,72); }
H1.HeaderClassName
{
color: #0E7848;
}
.AnyTagClassName
{
color: #0E7848;
}
</style>
background-color css
<style>
a { background-color: #0E7848; }
a { background-color: rgb(14,120,72); }
div.DivClassName
{
background-color: #0E7848;
}
.BgClassName
{
background-color: #0E7848;
}
</style>
border-color css
<style>
span { border-color: #0E7848; }
span { border-color: rgb(14,120,72); }
td.TdClassName
{
border-color: #0E7848;
}
.TagClassName
{
border-color: #0E7848;
}
</style>