Shades of Myrtle #0E3A0C
Tints of Myrtle #0E3A0C
RGB
CMYK
RGB Variations
Color information
#0E3A0C (or 0x0E3A0C) is known color: Myrtle. HEX triplet: 0E, 3A and 0C. RGB value is (14,58,12). Sum of RGB (Red+Green+Blue) = 14+58+12=84 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.67% from 84); Green value is 58 (23.05% from 255 or 69.05% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 58 - color contains mainly: green. Hex color #0E3A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3A0C is #F1C5F3. Grayscale: #272727. Windows color (decimal): -15844852 or 801294. OLE color: 801294.
HSL color Cylindrical-coordinate representation of color #0E3A0C: hue angle of 117.39º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0E3A0C is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 14 | 58 | 12 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.77 |
| HSL | 117.39º | 0.66% | 0.14% | - |
| HSV(B) | 117.39º | 0.79% | 0.23% | - |
| XYZ | 1.76 | 3.15 | 0.86 | - |
| YUV | 39.6 | 112.42 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 58 | 12 | 0.76 | 0 | 0.79 | 0.77 | 117.39 | 0.66 | 0.14 |
| Hex | E | 3A | C | 4C | 0 | 4F | 4D | 75 | 42 | E |
| Octal | 16 | 72 | 14 | 114 | 0 | 117 | 115 | 165 | 102 | 16 |
| Binary | 1110 | 111010 | 1100 | 1001100 | 0 | 1001111 | 1001101 | 1110101 | 1000010 | 1110 |
Color Harmonies of #0E3A0C
Complementary color
Monochromatic Colors of #0E3A0C
Black with #0E3A0C
Text Example
Text Example
White with #0E3A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3A0C; }
p { color: rgb(14,58,12); }
H1.HeaderClassName
{
color: #0E3A0C;
}
.AnyTagClassName
{
color: #0E3A0C;
}
</style>
background-color css
<style>
a { background-color: #0E3A0C; }
a { background-color: rgb(14,58,12); }
div.DivClassName
{
background-color: #0E3A0C;
}
.BgClassName
{
background-color: #0E3A0C;
}
</style>
border-color css
<style>
span { border-color: #0E3A0C; }
span { border-color: rgb(14,58,12); }
td.TdClassName
{
border-color: #0E3A0C;
}
.TagClassName
{
border-color: #0E3A0C;
}
</style>