Shades of Myrtle #0E260C
Tints of Myrtle #0E260C
RGB
CMYK
RGB Variations
Color information
#0E260C (or 0x0E260C) is known color: Myrtle. HEX triplet: 0E, 26 and 0C. RGB value is (14,38,12). Sum of RGB (Red+Green+Blue) = 14+38+12=64 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.88% from 64); Green value is 38 (15.23% from 255 or 59.38% from 64); Blue value is 12 (5.08% from 255 or 18.75% from 64); Max value from RGB is 38 - color contains mainly: green. Hex color #0E260C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E260C is #F1D9F3. Grayscale: #1B1B1B. Windows color (decimal): -15849972 or 796174. OLE color: 796174.
HSL color Cylindrical-coordinate representation of color #0E260C: hue angle of 115.38º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0E260C is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 14 | 38 | 12 | - |
| CMYK | 0.63 | 0 | 0.68 | 0.85 |
| HSL | 115.38º | 0.52% | 0.1% | - |
| HSV(B) | 115.38º | 0.68% | 0.15% | - |
| XYZ | 0.94 | 1.51 | 0.59 | - |
| YUV | 27.86 | 119.05 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 38 | 12 | 0.63 | 0 | 0.68 | 0.85 | 115.38 | 0.52 | 0.1 |
| Hex | E | 26 | C | 3F | 0 | 44 | 55 | 73 | 34 | A |
| Octal | 16 | 46 | 14 | 77 | 0 | 104 | 125 | 163 | 64 | 12 |
| Binary | 1110 | 100110 | 1100 | 111111 | 0 | 1000100 | 1010101 | 1110011 | 110100 | 1010 |
Color Harmonies of #0E260C
Complementary color
Monochromatic Colors of #0E260C
Black with #0E260C
Text Example
Text Example
White with #0E260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E260C; }
p { color: rgb(14,38,12); }
H1.HeaderClassName
{
color: #0E260C;
}
.AnyTagClassName
{
color: #0E260C;
}
</style>
background-color css
<style>
a { background-color: #0E260C; }
a { background-color: rgb(14,38,12); }
div.DivClassName
{
background-color: #0E260C;
}
.BgClassName
{
background-color: #0E260C;
}
</style>
border-color css
<style>
span { border-color: #0E260C; }
span { border-color: rgb(14,38,12); }
td.TdClassName
{
border-color: #0E260C;
}
.TagClassName
{
border-color: #0E260C;
}
</style>