Shades of Myrtle #1E660E
Tints of Myrtle #1E660E
RGB
CMYK
RGB Variations
Color information
#1E660E (or 0x1E660E) is known color: Myrtle. HEX triplet: 1E, 66 and 0E. RGB value is (30,102,14). Sum of RGB (Red+Green+Blue) = 30+102+14=146 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.55% from 146); Green value is 102 (40.23% from 255 or 69.86% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 102 - color contains mainly: green. Hex color #1E660E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E660E is #E199F1. Grayscale: #464646. Windows color (decimal): -14785010 or 943646. OLE color: 943646.
HSL color Cylindrical-coordinate representation of color #1E660E: hue angle of 109.09º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E660E is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 30 | 102 | 14 | - |
| CMYK | 0.71 | 0 | 0.86 | 0.6 |
| HSL | 109.09º | 0.76% | 0.23% | - |
| HSV(B) | 109.09º | 0.86% | 0.4% | - |
| XYZ | 5.37 | 9.81 | 2.03 | - |
| YUV | 70.44 | 96.15 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 102 | 14 | 0.71 | 0 | 0.86 | 0.6 | 109.09 | 0.76 | 0.23 |
| Hex | 1E | 66 | E | 47 | 0 | 56 | 3C | 6D | 4C | 17 |
| Octal | 36 | 146 | 16 | 107 | 0 | 126 | 74 | 155 | 114 | 27 |
| Binary | 11110 | 1100110 | 1110 | 1000111 | 0 | 1010110 | 111100 | 1101101 | 1001100 | 10111 |
Color Harmonies of #1E660E
Complementary color
Monochromatic Colors of #1E660E
Black with #1E660E
Text Example
Text Example
White with #1E660E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E660E; }
p { color: rgb(30,102,14); }
H1.HeaderClassName
{
color: #1E660E;
}
.AnyTagClassName
{
color: #1E660E;
}
</style>
background-color css
<style>
a { background-color: #1E660E; }
a { background-color: rgb(30,102,14); }
div.DivClassName
{
background-color: #1E660E;
}
.BgClassName
{
background-color: #1E660E;
}
</style>
border-color css
<style>
span { border-color: #1E660E; }
span { border-color: rgb(30,102,14); }
td.TdClassName
{
border-color: #1E660E;
}
.TagClassName
{
border-color: #1E660E;
}
</style>