Shades of Myrtle #0E3902
Tints of Myrtle #0E3902
RGB
CMYK
RGB Variations
Color information
#0E3902 (or 0x0E3902) is known color: Myrtle. HEX triplet: 0E, 39 and 02. RGB value is (14,57,2). Sum of RGB (Red+Green+Blue) = 14+57+2=73 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.18% from 73); Green value is 57 (22.66% from 255 or 78.08% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 57 - color contains mainly: green. Hex color #0E3902 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3902 is #F1C6FD. Grayscale: #262626. Windows color (decimal): -15845118 or 145678. OLE color: 145678.
HSL color Cylindrical-coordinate representation of color #0E3902: hue angle of 106.91º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E3902 is Cyan = 0.75, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 57 | 2 | - |
| CMYK | 0.75 | 0 | 0.96 | 0.78 |
| HSL | 106.91º | 0.93% | 0.12% | - |
| HSV(B) | 106.91º | 0.96% | 0.22% | - |
| XYZ | 1.66 | 3.02 | 0.55 | - |
| YUV | 37.87 | 107.75 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 57 | 2 | 0.75 | 0 | 0.96 | 0.78 | 106.91 | 0.93 | 0.12 |
| Hex | E | 39 | 2 | 4B | 0 | 60 | 4E | 6B | 5D | C |
| Octal | 16 | 71 | 2 | 113 | 0 | 140 | 116 | 153 | 135 | 14 |
| Binary | 1110 | 111001 | 10 | 1001011 | 0 | 1100000 | 1001110 | 1101011 | 1011101 | 1100 |
Color Harmonies of #0E3902
Complementary color
Monochromatic Colors of #0E3902
Black with #0E3902
Text Example
Text Example
White with #0E3902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3902; }
p { color: rgb(14,57,2); }
H1.HeaderClassName
{
color: #0E3902;
}
.AnyTagClassName
{
color: #0E3902;
}
</style>
background-color css
<style>
a { background-color: #0E3902; }
a { background-color: rgb(14,57,2); }
div.DivClassName
{
background-color: #0E3902;
}
.BgClassName
{
background-color: #0E3902;
}
</style>
border-color css
<style>
span { border-color: #0E3902; }
span { border-color: rgb(14,57,2); }
td.TdClassName
{
border-color: #0E3902;
}
.TagClassName
{
border-color: #0E3902;
}
</style>