Shades of Myrtle #1E4D06
Tints of Myrtle #1E4D06
RGB
CMYK
RGB Variations
Color information
#1E4D06 (or 0x1E4D06) is known color: Myrtle. HEX triplet: 1E, 4D and 06. RGB value is (30,77,6). Sum of RGB (Red+Green+Blue) = 30+77+6=113 (14% of max value = 765). Red value is 30 (12.11% from 255 or 26.55% from 113); Green value is 77 (30.47% from 255 or 68.14% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 77 - color contains mainly: green. Hex color #1E4D06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E4D06 is #E1B2F9. Grayscale: #373737. Windows color (decimal): -14791418 or 412958. OLE color: 412958.
HSL color Cylindrical-coordinate representation of color #1E4D06: hue angle of 99.72º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E4D06 is Cyan = 0.61, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 30 | 77 | 6 | - |
| CMYK | 0.61 | 0 | 0.92 | 0.70 |
| HSL | 99.72º | 0.86% | 0.16% | - |
| HSV(B) | 99.72º | 0.92% | 0.3% | - |
| XYZ | 3.22 | 5.6 | 1.08 | - |
| YUV | 54.85 | 100.43 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 77 | 6 | 0.61 | 0 | 0.92 | 0.70 | 99.72 | 0.86 | 0.16 |
| Hex | 1E | 4D | 6 | 3D | 0 | 5C | 46 | 64 | 56 | 10 |
| Octal | 36 | 115 | 6 | 75 | 0 | 134 | 106 | 144 | 126 | 20 |
| Binary | 11110 | 1001101 | 110 | 111101 | 0 | 1011100 | 1000110 | 1100100 | 1010110 | 10000 |
Color Harmonies of #1E4D06
Complementary color
Monochromatic Colors of #1E4D06
Black with #1E4D06
Text Example
Text Example
White with #1E4D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4D06; }
p { color: rgb(30,77,6); }
H1.HeaderClassName
{
color: #1E4D06;
}
.AnyTagClassName
{
color: #1E4D06;
}
</style>
background-color css
<style>
a { background-color: #1E4D06; }
a { background-color: rgb(30,77,6); }
div.DivClassName
{
background-color: #1E4D06;
}
.BgClassName
{
background-color: #1E4D06;
}
</style>
border-color css
<style>
span { border-color: #1E4D06; }
span { border-color: rgb(30,77,6); }
td.TdClassName
{
border-color: #1E4D06;
}
.TagClassName
{
border-color: #1E4D06;
}
</style>