Shades of Myrtle #0E4B0F
Tints of Myrtle #0E4B0F
RGB
CMYK
RGB Variations
Color information
#0E4B0F (or 0x0E4B0F) is known color: Myrtle. HEX triplet: 0E, 4B and 0F. RGB value is (14,75,15). Sum of RGB (Red+Green+Blue) = 14+75+15=104 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.46% from 104); Green value is 75 (29.69% from 255 or 72.12% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 75 - color contains mainly: green. Hex color #0E4B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4B0F is #F1B4F0. Grayscale: #323232. Windows color (decimal): -15840497 or 1002254. OLE color: 1002254.
HSL color Cylindrical-coordinate representation of color #0E4B0F: hue angle of 120.98º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E4B0F is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 14 | 75 | 15 | - |
| CMYK | 0.81 | 0 | 0.80 | 0.71 |
| HSL | 120.98º | 0.69% | 0.17% | - |
| HSV(B) | 120.98º | 0.81% | 0.29% | - |
| XYZ | 2.78 | 5.16 | 1.3 | - |
| YUV | 49.92 | 108.29 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 75 | 15 | 0.81 | 0 | 0.80 | 0.71 | 120.98 | 0.69 | 0.17 |
| Hex | E | 4B | F | 51 | 0 | 50 | 47 | 79 | 45 | 11 |
| Octal | 16 | 113 | 17 | 121 | 0 | 120 | 107 | 171 | 105 | 21 |
| Binary | 1110 | 1001011 | 1111 | 1010001 | 0 | 1010000 | 1000111 | 1111001 | 1000101 | 10001 |
Color Harmonies of #0E4B0F
Complementary color
Monochromatic Colors of #0E4B0F
Black with #0E4B0F
Text Example
Text Example
White with #0E4B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4B0F; }
p { color: rgb(14,75,15); }
H1.HeaderClassName
{
color: #0E4B0F;
}
.AnyTagClassName
{
color: #0E4B0F;
}
</style>
background-color css
<style>
a { background-color: #0E4B0F; }
a { background-color: rgb(14,75,15); }
div.DivClassName
{
background-color: #0E4B0F;
}
.BgClassName
{
background-color: #0E4B0F;
}
</style>
border-color css
<style>
span { border-color: #0E4B0F; }
span { border-color: rgb(14,75,15); }
td.TdClassName
{
border-color: #0E4B0F;
}
.TagClassName
{
border-color: #0E4B0F;
}
</style>