Shades of Myrtle #0E3810
Tints of Myrtle #0E3810
RGB
CMYK
RGB Variations
Color information
#0E3810 (or 0x0E3810) is known color: Myrtle. HEX triplet: 0E, 38 and 10. RGB value is (14,56,16). Sum of RGB (Red+Green+Blue) = 14+56+16=86 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.28% from 86); Green value is 56 (22.27% from 255 or 65.12% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 56 - color contains mainly: green. Hex color #0E3810 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3810 is #F1C7EF. Grayscale: #272727. Windows color (decimal): -15845360 or 1062926. OLE color: 1062926.
HSL color Cylindrical-coordinate representation of color #0E3810: hue angle of 122.86º degrees, saturation: 0.6, 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 #0E3810 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 56 | 16 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.78 |
| HSL | 122.86º | 0.6% | 0.14% | - |
| HSV(B) | 122.86º | 0.75% | 0.22% | - |
| XYZ | 1.69 | 2.96 | 0.97 | - |
| YUV | 38.88 | 115.09 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 56 | 16 | 0.75 | 0 | 0.71 | 0.78 | 122.86 | 0.6 | 0.14 |
| Hex | E | 38 | 10 | 4B | 0 | 47 | 4E | 7B | 3C | E |
| Octal | 16 | 70 | 20 | 113 | 0 | 107 | 116 | 173 | 74 | 16 |
| Binary | 1110 | 111000 | 10000 | 1001011 | 0 | 1000111 | 1001110 | 1111011 | 111100 | 1110 |
Color Harmonies of #0E3810
Complementary color
Monochromatic Colors of #0E3810
Black with #0E3810
Text Example
Text Example
White with #0E3810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3810; }
p { color: rgb(14,56,16); }
H1.HeaderClassName
{
color: #0E3810;
}
.AnyTagClassName
{
color: #0E3810;
}
</style>
background-color css
<style>
a { background-color: #0E3810; }
a { background-color: rgb(14,56,16); }
div.DivClassName
{
background-color: #0E3810;
}
.BgClassName
{
background-color: #0E3810;
}
</style>
border-color css
<style>
span { border-color: #0E3810; }
span { border-color: rgb(14,56,16); }
td.TdClassName
{
border-color: #0E3810;
}
.TagClassName
{
border-color: #0E3810;
}
</style>