Shades of Salem #0E8344
Tints of Salem #0E8344
RGB
CMYK
RGB Variations
Color information
#0E8344 (or 0x0E8344) is known color: Salem. HEX triplet: 0E, 83 and 44. RGB value is (14,131,68). Sum of RGB (Red+Green+Blue) = 14+131+68=213 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.57% from 213); Green value is 131 (51.56% from 255 or 61.50% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 131 - color contains mainly: green. Hex color #0E8344 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E8344 is #F17CBB. Grayscale: #585858. Windows color (decimal): -15826108 or 4489998. OLE color: 4489998.
HSL color Cylindrical-coordinate representation of color #0E8344: hue angle of 147.69º 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 #0E8344 is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 131 | 68 | - |
| CMYK | 0.89 | 0 | 0.48 | 0.49 |
| HSL | 147.69º | 0.81% | 0.28% | - |
| HSV(B) | 147.69º | 0.89% | 0.51% | - |
| XYZ | 9.34 | 16.74 | 8.21 | - |
| YUV | 88.84 | 116.24 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 131 | 68 | 0.89 | 0 | 0.48 | 0.49 | 147.69 | 0.81 | 0.28 |
| Hex | E | 83 | 44 | 59 | 0 | 30 | 31 | 94 | 51 | 1C |
| Octal | 16 | 203 | 104 | 131 | 0 | 60 | 61 | 224 | 121 | 34 |
| Binary | 1110 | 10000011 | 1000100 | 1011001 | 0 | 110000 | 110001 | 10010100 | 1010001 | 11100 |
Color Harmonies of #0E8344
Complementary color
Monochromatic Colors of #0E8344
Black with #0E8344
Text Example
Text Example
White with #0E8344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E8344; }
p { color: rgb(14,131,68); }
H1.HeaderClassName
{
color: #0E8344;
}
.AnyTagClassName
{
color: #0E8344;
}
</style>
background-color css
<style>
a { background-color: #0E8344; }
a { background-color: rgb(14,131,68); }
div.DivClassName
{
background-color: #0E8344;
}
.BgClassName
{
background-color: #0E8344;
}
</style>
border-color css
<style>
span { border-color: #0E8344; }
span { border-color: rgb(14,131,68); }
td.TdClassName
{
border-color: #0E8344;
}
.TagClassName
{
border-color: #0E8344;
}
</style>