Shades of Myrtle #0E3C01
Tints of Myrtle #0E3C01
RGB
CMYK
RGB Variations
Color information
#0E3C01 (or 0x0E3C01) is known color: Myrtle. HEX triplet: 0E, 3C and 01. RGB value is (14,60,1). Sum of RGB (Red+Green+Blue) = 14+60+1=75 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.67% from 75); Green value is 60 (23.83% from 255 or 80% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 60 - color contains mainly: green. Hex color #0E3C01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3C01 is #F1C3FE. Grayscale: #272727. Windows color (decimal): -15844351 or 80910. OLE color: 80910.
HSL color Cylindrical-coordinate representation of color #0E3C01: hue angle of 106.78º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E3C01 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 14 | 60 | 1 | - |
| CMYK | 0.77 | 0 | 0.98 | 0.76 |
| HSL | 106.78º | 0.97% | 0.12% | - |
| HSV(B) | 106.78º | 0.98% | 0.24% | - |
| XYZ | 1.8 | 3.33 | 0.58 | - |
| YUV | 39.52 | 106.26 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 60 | 1 | 0.77 | 0 | 0.98 | 0.76 | 106.78 | 0.97 | 0.12 |
| Hex | E | 3C | 1 | 4D | 0 | 62 | 4C | 6B | 61 | C |
| Octal | 16 | 74 | 1 | 115 | 0 | 142 | 114 | 153 | 141 | 14 |
| Binary | 1110 | 111100 | 1 | 1001101 | 0 | 1100010 | 1001100 | 1101011 | 1100001 | 1100 |
Color Harmonies of #0E3C01
Complementary color
Monochromatic Colors of #0E3C01
Black with #0E3C01
Text Example
Text Example
White with #0E3C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3C01; }
p { color: rgb(14,60,1); }
H1.HeaderClassName
{
color: #0E3C01;
}
.AnyTagClassName
{
color: #0E3C01;
}
</style>
background-color css
<style>
a { background-color: #0E3C01; }
a { background-color: rgb(14,60,1); }
div.DivClassName
{
background-color: #0E3C01;
}
.BgClassName
{
background-color: #0E3C01;
}
</style>
border-color css
<style>
span { border-color: #0E3C01; }
span { border-color: rgb(14,60,1); }
td.TdClassName
{
border-color: #0E3C01;
}
.TagClassName
{
border-color: #0E3C01;
}
</style>