Shades of Salem #0E903C
Tints of Salem #0E903C
RGB
CMYK
RGB Variations
Color information
#0E903C (or 0x0E903C) is known color: Salem. HEX triplet: 0E, 90 and 3C. RGB value is (14,144,60). Sum of RGB (Red+Green+Blue) = 14+144+60=218 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.42% from 218); Green value is 144 (56.64% from 255 or 66.06% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 144 - color contains mainly: green. Hex color #0E903C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E903C is #F16FC3. Grayscale: #5F5F5F. Windows color (decimal): -15822788 or 3969038. OLE color: 3969038.
HSL color Cylindrical-coordinate representation of color #0E903C: hue angle of 141.23º 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 #0E903C is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 14 | 144 | 60 | - |
| CMYK | 0.90 | 0 | 0.58 | 0.44 |
| HSL | 141.23º | 0.82% | 0.31% | - |
| HSV(B) | 141.23º | 0.9% | 0.56% | - |
| XYZ | 10.97 | 20.37 | 7.63 | - |
| YUV | 95.55 | 107.93 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 144 | 60 | 0.90 | 0 | 0.58 | 0.44 | 141.23 | 0.82 | 0.31 |
| Hex | E | 90 | 3C | 5A | 0 | 3A | 2C | 8D | 52 | 1F |
| Octal | 16 | 220 | 74 | 132 | 0 | 72 | 54 | 215 | 122 | 37 |
| Binary | 1110 | 10010000 | 111100 | 1011010 | 0 | 111010 | 101100 | 10001101 | 1010010 | 11111 |
Color Harmonies of #0E903C
Complementary color
Monochromatic Colors of #0E903C
Black with #0E903C
Text Example
Text Example
White with #0E903C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E903C; }
p { color: rgb(14,144,60); }
H1.HeaderClassName
{
color: #0E903C;
}
.AnyTagClassName
{
color: #0E903C;
}
</style>
background-color css
<style>
a { background-color: #0E903C; }
a { background-color: rgb(14,144,60); }
div.DivClassName
{
background-color: #0E903C;
}
.BgClassName
{
background-color: #0E903C;
}
</style>
border-color css
<style>
span { border-color: #0E903C; }
span { border-color: rgb(14,144,60); }
td.TdClassName
{
border-color: #0E903C;
}
.TagClassName
{
border-color: #0E903C;
}
</style>