Shades of Myrtle #0E4509
Tints of Myrtle #0E4509
RGB
CMYK
RGB Variations
Color information
#0E4509 (or 0x0E4509) is known color: Myrtle. HEX triplet: 0E, 45 and 09. RGB value is (14,69,9). Sum of RGB (Red+Green+Blue) = 14+69+9=92 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.22% from 92); Green value is 69 (27.34% from 255 or 75% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 69 - color contains mainly: green. Hex color #0E4509 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4509 is #F1BAF6. Grayscale: #2D2D2D. Windows color (decimal): -15842039 or 607502. OLE color: 607502.
HSL color Cylindrical-coordinate representation of color #0E4509: hue angle of 115º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E4509 is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 14 | 69 | 9 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.73 |
| HSL | 115º | 0.77% | 0.15% | - |
| HSV(B) | 115º | 0.87% | 0.27% | - |
| XYZ | 2.36 | 4.37 | 0.98 | - |
| YUV | 45.72 | 107.28 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 69 | 9 | 0.80 | 0 | 0.87 | 0.73 | 115 | 0.77 | 0.15 |
| Hex | E | 45 | 9 | 50 | 0 | 57 | 49 | 73 | 4D | F |
| Octal | 16 | 105 | 11 | 120 | 0 | 127 | 111 | 163 | 115 | 17 |
| Binary | 1110 | 1000101 | 1001 | 1010000 | 0 | 1010111 | 1001001 | 1110011 | 1001101 | 1111 |
Color Harmonies of #0E4509
Complementary color
Monochromatic Colors of #0E4509
Black with #0E4509
Text Example
Text Example
White with #0E4509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4509; }
p { color: rgb(14,69,9); }
H1.HeaderClassName
{
color: #0E4509;
}
.AnyTagClassName
{
color: #0E4509;
}
</style>
background-color css
<style>
a { background-color: #0E4509; }
a { background-color: rgb(14,69,9); }
div.DivClassName
{
background-color: #0E4509;
}
.BgClassName
{
background-color: #0E4509;
}
</style>
border-color css
<style>
span { border-color: #0E4509; }
span { border-color: rgb(14,69,9); }
td.TdClassName
{
border-color: #0E4509;
}
.TagClassName
{
border-color: #0E4509;
}
</style>