Shades of Myrtle #0E4908
Tints of Myrtle #0E4908
RGB
CMYK
RGB Variations
Color information
#0E4908 (or 0x0E4908) is known color: Myrtle. HEX triplet: 0E, 49 and 08. RGB value is (14,73,8). Sum of RGB (Red+Green+Blue) = 14+73+8=95 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.74% from 95); Green value is 73 (28.91% from 255 or 76.84% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 73 - color contains mainly: green. Hex color #0E4908 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4908 is #F1B6F7. Grayscale: #303030. Windows color (decimal): -15841016 or 542990. OLE color: 542990.
HSL color Cylindrical-coordinate representation of color #0E4908: hue angle of 114.46º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E4908 is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 14 | 73 | 8 | - |
| CMYK | 0.81 | 0 | 0.89 | 0.71 |
| HSL | 114.46º | 0.8% | 0.16% | - |
| HSV(B) | 114.46º | 0.89% | 0.29% | - |
| XYZ | 2.61 | 4.88 | 1.03 | - |
| YUV | 47.95 | 105.45 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 73 | 8 | 0.81 | 0 | 0.89 | 0.71 | 114.46 | 0.8 | 0.16 |
| Hex | E | 49 | 8 | 51 | 0 | 59 | 47 | 72 | 50 | 10 |
| Octal | 16 | 111 | 10 | 121 | 0 | 131 | 107 | 162 | 120 | 20 |
| Binary | 1110 | 1001001 | 1000 | 1010001 | 0 | 1011001 | 1000111 | 1110010 | 1010000 | 10000 |
Color Harmonies of #0E4908
Complementary color
Monochromatic Colors of #0E4908
Black with #0E4908
Text Example
Text Example
White with #0E4908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4908; }
p { color: rgb(14,73,8); }
H1.HeaderClassName
{
color: #0E4908;
}
.AnyTagClassName
{
color: #0E4908;
}
</style>
background-color css
<style>
a { background-color: #0E4908; }
a { background-color: rgb(14,73,8); }
div.DivClassName
{
background-color: #0E4908;
}
.BgClassName
{
background-color: #0E4908;
}
</style>
border-color css
<style>
span { border-color: #0E4908; }
span { border-color: rgb(14,73,8); }
td.TdClassName
{
border-color: #0E4908;
}
.TagClassName
{
border-color: #0E4908;
}
</style>