Shades of Myrtle #0E3601
Tints of Myrtle #0E3601
RGB
CMYK
RGB Variations
Color information
#0E3601 (or 0x0E3601) is known color: Myrtle. HEX triplet: 0E, 36 and 01. RGB value is (14,54,1). Sum of RGB (Red+Green+Blue) = 14+54+1=69 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.29% from 69); Green value is 54 (21.48% from 255 or 78.26% from 69); Blue value is 1 (0.78% from 255 or 1.45% from 69); Max value from RGB is 54 - color contains mainly: green. Hex color #0E3601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3601 is #F1C9FE. Grayscale: #242424. Windows color (decimal): -15845887 or 79374. OLE color: 79374.
HSL color Cylindrical-coordinate representation of color #0E3601: hue angle of 105.28º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E3601 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 14 | 54 | 1 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.79 |
| HSL | 105.28º | 0.96% | 0.11% | - |
| HSV(B) | 105.28º | 0.98% | 0.21% | - |
| XYZ | 1.51 | 2.73 | 0.48 | - |
| YUV | 36 | 108.25 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 54 | 1 | 0.74 | 0 | 0.98 | 0.79 | 105.28 | 0.96 | 0.11 |
| Hex | E | 36 | 1 | 4A | 0 | 62 | 4F | 69 | 60 | B |
| Octal | 16 | 66 | 1 | 112 | 0 | 142 | 117 | 151 | 140 | 13 |
| Binary | 1110 | 110110 | 1 | 1001010 | 0 | 1100010 | 1001111 | 1101001 | 1100000 | 1011 |
Color Harmonies of #0E3601
Complementary color
Monochromatic Colors of #0E3601
Black with #0E3601
Text Example
Text Example
White with #0E3601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3601; }
p { color: rgb(14,54,1); }
H1.HeaderClassName
{
color: #0E3601;
}
.AnyTagClassName
{
color: #0E3601;
}
</style>
background-color css
<style>
a { background-color: #0E3601; }
a { background-color: rgb(14,54,1); }
div.DivClassName
{
background-color: #0E3601;
}
.BgClassName
{
background-color: #0E3601;
}
</style>
border-color css
<style>
span { border-color: #0E3601; }
span { border-color: rgb(14,54,1); }
td.TdClassName
{
border-color: #0E3601;
}
.TagClassName
{
border-color: #0E3601;
}
</style>