Shades of Myrtle #1E3715
Tints of Myrtle #1E3715
RGB
CMYK
RGB Variations
Color information
#1E3715 (or 0x1E3715) is known color: Myrtle. HEX triplet: 1E, 37 and 15. RGB value is (30,55,21). Sum of RGB (Red+Green+Blue) = 30+55+21=106 (14% of max value = 765). Red value is 30 (12.11% from 255 or 28.30% from 106); Green value is 55 (21.88% from 255 or 51.89% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 55 - color contains mainly: green. Hex color #1E3715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3715 is #E1C8EA. Grayscale: #2B2B2B. Windows color (decimal): -14797035 or 1390366. OLE color: 1390366.
HSL color Cylindrical-coordinate representation of color #1E3715: hue angle of 104.12º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E3715 is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 55 | 21 | - |
| CMYK | 0.45 | 0 | 0.62 | 0.78 |
| HSL | 104.12º | 0.45% | 0.15% | - |
| HSV(B) | 104.12º | 0.62% | 0.22% | - |
| XYZ | 2.04 | 3.06 | 1.19 | - |
| YUV | 43.65 | 115.22 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 55 | 21 | 0.45 | 0 | 0.62 | 0.78 | 104.12 | 0.45 | 0.15 |
| Hex | 1E | 37 | 15 | 2D | 0 | 3E | 4E | 68 | 2D | F |
| Octal | 36 | 67 | 25 | 55 | 0 | 76 | 116 | 150 | 55 | 17 |
| Binary | 11110 | 110111 | 10101 | 101101 | 0 | 111110 | 1001110 | 1101000 | 101101 | 1111 |
Color Harmonies of #1E3715
Complementary color
Monochromatic Colors of #1E3715
Black with #1E3715
Text Example
Text Example
White with #1E3715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3715; }
p { color: rgb(30,55,21); }
H1.HeaderClassName
{
color: #1E3715;
}
.AnyTagClassName
{
color: #1E3715;
}
</style>
background-color css
<style>
a { background-color: #1E3715; }
a { background-color: rgb(30,55,21); }
div.DivClassName
{
background-color: #1E3715;
}
.BgClassName
{
background-color: #1E3715;
}
</style>
border-color css
<style>
span { border-color: #1E3715; }
span { border-color: rgb(30,55,21); }
td.TdClassName
{
border-color: #1E3715;
}
.TagClassName
{
border-color: #1E3715;
}
</style>