Shades of Myrtle #0E3B0C
Tints of Myrtle #0E3B0C
RGB
CMYK
RGB Variations
Color information
#0E3B0C (or 0x0E3B0C) is known color: Myrtle. HEX triplet: 0E, 3B and 0C. RGB value is (14,59,12). Sum of RGB (Red+Green+Blue) = 14+59+12=85 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.47% from 85); Green value is 59 (23.44% from 255 or 69.41% from 85); Blue value is 12 (5.08% from 255 or 14.12% from 85); Max value from RGB is 59 - color contains mainly: green. Hex color #0E3B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3B0C is #F1C4F3. Grayscale: #282828. Windows color (decimal): -15844596 or 801550. OLE color: 801550.
HSL color Cylindrical-coordinate representation of color #0E3B0C: hue angle of 117.45º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E3B0C is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 14 | 59 | 12 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.77 |
| HSL | 117.45º | 0.66% | 0.14% | - |
| HSV(B) | 117.45º | 0.8% | 0.23% | - |
| XYZ | 1.81 | 3.25 | 0.88 | - |
| YUV | 40.19 | 112.09 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 59 | 12 | 0.76 | 0 | 0.80 | 0.77 | 117.45 | 0.66 | 0.14 |
| Hex | E | 3B | C | 4C | 0 | 50 | 4D | 75 | 42 | E |
| Octal | 16 | 73 | 14 | 114 | 0 | 120 | 115 | 165 | 102 | 16 |
| Binary | 1110 | 111011 | 1100 | 1001100 | 0 | 1010000 | 1001101 | 1110101 | 1000010 | 1110 |
Color Harmonies of #0E3B0C
Complementary color
Monochromatic Colors of #0E3B0C
Black with #0E3B0C
Text Example
Text Example
White with #0E3B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3B0C; }
p { color: rgb(14,59,12); }
H1.HeaderClassName
{
color: #0E3B0C;
}
.AnyTagClassName
{
color: #0E3B0C;
}
</style>
background-color css
<style>
a { background-color: #0E3B0C; }
a { background-color: rgb(14,59,12); }
div.DivClassName
{
background-color: #0E3B0C;
}
.BgClassName
{
background-color: #0E3B0C;
}
</style>
border-color css
<style>
span { border-color: #0E3B0C; }
span { border-color: rgb(14,59,12); }
td.TdClassName
{
border-color: #0E3B0C;
}
.TagClassName
{
border-color: #0E3B0C;
}
</style>