Shades of Myrtle #0E250D
Tints of Myrtle #0E250D
RGB
CMYK
RGB Variations
Color information
#0E250D (or 0x0E250D) is known color: Myrtle. HEX triplet: 0E, 25 and 0D. RGB value is (14,37,13). Sum of RGB (Red+Green+Blue) = 14+37+13=64 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.88% from 64); Green value is 37 (14.84% from 255 or 57.81% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 37 - color contains mainly: green. Hex color #0E250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E250D is #F1DAF2. Grayscale: #1B1B1B. Windows color (decimal): -15850227 or 861454. OLE color: 861454.
HSL color Cylindrical-coordinate representation of color #0E250D: hue angle of 117.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0E250D is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 14 | 37 | 13 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.85 |
| HSL | 117.5º | 0.48% | 0.1% | - |
| HSV(B) | 117.5º | 0.65% | 0.15% | - |
| XYZ | 0.92 | 1.45 | 0.61 | - |
| YUV | 27.39 | 119.88 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 37 | 13 | 0.62 | 0 | 0.65 | 0.85 | 117.5 | 0.48 | 0.1 |
| Hex | E | 25 | D | 3E | 0 | 41 | 55 | 76 | 30 | A |
| Octal | 16 | 45 | 15 | 76 | 0 | 101 | 125 | 166 | 60 | 12 |
| Binary | 1110 | 100101 | 1101 | 111110 | 0 | 1000001 | 1010101 | 1110110 | 110000 | 1010 |
Color Harmonies of #0E250D
Complementary color
Monochromatic Colors of #0E250D
Black with #0E250D
Text Example
Text Example
White with #0E250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E250D; }
p { color: rgb(14,37,13); }
H1.HeaderClassName
{
color: #0E250D;
}
.AnyTagClassName
{
color: #0E250D;
}
</style>
background-color css
<style>
a { background-color: #0E250D; }
a { background-color: rgb(14,37,13); }
div.DivClassName
{
background-color: #0E250D;
}
.BgClassName
{
background-color: #0E250D;
}
</style>
border-color css
<style>
span { border-color: #0E250D; }
span { border-color: rgb(14,37,13); }
td.TdClassName
{
border-color: #0E250D;
}
.TagClassName
{
border-color: #0E250D;
}
</style>