Shades of Myrtle #1E5804
Tints of Myrtle #1E5804
RGB
CMYK
RGB Variations
Color information
#1E5804 (or 0x1E5804) is known color: Myrtle. HEX triplet: 1E, 58 and 04. RGB value is (30,88,4). Sum of RGB (Red+Green+Blue) = 30+88+4=122 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.59% from 122); Green value is 88 (34.77% from 255 or 72.13% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 88 - color contains mainly: green. Hex color #1E5804 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E5804 is #E1A7FB. Grayscale: #3D3D3D. Windows color (decimal): -14788604 or 284702. OLE color: 284702.
HSL color Cylindrical-coordinate representation of color #1E5804: hue angle of 101.43º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E5804 is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 88 | 4 | - |
| CMYK | 0.66 | 0 | 0.95 | 0.65 |
| HSL | 101.43º | 0.91% | 0.18% | - |
| HSV(B) | 101.43º | 0.95% | 0.35% | - |
| XYZ | 4.05 | 7.26 | 1.3 | - |
| YUV | 61.08 | 95.78 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 88 | 4 | 0.66 | 0 | 0.95 | 0.65 | 101.43 | 0.91 | 0.18 |
| Hex | 1E | 58 | 4 | 42 | 0 | 5F | 41 | 65 | 5B | 12 |
| Octal | 36 | 130 | 4 | 102 | 0 | 137 | 101 | 145 | 133 | 22 |
| Binary | 11110 | 1011000 | 100 | 1000010 | 0 | 1011111 | 1000001 | 1100101 | 1011011 | 10010 |
Color Harmonies of #1E5804
Complementary color
Monochromatic Colors of #1E5804
Black with #1E5804
Text Example
Text Example
White with #1E5804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5804; }
p { color: rgb(30,88,4); }
H1.HeaderClassName
{
color: #1E5804;
}
.AnyTagClassName
{
color: #1E5804;
}
</style>
background-color css
<style>
a { background-color: #1E5804; }
a { background-color: rgb(30,88,4); }
div.DivClassName
{
background-color: #1E5804;
}
.BgClassName
{
background-color: #1E5804;
}
</style>
border-color css
<style>
span { border-color: #1E5804; }
span { border-color: rgb(30,88,4); }
td.TdClassName
{
border-color: #1E5804;
}
.TagClassName
{
border-color: #1E5804;
}
</style>