Shades of Jewel #0E5B46
Tints of Jewel #0E5B46
RGB
CMYK
RGB Variations
Color information
#0E5B46 (or 0x0E5B46) is known color: Jewel. HEX triplet: 0E, 5B and 46. RGB value is (14,91,70). Sum of RGB (Red+Green+Blue) = 14+91+70=175 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8% from 175); Green value is 91 (35.94% from 255 or 52% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 91 - color contains mainly: green. Hex color #0E5B46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5B46 is #F1A4B9. Grayscale: #414141. Windows color (decimal): -15836346 or 4610830. OLE color: 4610830.
HSL color Cylindrical-coordinate representation of color #0E5B46: hue angle of 163.64º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E5B46 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 14 | 91 | 70 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.64 |
| HSL | 163.64º | 0.73% | 0.21% | - |
| HSV(B) | 163.64º | 0.85% | 0.36% | - |
| XYZ | 5.03 | 8.02 | 7.08 | - |
| YUV | 65.58 | 130.49 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 91 | 70 | 0.85 | 0 | 0.23 | 0.64 | 163.64 | 0.73 | 0.21 |
| Hex | E | 5B | 46 | 55 | 0 | 17 | 40 | A4 | 49 | 15 |
| Octal | 16 | 133 | 106 | 125 | 0 | 27 | 100 | 244 | 111 | 25 |
| Binary | 1110 | 1011011 | 1000110 | 1010101 | 0 | 10111 | 1000000 | 10100100 | 1001001 | 10101 |
Color Harmonies of #0E5B46
Complementary color
Monochromatic Colors of #0E5B46
Black with #0E5B46
Text Example
Text Example
White with #0E5B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5B46; }
p { color: rgb(14,91,70); }
H1.HeaderClassName
{
color: #0E5B46;
}
.AnyTagClassName
{
color: #0E5B46;
}
</style>
background-color css
<style>
a { background-color: #0E5B46; }
a { background-color: rgb(14,91,70); }
div.DivClassName
{
background-color: #0E5B46;
}
.BgClassName
{
background-color: #0E5B46;
}
</style>
border-color css
<style>
span { border-color: #0E5B46; }
span { border-color: rgb(14,91,70); }
td.TdClassName
{
border-color: #0E5B46;
}
.TagClassName
{
border-color: #0E5B46;
}
</style>