Shades of Myrtle #0E540B
Tints of Myrtle #0E540B
RGB
CMYK
RGB Variations
Color information
#0E540B (or 0x0E540B) is known color: Myrtle. HEX triplet: 0E, 54 and 0B. RGB value is (14,84,11). Sum of RGB (Red+Green+Blue) = 14+84+11=109 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.84% from 109); Green value is 84 (33.20% from 255 or 77.06% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 84 - color contains mainly: green. Hex color #0E540B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E540B is #F1ABF4. Grayscale: #363636. Windows color (decimal): -15838197 or 742414. OLE color: 742414.
HSL color Cylindrical-coordinate representation of color #0E540B: hue angle of 117.53º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E540B is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 14 | 84 | 11 | - |
| CMYK | 0.83 | 0 | 0.87 | 0.67 |
| HSL | 117.53º | 0.77% | 0.19% | - |
| HSV(B) | 117.53º | 0.87% | 0.33% | - |
| XYZ | 3.41 | 6.46 | 1.38 | - |
| YUV | 54.75 | 103.31 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 84 | 11 | 0.83 | 0 | 0.87 | 0.67 | 117.53 | 0.77 | 0.19 |
| Hex | E | 54 | B | 53 | 0 | 57 | 43 | 76 | 4D | 13 |
| Octal | 16 | 124 | 13 | 123 | 0 | 127 | 103 | 166 | 115 | 23 |
| Binary | 1110 | 1010100 | 1011 | 1010011 | 0 | 1010111 | 1000011 | 1110110 | 1001101 | 10011 |
Color Harmonies of #0E540B
Complementary color
Monochromatic Colors of #0E540B
Black with #0E540B
Text Example
Text Example
White with #0E540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E540B; }
p { color: rgb(14,84,11); }
H1.HeaderClassName
{
color: #0E540B;
}
.AnyTagClassName
{
color: #0E540B;
}
</style>
background-color css
<style>
a { background-color: #0E540B; }
a { background-color: rgb(14,84,11); }
div.DivClassName
{
background-color: #0E540B;
}
.BgClassName
{
background-color: #0E540B;
}
</style>
border-color css
<style>
span { border-color: #0E540B; }
span { border-color: rgb(14,84,11); }
td.TdClassName
{
border-color: #0E540B;
}
.TagClassName
{
border-color: #0E540B;
}
</style>