Shades of Salem #0E8343
Tints of Salem #0E8343
RGB
CMYK
RGB Variations
Color information
#0E8343 (or 0x0E8343) is known color: Salem. HEX triplet: 0E, 83 and 43. RGB value is (14,131,67). Sum of RGB (Red+Green+Blue) = 14+131+67=212 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.60% from 212); Green value is 131 (51.56% from 255 or 61.79% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 131 - color contains mainly: green. Hex color #0E8343 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8343 is #F17CBC. Grayscale: #585858. Windows color (decimal): -15826109 or 4424462. OLE color: 4424462.
HSL color Cylindrical-coordinate representation of color #0E8343: hue angle of 147.18º 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 #0E8343 is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 131 | 67 | - |
| CMYK | 0.89 | 0 | 0.49 | 0.49 |
| HSL | 147.18º | 0.81% | 0.28% | - |
| HSV(B) | 147.18º | 0.89% | 0.51% | - |
| XYZ | 9.31 | 16.73 | 8.05 | - |
| YUV | 88.72 | 115.74 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 131 | 67 | 0.89 | 0 | 0.49 | 0.49 | 147.18 | 0.81 | 0.28 |
| Hex | E | 83 | 43 | 59 | 0 | 31 | 31 | 93 | 51 | 1C |
| Octal | 16 | 203 | 103 | 131 | 0 | 61 | 61 | 223 | 121 | 34 |
| Binary | 1110 | 10000011 | 1000011 | 1011001 | 0 | 110001 | 110001 | 10010011 | 1010001 | 11100 |
Color Harmonies of #0E8343
Complementary color
Monochromatic Colors of #0E8343
Black with #0E8343
Text Example
Text Example
White with #0E8343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8343; }
p { color: rgb(14,131,67); }
H1.HeaderClassName
{
color: #0E8343;
}
.AnyTagClassName
{
color: #0E8343;
}
</style>
background-color css
<style>
a { background-color: #0E8343; }
a { background-color: rgb(14,131,67); }
div.DivClassName
{
background-color: #0E8343;
}
.BgClassName
{
background-color: #0E8343;
}
</style>
border-color css
<style>
span { border-color: #0E8343; }
span { border-color: rgb(14,131,67); }
td.TdClassName
{
border-color: #0E8343;
}
.TagClassName
{
border-color: #0E8343;
}
</style>