Shades of Salem #0E8355
Tints of Salem #0E8355
RGB
CMYK
RGB Variations
Color information
#0E8355 (or 0x0E8355) is known color: Salem. HEX triplet: 0E, 83 and 55. RGB value is (14,131,85). Sum of RGB (Red+Green+Blue) = 14+131+85=230 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.09% from 230); Green value is 131 (51.56% from 255 or 56.96% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 131 - color contains mainly: green. Hex color #0E8355 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8355 is #F17CAA. Grayscale: #5A5A5A. Windows color (decimal): -15826091 or 5604110. OLE color: 5604110.
HSL color Cylindrical-coordinate representation of color #0E8355: hue angle of 156.41º 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 #0E8355 is Cyan = 0.89, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 131 | 85 | - |
| CMYK | 0.89 | 0 | 0.35 | 0.49 |
| HSL | 156.41º | 0.81% | 0.28% | - |
| HSV(B) | 156.41º | 0.89% | 0.51% | - |
| XYZ | 9.94 | 16.98 | 11.35 | - |
| YUV | 90.77 | 124.74 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 131 | 85 | 0.89 | 0 | 0.35 | 0.49 | 156.41 | 0.81 | 0.28 |
| Hex | E | 83 | 55 | 59 | 0 | 23 | 31 | 9C | 51 | 1C |
| Octal | 16 | 203 | 125 | 131 | 0 | 43 | 61 | 234 | 121 | 34 |
| Binary | 1110 | 10000011 | 1010101 | 1011001 | 0 | 100011 | 110001 | 10011100 | 1010001 | 11100 |
Color Harmonies of #0E8355
Complementary color
Monochromatic Colors of #0E8355
Black with #0E8355
Text Example
Text Example
White with #0E8355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8355; }
p { color: rgb(14,131,85); }
H1.HeaderClassName
{
color: #0E8355;
}
.AnyTagClassName
{
color: #0E8355;
}
</style>
background-color css
<style>
a { background-color: #0E8355; }
a { background-color: rgb(14,131,85); }
div.DivClassName
{
background-color: #0E8355;
}
.BgClassName
{
background-color: #0E8355;
}
</style>
border-color css
<style>
span { border-color: #0E8355; }
span { border-color: rgb(14,131,85); }
td.TdClassName
{
border-color: #0E8355;
}
.TagClassName
{
border-color: #0E8355;
}
</style>