Shades of Myrtle #1E660B
Tints of Myrtle #1E660B
RGB
CMYK
RGB Variations
Color information
#1E660B (or 0x1E660B) is known color: Myrtle. HEX triplet: 1E, 66 and 0B. RGB value is (30,102,11). Sum of RGB (Red+Green+Blue) = 30+102+11=143 (18% of max value = 765). Red value is 30 (12.11% from 255 or 20.98% from 143); Green value is 102 (40.23% from 255 or 71.33% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 102 - color contains mainly: green. Hex color #1E660B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E660B is #E199F4. Grayscale: #464646. Windows color (decimal): -14785013 or 747038. OLE color: 747038.
HSL color Cylindrical-coordinate representation of color #1E660B: hue angle of 107.47º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E660B is Cyan = 0.71, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 30 | 102 | 11 | - |
| CMYK | 0.71 | 0 | 0.89 | 0.6 |
| HSL | 107.47º | 0.81% | 0.22% | - |
| HSV(B) | 107.47º | 0.89% | 0.4% | - |
| XYZ | 5.35 | 9.8 | 1.93 | - |
| YUV | 70.1 | 94.65 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 102 | 11 | 0.71 | 0 | 0.89 | 0.6 | 107.47 | 0.81 | 0.22 |
| Hex | 1E | 66 | B | 47 | 0 | 59 | 3C | 6B | 51 | 16 |
| Octal | 36 | 146 | 13 | 107 | 0 | 131 | 74 | 153 | 121 | 26 |
| Binary | 11110 | 1100110 | 1011 | 1000111 | 0 | 1011001 | 111100 | 1101011 | 1010001 | 10110 |
Color Harmonies of #1E660B
Complementary color
Monochromatic Colors of #1E660B
Black with #1E660B
Text Example
Text Example
White with #1E660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E660B; }
p { color: rgb(30,102,11); }
H1.HeaderClassName
{
color: #1E660B;
}
.AnyTagClassName
{
color: #1E660B;
}
</style>
background-color css
<style>
a { background-color: #1E660B; }
a { background-color: rgb(30,102,11); }
div.DivClassName
{
background-color: #1E660B;
}
.BgClassName
{
background-color: #1E660B;
}
</style>
border-color css
<style>
span { border-color: #1E660B; }
span { border-color: rgb(30,102,11); }
td.TdClassName
{
border-color: #1E660B;
}
.TagClassName
{
border-color: #1E660B;
}
</style>