Shades of Myrtle #1E6413
Tints of Myrtle #1E6413
RGB
CMYK
RGB Variations
Color information
#1E6413 (or 0x1E6413) is known color: Myrtle. HEX triplet: 1E, 64 and 13. RGB value is (30,100,19). Sum of RGB (Red+Green+Blue) = 30+100+19=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 100 (39.45% from 255 or 67.11% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 100 - color contains mainly: green. Hex color #1E6413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6413 is #E19BEC. Grayscale: #464646. Windows color (decimal): -14785517 or 1270814. OLE color: 1270814.
HSL color Cylindrical-coordinate representation of color #1E6413: hue angle of 111.85º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E6413 is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 30 | 100 | 19 | - |
| CMYK | 0.70 | 0 | 0.81 | 0.61 |
| HSL | 111.85º | 0.68% | 0.23% | - |
| HSV(B) | 111.85º | 0.81% | 0.39% | - |
| XYZ | 5.21 | 9.44 | 2.16 | - |
| YUV | 69.84 | 99.31 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 100 | 19 | 0.70 | 0 | 0.81 | 0.61 | 111.85 | 0.68 | 0.23 |
| Hex | 1E | 64 | 13 | 46 | 0 | 51 | 3D | 70 | 44 | 17 |
| Octal | 36 | 144 | 23 | 106 | 0 | 121 | 75 | 160 | 104 | 27 |
| Binary | 11110 | 1100100 | 10011 | 1000110 | 0 | 1010001 | 111101 | 1110000 | 1000100 | 10111 |
Color Harmonies of #1E6413
Complementary color
Monochromatic Colors of #1E6413
Black with #1E6413
Text Example
Text Example
White with #1E6413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6413; }
p { color: rgb(30,100,19); }
H1.HeaderClassName
{
color: #1E6413;
}
.AnyTagClassName
{
color: #1E6413;
}
</style>
background-color css
<style>
a { background-color: #1E6413; }
a { background-color: rgb(30,100,19); }
div.DivClassName
{
background-color: #1E6413;
}
.BgClassName
{
background-color: #1E6413;
}
</style>
border-color css
<style>
span { border-color: #1E6413; }
span { border-color: rgb(30,100,19); }
td.TdClassName
{
border-color: #1E6413;
}
.TagClassName
{
border-color: #1E6413;
}
</style>