Shades of Myrtle #1E5D04
Tints of Myrtle #1E5D04
RGB
CMYK
RGB Variations
Color information
#1E5D04 (or 0x1E5D04) is known color: Myrtle. HEX triplet: 1E, 5D and 04. RGB value is (30,93,4). Sum of RGB (Red+Green+Blue) = 30+93+4=127 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.62% from 127); Green value is 93 (36.72% from 255 or 73.23% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 93 - color contains mainly: green. Hex color #1E5D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E5D04 is #E1A2FB. Grayscale: #404040. Windows color (decimal): -14787324 or 285982. OLE color: 285982.
HSL color Cylindrical-coordinate representation of color #1E5D04: hue angle of 102.47º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E5D04 is Cyan = 0.68, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 93 | 4 | - |
| CMYK | 0.68 | 0 | 0.96 | 0.64 |
| HSL | 102.47º | 0.92% | 0.19% | - |
| HSV(B) | 102.47º | 0.96% | 0.36% | - |
| XYZ | 4.47 | 8.11 | 1.45 | - |
| YUV | 64.02 | 94.13 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 93 | 4 | 0.68 | 0 | 0.96 | 0.64 | 102.47 | 0.92 | 0.19 |
| Hex | 1E | 5D | 4 | 44 | 0 | 60 | 40 | 66 | 5C | 13 |
| Octal | 36 | 135 | 4 | 104 | 0 | 140 | 100 | 146 | 134 | 23 |
| Binary | 11110 | 1011101 | 100 | 1000100 | 0 | 1100000 | 1000000 | 1100110 | 1011100 | 10011 |
Color Harmonies of #1E5D04
Complementary color
Monochromatic Colors of #1E5D04
Black with #1E5D04
Text Example
Text Example
White with #1E5D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5D04; }
p { color: rgb(30,93,4); }
H1.HeaderClassName
{
color: #1E5D04;
}
.AnyTagClassName
{
color: #1E5D04;
}
</style>
background-color css
<style>
a { background-color: #1E5D04; }
a { background-color: rgb(30,93,4); }
div.DivClassName
{
background-color: #1E5D04;
}
.BgClassName
{
background-color: #1E5D04;
}
</style>
border-color css
<style>
span { border-color: #1E5D04; }
span { border-color: rgb(30,93,4); }
td.TdClassName
{
border-color: #1E5D04;
}
.TagClassName
{
border-color: #1E5D04;
}
</style>