Shades of Myrtle #0E2605
Tints of Myrtle #0E2605
RGB
CMYK
RGB Variations
Color information
#0E2605 (or 0x0E2605) is known color: Myrtle. HEX triplet: 0E, 26 and 05. RGB value is (14,38,5). Sum of RGB (Red+Green+Blue) = 14+38+5=57 (7% of max value = 765). Red value is 14 (5.86% from 255 or 24.56% from 57); Green value is 38 (15.23% from 255 or 66.67% from 57); Blue value is 5 (2.34% from 255 or 8.77% from 57); Max value from RGB is 38 - color contains mainly: green. Hex color #0E2605 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2605 is #F1D9FA. Grayscale: #1B1B1B. Windows color (decimal): -15849979 or 337422. OLE color: 337422.
HSL color Cylindrical-coordinate representation of color #0E2605: hue angle of 103.64º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E2605 is Cyan = 0.63, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 14 | 38 | 5 | - |
| CMYK | 0.63 | 0 | 0.87 | 0.85 |
| HSL | 103.64º | 0.77% | 0.08% | - |
| HSV(B) | 103.64º | 0.87% | 0.15% | - |
| XYZ | 0.9 | 1.49 | 0.38 | - |
| YUV | 27.06 | 115.55 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 38 | 5 | 0.63 | 0 | 0.87 | 0.85 | 103.64 | 0.77 | 0.08 |
| Hex | E | 26 | 5 | 3F | 0 | 57 | 55 | 68 | 4D | 8 |
| Octal | 16 | 46 | 5 | 77 | 0 | 127 | 125 | 150 | 115 | 10 |
| Binary | 1110 | 100110 | 101 | 111111 | 0 | 1010111 | 1010101 | 1101000 | 1001101 | 1000 |
Color Harmonies of #0E2605
Complementary color
Monochromatic Colors of #0E2605
Black with #0E2605
Text Example
Text Example
White with #0E2605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2605; }
p { color: rgb(14,38,5); }
H1.HeaderClassName
{
color: #0E2605;
}
.AnyTagClassName
{
color: #0E2605;
}
</style>
background-color css
<style>
a { background-color: #0E2605; }
a { background-color: rgb(14,38,5); }
div.DivClassName
{
background-color: #0E2605;
}
.BgClassName
{
background-color: #0E2605;
}
</style>
border-color css
<style>
span { border-color: #0E2605; }
span { border-color: rgb(14,38,5); }
td.TdClassName
{
border-color: #0E2605;
}
.TagClassName
{
border-color: #0E2605;
}
</style>