Shades of Myrtle #0E360C
Tints of Myrtle #0E360C
RGB
CMYK
RGB Variations
Color information
#0E360C (or 0x0E360C) is known color: Myrtle. HEX triplet: 0E, 36 and 0C. RGB value is (14,54,12). Sum of RGB (Red+Green+Blue) = 14+54+12=80 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.5% from 80); Green value is 54 (21.48% from 255 or 67.5% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 54 - color contains mainly: green. Hex color #0E360C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E360C is #F1C9F3. Grayscale: #252525. Windows color (decimal): -15845876 or 800270. OLE color: 800270.
HSL color Cylindrical-coordinate representation of color #0E360C: hue angle of 117.14º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0E360C is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 14 | 54 | 12 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.79 |
| HSL | 117.14º | 0.64% | 0.13% | - |
| HSV(B) | 117.14º | 0.78% | 0.21% | - |
| XYZ | 1.57 | 2.76 | 0.8 | - |
| YUV | 37.25 | 113.75 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 54 | 12 | 0.74 | 0 | 0.78 | 0.79 | 117.14 | 0.64 | 0.13 |
| Hex | E | 36 | C | 4A | 0 | 4E | 4F | 75 | 40 | D |
| Octal | 16 | 66 | 14 | 112 | 0 | 116 | 117 | 165 | 100 | 15 |
| Binary | 1110 | 110110 | 1100 | 1001010 | 0 | 1001110 | 1001111 | 1110101 | 1000000 | 1101 |
Color Harmonies of #0E360C
Complementary color
Monochromatic Colors of #0E360C
Black with #0E360C
Text Example
Text Example
White with #0E360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E360C; }
p { color: rgb(14,54,12); }
H1.HeaderClassName
{
color: #0E360C;
}
.AnyTagClassName
{
color: #0E360C;
}
</style>
background-color css
<style>
a { background-color: #0E360C; }
a { background-color: rgb(14,54,12); }
div.DivClassName
{
background-color: #0E360C;
}
.BgClassName
{
background-color: #0E360C;
}
</style>
border-color css
<style>
span { border-color: #0E360C; }
span { border-color: rgb(14,54,12); }
td.TdClassName
{
border-color: #0E360C;
}
.TagClassName
{
border-color: #0E360C;
}
</style>