Shades of Salem #0E8353
Tints of Salem #0E8353
RGB
CMYK
RGB Variations
Color information
#0E8353 (or 0x0E8353) is known color: Salem. HEX triplet: 0E, 83 and 53. RGB value is (14,131,83). Sum of RGB (Red+Green+Blue) = 14+131+83=228 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.14% from 228); Green value is 131 (51.56% from 255 or 57.46% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 131 - color contains mainly: green. Hex color #0E8353 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8353 is #F17CAC. Grayscale: #5A5A5A. Windows color (decimal): -15826093 or 5473038. OLE color: 5473038.
HSL color Cylindrical-coordinate representation of color #0E8353: hue angle of 155.38º 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 #0E8353 is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 131 | 83 | - |
| CMYK | 0.89 | 0 | 0.37 | 0.49 |
| HSL | 155.38º | 0.81% | 0.28% | - |
| HSV(B) | 155.38º | 0.89% | 0.51% | - |
| XYZ | 9.86 | 16.95 | 10.94 | - |
| YUV | 90.55 | 123.74 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 131 | 83 | 0.89 | 0 | 0.37 | 0.49 | 155.38 | 0.81 | 0.28 |
| Hex | E | 83 | 53 | 59 | 0 | 25 | 31 | 9B | 51 | 1C |
| Octal | 16 | 203 | 123 | 131 | 0 | 45 | 61 | 233 | 121 | 34 |
| Binary | 1110 | 10000011 | 1010011 | 1011001 | 0 | 100101 | 110001 | 10011011 | 1010001 | 11100 |
Color Harmonies of #0E8353
Complementary color
Monochromatic Colors of #0E8353
Black with #0E8353
Text Example
Text Example
White with #0E8353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8353; }
p { color: rgb(14,131,83); }
H1.HeaderClassName
{
color: #0E8353;
}
.AnyTagClassName
{
color: #0E8353;
}
</style>
background-color css
<style>
a { background-color: #0E8353; }
a { background-color: rgb(14,131,83); }
div.DivClassName
{
background-color: #0E8353;
}
.BgClassName
{
background-color: #0E8353;
}
</style>
border-color css
<style>
span { border-color: #0E8353; }
span { border-color: rgb(14,131,83); }
td.TdClassName
{
border-color: #0E8353;
}
.TagClassName
{
border-color: #0E8353;
}
</style>