Shades of Salem #0E9038
Tints of Salem #0E9038
RGB
CMYK
RGB Variations
Color information
#0E9038 (or 0x0E9038) is known color: Salem. HEX triplet: 0E, 90 and 38. RGB value is (14,144,56). Sum of RGB (Red+Green+Blue) = 14+144+56=214 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.54% from 214); Green value is 144 (56.64% from 255 or 67.29% from 214); Blue value is 56 (22.27% from 255 or 26.17% from 214); Max value from RGB is 144 - color contains mainly: green. Hex color #0E9038 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9038 is #F16FC7. Grayscale: #5F5F5F. Windows color (decimal): -15822792 or 3706894. OLE color: 3706894.
HSL color Cylindrical-coordinate representation of color #0E9038: hue angle of 139.38º 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 #0E9038 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 14 | 144 | 56 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.44 |
| HSL | 139.38º | 0.82% | 0.31% | - |
| HSV(B) | 139.38º | 0.9% | 0.56% | - |
| XYZ | 10.87 | 20.33 | 7.09 | - |
| YUV | 95.1 | 105.93 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 144 | 56 | 0.90 | 0 | 0.61 | 0.44 | 139.38 | 0.82 | 0.31 |
| Hex | E | 90 | 38 | 5A | 0 | 3D | 2C | 8B | 52 | 1F |
| Octal | 16 | 220 | 70 | 132 | 0 | 75 | 54 | 213 | 122 | 37 |
| Binary | 1110 | 10010000 | 111000 | 1011010 | 0 | 111101 | 101100 | 10001011 | 1010010 | 11111 |
Color Harmonies of #0E9038
Complementary color
Monochromatic Colors of #0E9038
Black with #0E9038
Text Example
Text Example
White with #0E9038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9038; }
p { color: rgb(14,144,56); }
H1.HeaderClassName
{
color: #0E9038;
}
.AnyTagClassName
{
color: #0E9038;
}
</style>
background-color css
<style>
a { background-color: #0E9038; }
a { background-color: rgb(14,144,56); }
div.DivClassName
{
background-color: #0E9038;
}
.BgClassName
{
background-color: #0E9038;
}
</style>
border-color css
<style>
span { border-color: #0E9038; }
span { border-color: rgb(14,144,56); }
td.TdClassName
{
border-color: #0E9038;
}
.TagClassName
{
border-color: #0E9038;
}
</style>