Shades of Myrtle #0E3600
Tints of Myrtle #0E3600
RGB
CMYK
RGB Variations
Color information
#0E3600 (or 0x0E3600) is known color: Myrtle. HEX triplet: 0E, 36 and 00. RGB value is (14,54,0). Sum of RGB (Red+Green+Blue) = 14+54+0=68 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.59% from 68); Green value is 54 (21.48% from 255 or 79.41% from 68); Blue value is 0 (0.39% from 255 or 0% from 68); Max value from RGB is 54 - color contains mainly: green. Hex color #0E3600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3600 is #F1C9FF. Grayscale: #242424. Windows color (decimal): -15845888 or 13838. OLE color: 13838.
HSL color Cylindrical-coordinate representation of color #0E3600: hue angle of 104.44º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E3600 is Cyan = 0.74, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 14 | 54 | 0 | - |
| CMYK | 0.74 | 0 | 1 | 0.79 |
| HSL | 104.44º | 1% | 0.11% | - |
| HSV(B) | 104.44º | 1% | 0.21% | - |
| XYZ | 1.5 | 2.73 | 0.45 | - |
| YUV | 35.88 | 107.75 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 54 | 0 | 0.74 | 0 | 1 | 0.79 | 104.44 | 1 | 0.11 |
| Hex | E | 36 | 0 | 4A | 0 | 64 | 4F | 68 | 64 | B |
| Octal | 16 | 66 | 0 | 112 | 0 | 144 | 117 | 150 | 144 | 13 |
| Binary | 1110 | 110110 | 0 | 1001010 | 0 | 1100100 | 1001111 | 1101000 | 1100100 | 1011 |
Color Harmonies of #0E3600
Complementary color
Monochromatic Colors of #0E3600
Black with #0E3600
Text Example
Text Example
White with #0E3600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3600; }
p { color: rgb(14,54,0); }
H1.HeaderClassName
{
color: #0E3600;
}
.AnyTagClassName
{
color: #0E3600;
}
</style>
background-color css
<style>
a { background-color: #0E3600; }
a { background-color: rgb(14,54,0); }
div.DivClassName
{
background-color: #0E3600;
}
.BgClassName
{
background-color: #0E3600;
}
</style>
border-color css
<style>
span { border-color: #0E3600; }
span { border-color: rgb(14,54,0); }
td.TdClassName
{
border-color: #0E3600;
}
.TagClassName
{
border-color: #0E3600;
}
</style>