Shades of Myrtle #1E5412
Tints of Myrtle #1E5412
RGB
CMYK
RGB Variations
Color information
#1E5412 (or 0x1E5412) is known color: Myrtle. HEX triplet: 1E, 54 and 12. RGB value is (30,84,18). Sum of RGB (Red+Green+Blue) = 30+84+18=132 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.73% from 132); Green value is 84 (33.20% from 255 or 63.64% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 84 - color contains mainly: green. Hex color #1E5412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E5412 is #E1ABED. Grayscale: #3C3C3C. Windows color (decimal): -14789614 or 1201182. OLE color: 1201182.
HSL color Cylindrical-coordinate representation of color #1E5412: hue angle of 109.09º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E5412 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 84 | 18 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.67 |
| HSL | 109.09º | 0.65% | 0.2% | - |
| HSV(B) | 109.09º | 0.79% | 0.33% | - |
| XYZ | 3.81 | 6.66 | 1.66 | - |
| YUV | 60.33 | 104.11 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 84 | 18 | 0.64 | 0 | 0.79 | 0.67 | 109.09 | 0.65 | 0.2 |
| Hex | 1E | 54 | 12 | 40 | 0 | 4F | 43 | 6D | 41 | 14 |
| Octal | 36 | 124 | 22 | 100 | 0 | 117 | 103 | 155 | 101 | 24 |
| Binary | 11110 | 1010100 | 10010 | 1000000 | 0 | 1001111 | 1000011 | 1101101 | 1000001 | 10100 |
Color Harmonies of #1E5412
Complementary color
Monochromatic Colors of #1E5412
Black with #1E5412
Text Example
Text Example
White with #1E5412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5412; }
p { color: rgb(30,84,18); }
H1.HeaderClassName
{
color: #1E5412;
}
.AnyTagClassName
{
color: #1E5412;
}
</style>
background-color css
<style>
a { background-color: #1E5412; }
a { background-color: rgb(30,84,18); }
div.DivClassName
{
background-color: #1E5412;
}
.BgClassName
{
background-color: #1E5412;
}
</style>
border-color css
<style>
span { border-color: #1E5412; }
span { border-color: rgb(30,84,18); }
td.TdClassName
{
border-color: #1E5412;
}
.TagClassName
{
border-color: #1E5412;
}
</style>