Shades of Myrtle #0E260E
Tints of Myrtle #0E260E
RGB
CMYK
RGB Variations
Color information
#0E260E (or 0x0E260E) is known color: Myrtle. HEX triplet: 0E, 26 and 0E. RGB value is (14,38,14). Sum of RGB (Red+Green+Blue) = 14+38+14=66 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.21% from 66); Green value is 38 (15.23% from 255 or 57.58% from 66); Blue value is 14 (5.86% from 255 or 21.21% from 66); Max value from RGB is 38 - color contains mainly: green. Hex color #0E260E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E260E is #F1D9F1. Grayscale: #1C1C1C. Windows color (decimal): -15849970 or 927246. OLE color: 927246.
HSL color Cylindrical-coordinate representation of color #0E260E: hue angle of 120º degrees, saturation: 0.46, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0E260E is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 14 | 38 | 14 | - |
| CMYK | 0.63 | 0 | 0.63 | 0.85 |
| HSL | 120º | 0.46% | 0.1% | - |
| HSV(B) | 120º | 0.63% | 0.15% | - |
| XYZ | 0.95 | 1.51 | 0.66 | - |
| YUV | 28.09 | 120.05 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 38 | 14 | 0.63 | 0 | 0.63 | 0.85 | 120 | 0.46 | 0.1 |
| Hex | E | 26 | E | 3F | 0 | 3F | 55 | 78 | 2E | A |
| Octal | 16 | 46 | 16 | 77 | 0 | 77 | 125 | 170 | 56 | 12 |
| Binary | 1110 | 100110 | 1110 | 111111 | 0 | 111111 | 1010101 | 1111000 | 101110 | 1010 |
Color Harmonies of #0E260E
Complementary color
Monochromatic Colors of #0E260E
Black with #0E260E
Text Example
Text Example
White with #0E260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E260E; }
p { color: rgb(14,38,14); }
H1.HeaderClassName
{
color: #0E260E;
}
.AnyTagClassName
{
color: #0E260E;
}
</style>
background-color css
<style>
a { background-color: #0E260E; }
a { background-color: rgb(14,38,14); }
div.DivClassName
{
background-color: #0E260E;
}
.BgClassName
{
background-color: #0E260E;
}
</style>
border-color css
<style>
span { border-color: #0E260E; }
span { border-color: rgb(14,38,14); }
td.TdClassName
{
border-color: #0E260E;
}
.TagClassName
{
border-color: #0E260E;
}
</style>