Shades of Myrtle #0E540C
Tints of Myrtle #0E540C
RGB
CMYK
RGB Variations
Color information
#0E540C (or 0x0E540C) is known color: Myrtle. HEX triplet: 0E, 54 and 0C. RGB value is (14,84,12). Sum of RGB (Red+Green+Blue) = 14+84+12=110 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.73% from 110); Green value is 84 (33.20% from 255 or 76.36% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 84 - color contains mainly: green. Hex color #0E540C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E540C is #F1ABF3. Grayscale: #373737. Windows color (decimal): -15838196 or 807950. OLE color: 807950.
HSL color Cylindrical-coordinate representation of color #0E540C: hue angle of 118.33º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E540C is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 14 | 84 | 12 | - |
| CMYK | 0.83 | 0 | 0.86 | 0.67 |
| HSL | 118.33º | 0.75% | 0.19% | - |
| HSV(B) | 118.33º | 0.86% | 0.33% | - |
| XYZ | 3.42 | 6.46 | 1.41 | - |
| YUV | 54.86 | 103.81 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 84 | 12 | 0.83 | 0 | 0.86 | 0.67 | 118.33 | 0.75 | 0.19 |
| Hex | E | 54 | C | 53 | 0 | 56 | 43 | 76 | 4B | 13 |
| Octal | 16 | 124 | 14 | 123 | 0 | 126 | 103 | 166 | 113 | 23 |
| Binary | 1110 | 1010100 | 1100 | 1010011 | 0 | 1010110 | 1000011 | 1110110 | 1001011 | 10011 |
Color Harmonies of #0E540C
Complementary color
Monochromatic Colors of #0E540C
Black with #0E540C
Text Example
Text Example
White with #0E540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E540C; }
p { color: rgb(14,84,12); }
H1.HeaderClassName
{
color: #0E540C;
}
.AnyTagClassName
{
color: #0E540C;
}
</style>
background-color css
<style>
a { background-color: #0E540C; }
a { background-color: rgb(14,84,12); }
div.DivClassName
{
background-color: #0E540C;
}
.BgClassName
{
background-color: #0E540C;
}
</style>
border-color css
<style>
span { border-color: #0E540C; }
span { border-color: rgb(14,84,12); }
td.TdClassName
{
border-color: #0E540C;
}
.TagClassName
{
border-color: #0E540C;
}
</style>