Shades of Myrtle #0E350C
Tints of Myrtle #0E350C
RGB
CMYK
RGB Variations
Color information
#0E350C (or 0x0E350C) is known color: Myrtle. HEX triplet: 0E, 35 and 0C. RGB value is (14,53,12). Sum of RGB (Red+Green+Blue) = 14+53+12=79 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.72% from 79); Green value is 53 (21.09% from 255 or 67.09% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 53 - color contains mainly: green. Hex color #0E350C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E350C is #F1CAF3. Grayscale: #242424. Windows color (decimal): -15846132 or 800014. OLE color: 800014.
HSL color Cylindrical-coordinate representation of color #0E350C: hue angle of 117.07º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E350C is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 14 | 53 | 12 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.79 |
| HSL | 117.07º | 0.63% | 0.13% | - |
| HSV(B) | 117.07º | 0.77% | 0.21% | - |
| XYZ | 1.52 | 2.67 | 0.78 | - |
| YUV | 36.67 | 114.08 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 53 | 12 | 0.74 | 0 | 0.77 | 0.79 | 117.07 | 0.63 | 0.13 |
| Hex | E | 35 | C | 4A | 0 | 4D | 4F | 75 | 3F | D |
| Octal | 16 | 65 | 14 | 112 | 0 | 115 | 117 | 165 | 77 | 15 |
| Binary | 1110 | 110101 | 1100 | 1001010 | 0 | 1001101 | 1001111 | 1110101 | 111111 | 1101 |
Color Harmonies of #0E350C
Complementary color
Monochromatic Colors of #0E350C
Black with #0E350C
Text Example
Text Example
White with #0E350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E350C; }
p { color: rgb(14,53,12); }
H1.HeaderClassName
{
color: #0E350C;
}
.AnyTagClassName
{
color: #0E350C;
}
</style>
background-color css
<style>
a { background-color: #0E350C; }
a { background-color: rgb(14,53,12); }
div.DivClassName
{
background-color: #0E350C;
}
.BgClassName
{
background-color: #0E350C;
}
</style>
border-color css
<style>
span { border-color: #0E350C; }
span { border-color: rgb(14,53,12); }
td.TdClassName
{
border-color: #0E350C;
}
.TagClassName
{
border-color: #0E350C;
}
</style>