Shades of Myrtle #0E330C
Tints of Myrtle #0E330C
RGB
CMYK
RGB Variations
Color information
#0E330C (or 0x0E330C) is known color: Myrtle. HEX triplet: 0E, 33 and 0C. RGB value is (14,51,12). Sum of RGB (Red+Green+Blue) = 14+51+12=77 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.18% from 77); Green value is 51 (20.31% from 255 or 66.23% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 51 - color contains mainly: green. Hex color #0E330C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E330C is #F1CCF3. Grayscale: #232323. Windows color (decimal): -15846644 or 799502. OLE color: 799502.
HSL color Cylindrical-coordinate representation of color #0E330C: hue angle of 116.92º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0E330C is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 14 | 51 | 12 | - |
| CMYK | 0.73 | 0 | 0.76 | 0.8 |
| HSL | 116.92º | 0.62% | 0.12% | - |
| HSV(B) | 116.92º | 0.76% | 0.2% | - |
| XYZ | 1.43 | 2.49 | 0.75 | - |
| YUV | 35.49 | 114.74 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 51 | 12 | 0.73 | 0 | 0.76 | 0.8 | 116.92 | 0.62 | 0.12 |
| Hex | E | 33 | C | 49 | 0 | 4C | 50 | 75 | 3E | C |
| Octal | 16 | 63 | 14 | 111 | 0 | 114 | 120 | 165 | 76 | 14 |
| Binary | 1110 | 110011 | 1100 | 1001001 | 0 | 1001100 | 1010000 | 1110101 | 111110 | 1100 |
Color Harmonies of #0E330C
Complementary color
Monochromatic Colors of #0E330C
Black with #0E330C
Text Example
Text Example
White with #0E330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E330C; }
p { color: rgb(14,51,12); }
H1.HeaderClassName
{
color: #0E330C;
}
.AnyTagClassName
{
color: #0E330C;
}
</style>
background-color css
<style>
a { background-color: #0E330C; }
a { background-color: rgb(14,51,12); }
div.DivClassName
{
background-color: #0E330C;
}
.BgClassName
{
background-color: #0E330C;
}
</style>
border-color css
<style>
span { border-color: #0E330C; }
span { border-color: rgb(14,51,12); }
td.TdClassName
{
border-color: #0E330C;
}
.TagClassName
{
border-color: #0E330C;
}
</style>