Shades of Myrtle #0E3808
Tints of Myrtle #0E3808
RGB
CMYK
RGB Variations
Color information
#0E3808 (or 0x0E3808) is known color: Myrtle. HEX triplet: 0E, 38 and 08. RGB value is (14,56,8). Sum of RGB (Red+Green+Blue) = 14+56+8=78 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.95% from 78); Green value is 56 (22.27% from 255 or 71.79% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 56 - color contains mainly: green. Hex color #0E3808 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3808 is #F1C7F7. Grayscale: #262626. Windows color (decimal): -15845368 or 538638. OLE color: 538638.
HSL color Cylindrical-coordinate representation of color #0E3808: hue angle of 112.5º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E3808 is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 56 | 8 | - |
| CMYK | 0.75 | 0 | 0.86 | 0.78 |
| HSL | 112.5º | 0.75% | 0.13% | - |
| HSV(B) | 112.5º | 0.86% | 0.22% | - |
| XYZ | 1.64 | 2.94 | 0.71 | - |
| YUV | 37.97 | 111.09 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 56 | 8 | 0.75 | 0 | 0.86 | 0.78 | 112.5 | 0.75 | 0.13 |
| Hex | E | 38 | 8 | 4B | 0 | 56 | 4E | 70 | 4B | D |
| Octal | 16 | 70 | 10 | 113 | 0 | 126 | 116 | 160 | 113 | 15 |
| Binary | 1110 | 111000 | 1000 | 1001011 | 0 | 1010110 | 1001110 | 1110000 | 1001011 | 1101 |
Color Harmonies of #0E3808
Complementary color
Monochromatic Colors of #0E3808
Black with #0E3808
Text Example
Text Example
White with #0E3808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3808; }
p { color: rgb(14,56,8); }
H1.HeaderClassName
{
color: #0E3808;
}
.AnyTagClassName
{
color: #0E3808;
}
</style>
background-color css
<style>
a { background-color: #0E3808; }
a { background-color: rgb(14,56,8); }
div.DivClassName
{
background-color: #0E3808;
}
.BgClassName
{
background-color: #0E3808;
}
</style>
border-color css
<style>
span { border-color: #0E3808; }
span { border-color: rgb(14,56,8); }
td.TdClassName
{
border-color: #0E3808;
}
.TagClassName
{
border-color: #0E3808;
}
</style>