Shades of Salem #0E9040
Tints of Salem #0E9040
RGB
CMYK
RGB Variations
Color information
#0E9040 (or 0x0E9040) is known color: Salem. HEX triplet: 0E, 90 and 40. RGB value is (14,144,64). Sum of RGB (Red+Green+Blue) = 14+144+64=222 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.31% from 222); Green value is 144 (56.64% from 255 or 64.86% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 144 - color contains mainly: green. Hex color #0E9040 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9040 is #F16FBF. Grayscale: #606060. Windows color (decimal): -15822784 or 4231182. OLE color: 4231182.
HSL color Cylindrical-coordinate representation of color #0E9040: hue angle of 143.08º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9040 is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 14 | 144 | 64 | - |
| CMYK | 0.90 | 0 | 0.56 | 0.44 |
| HSL | 143.08º | 0.82% | 0.31% | - |
| HSV(B) | 143.08º | 0.9% | 0.56% | - |
| XYZ | 11.08 | 20.41 | 8.21 | - |
| YUV | 96.01 | 109.93 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 144 | 64 | 0.90 | 0 | 0.56 | 0.44 | 143.08 | 0.82 | 0.31 |
| Hex | E | 90 | 40 | 5A | 0 | 38 | 2C | 8F | 52 | 1F |
| Octal | 16 | 220 | 100 | 132 | 0 | 70 | 54 | 217 | 122 | 37 |
| Binary | 1110 | 10010000 | 1000000 | 1011010 | 0 | 111000 | 101100 | 10001111 | 1010010 | 11111 |
Color Harmonies of #0E9040
Complementary color
Monochromatic Colors of #0E9040
Black with #0E9040
Text Example
Text Example
White with #0E9040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9040; }
p { color: rgb(14,144,64); }
H1.HeaderClassName
{
color: #0E9040;
}
.AnyTagClassName
{
color: #0E9040;
}
</style>
background-color css
<style>
a { background-color: #0E9040; }
a { background-color: rgb(14,144,64); }
div.DivClassName
{
background-color: #0E9040;
}
.BgClassName
{
background-color: #0E9040;
}
</style>
border-color css
<style>
span { border-color: #0E9040; }
span { border-color: rgb(14,144,64); }
td.TdClassName
{
border-color: #0E9040;
}
.TagClassName
{
border-color: #0E9040;
}
</style>