Shades of Myrtle #0E3710
Tints of Myrtle #0E3710
RGB
CMYK
RGB Variations
Color information
#0E3710 (or 0x0E3710) is known color: Myrtle. HEX triplet: 0E, 37 and 10. RGB value is (14,55,16). Sum of RGB (Red+Green+Blue) = 14+55+16=85 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.47% from 85); Green value is 55 (21.88% from 255 or 64.71% from 85); Blue value is 16 (6.64% from 255 or 18.82% from 85); Max value from RGB is 55 - color contains mainly: green. Hex color #0E3710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3710 is #F1C8EF. Grayscale: #262626. Windows color (decimal): -15845616 or 1062670. OLE color: 1062670.
HSL color Cylindrical-coordinate representation of color #0E3710: hue angle of 122.93º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E3710 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 55 | 16 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.78 |
| HSL | 122.93º | 0.59% | 0.14% | - |
| HSV(B) | 122.93º | 0.75% | 0.22% | - |
| XYZ | 1.64 | 2.86 | 0.96 | - |
| YUV | 38.3 | 115.42 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 55 | 16 | 0.75 | 0 | 0.71 | 0.78 | 122.93 | 0.59 | 0.14 |
| Hex | E | 37 | 10 | 4B | 0 | 47 | 4E | 7B | 3B | E |
| Octal | 16 | 67 | 20 | 113 | 0 | 107 | 116 | 173 | 73 | 16 |
| Binary | 1110 | 110111 | 10000 | 1001011 | 0 | 1000111 | 1001110 | 1111011 | 111011 | 1110 |
Color Harmonies of #0E3710
Complementary color
Monochromatic Colors of #0E3710
Black with #0E3710
Text Example
Text Example
White with #0E3710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3710; }
p { color: rgb(14,55,16); }
H1.HeaderClassName
{
color: #0E3710;
}
.AnyTagClassName
{
color: #0E3710;
}
</style>
background-color css
<style>
a { background-color: #0E3710; }
a { background-color: rgb(14,55,16); }
div.DivClassName
{
background-color: #0E3710;
}
.BgClassName
{
background-color: #0E3710;
}
</style>
border-color css
<style>
span { border-color: #0E3710; }
span { border-color: rgb(14,55,16); }
td.TdClassName
{
border-color: #0E3710;
}
.TagClassName
{
border-color: #0E3710;
}
</style>