Shades of Myrtle #0E3805
Tints of Myrtle #0E3805
RGB
CMYK
RGB Variations
Color information
#0E3805 (or 0x0E3805) is known color: Myrtle. HEX triplet: 0E, 38 and 05. RGB value is (14,56,5). Sum of RGB (Red+Green+Blue) = 14+56+5=75 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.67% from 75); Green value is 56 (22.27% from 255 or 74.67% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 56 - color contains mainly: green. Hex color #0E3805 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3805 is #F1C7FA. Grayscale: #252525. Windows color (decimal): -15845371 or 342030. OLE color: 342030.
HSL color Cylindrical-coordinate representation of color #0E3805: hue angle of 109.41º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E3805 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 56 | 5 | - |
| CMYK | 0.75 | 0 | 0.91 | 0.78 |
| HSL | 109.41º | 0.84% | 0.12% | - |
| HSV(B) | 109.41º | 0.91% | 0.22% | - |
| XYZ | 1.62 | 2.93 | 0.62 | - |
| YUV | 37.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 56 | 5 | 0.75 | 0 | 0.91 | 0.78 | 109.41 | 0.84 | 0.12 |
| Hex | E | 38 | 5 | 4B | 0 | 5B | 4E | 6D | 54 | C |
| Octal | 16 | 70 | 5 | 113 | 0 | 133 | 116 | 155 | 124 | 14 |
| Binary | 1110 | 111000 | 101 | 1001011 | 0 | 1011011 | 1001110 | 1101101 | 1010100 | 1100 |
Color Harmonies of #0E3805
Complementary color
Monochromatic Colors of #0E3805
Black with #0E3805
Text Example
Text Example
White with #0E3805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3805; }
p { color: rgb(14,56,5); }
H1.HeaderClassName
{
color: #0E3805;
}
.AnyTagClassName
{
color: #0E3805;
}
</style>
background-color css
<style>
a { background-color: #0E3805; }
a { background-color: rgb(14,56,5); }
div.DivClassName
{
background-color: #0E3805;
}
.BgClassName
{
background-color: #0E3805;
}
</style>
border-color css
<style>
span { border-color: #0E3805; }
span { border-color: rgb(14,56,5); }
td.TdClassName
{
border-color: #0E3805;
}
.TagClassName
{
border-color: #0E3805;
}
</style>