Shades of Myrtle #0E3603
Tints of Myrtle #0E3603
RGB
CMYK
RGB Variations
Color information
#0E3603 (or 0x0E3603) is known color: Myrtle. HEX triplet: 0E, 36 and 03. RGB value is (14,54,3). Sum of RGB (Red+Green+Blue) = 14+54+3=71 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.72% from 71); Green value is 54 (21.48% from 255 or 76.06% from 71); Blue value is 3 (1.56% from 255 or 4.23% from 71); Max value from RGB is 54 - color contains mainly: green. Hex color #0E3603 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3603 is #F1C9FC. Grayscale: #242424. Windows color (decimal): -15845885 or 210446. OLE color: 210446.
HSL color Cylindrical-coordinate representation of color #0E3603: hue angle of 107.06º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E3603 is Cyan = 0.74, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 14 | 54 | 3 | - |
| CMYK | 0.74 | 0 | 0.94 | 0.79 |
| HSL | 107.06º | 0.89% | 0.11% | - |
| HSV(B) | 107.06º | 0.94% | 0.21% | - |
| XYZ | 1.52 | 2.74 | 0.53 | - |
| YUV | 36.23 | 109.25 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 54 | 3 | 0.74 | 0 | 0.94 | 0.79 | 107.06 | 0.89 | 0.11 |
| Hex | E | 36 | 3 | 4A | 0 | 5E | 4F | 6B | 59 | B |
| Octal | 16 | 66 | 3 | 112 | 0 | 136 | 117 | 153 | 131 | 13 |
| Binary | 1110 | 110110 | 11 | 1001010 | 0 | 1011110 | 1001111 | 1101011 | 1011001 | 1011 |
Color Harmonies of #0E3603
Complementary color
Monochromatic Colors of #0E3603
Black with #0E3603
Text Example
Text Example
White with #0E3603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3603; }
p { color: rgb(14,54,3); }
H1.HeaderClassName
{
color: #0E3603;
}
.AnyTagClassName
{
color: #0E3603;
}
</style>
background-color css
<style>
a { background-color: #0E3603; }
a { background-color: rgb(14,54,3); }
div.DivClassName
{
background-color: #0E3603;
}
.BgClassName
{
background-color: #0E3603;
}
</style>
border-color css
<style>
span { border-color: #0E3603; }
span { border-color: rgb(14,54,3); }
td.TdClassName
{
border-color: #0E3603;
}
.TagClassName
{
border-color: #0E3603;
}
</style>