Shades of Myrtle #0E3E0B
Tints of Myrtle #0E3E0B
RGB
CMYK
RGB Variations
Color information
#0E3E0B (or 0x0E3E0B) is known color: Myrtle. HEX triplet: 0E, 3E and 0B. RGB value is (14,62,11). Sum of RGB (Red+Green+Blue) = 14+62+11=87 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.09% from 87); Green value is 62 (24.61% from 255 or 71.26% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 62 - color contains mainly: green. Hex color #0E3E0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3E0B is #F1C1F4. Grayscale: #292929. Windows color (decimal): -15843829 or 736782. OLE color: 736782.
HSL color Cylindrical-coordinate representation of color #0E3E0B: hue angle of 116.47º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E3E0B is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 14 | 62 | 11 | - |
| CMYK | 0.77 | 0 | 0.82 | 0.76 |
| HSL | 116.47º | 0.7% | 0.14% | - |
| HSV(B) | 116.47º | 0.82% | 0.24% | - |
| XYZ | 1.96 | 3.56 | 0.9 | - |
| YUV | 41.83 | 110.6 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 62 | 11 | 0.77 | 0 | 0.82 | 0.76 | 116.47 | 0.7 | 0.14 |
| Hex | E | 3E | B | 4D | 0 | 52 | 4C | 74 | 46 | E |
| Octal | 16 | 76 | 13 | 115 | 0 | 122 | 114 | 164 | 106 | 16 |
| Binary | 1110 | 111110 | 1011 | 1001101 | 0 | 1010010 | 1001100 | 1110100 | 1000110 | 1110 |
Color Harmonies of #0E3E0B
Complementary color
Monochromatic Colors of #0E3E0B
Black with #0E3E0B
Text Example
Text Example
White with #0E3E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3E0B; }
p { color: rgb(14,62,11); }
H1.HeaderClassName
{
color: #0E3E0B;
}
.AnyTagClassName
{
color: #0E3E0B;
}
</style>
background-color css
<style>
a { background-color: #0E3E0B; }
a { background-color: rgb(14,62,11); }
div.DivClassName
{
background-color: #0E3E0B;
}
.BgClassName
{
background-color: #0E3E0B;
}
</style>
border-color css
<style>
span { border-color: #0E3E0B; }
span { border-color: rgb(14,62,11); }
td.TdClassName
{
border-color: #0E3E0B;
}
.TagClassName
{
border-color: #0E3E0B;
}
</style>