Shades of Myrtle #1E551E
Tints of Myrtle #1E551E
RGB
CMYK
RGB Variations
Color information
#1E551E (or 0x1E551E) is known color: Myrtle. HEX triplet: 1E, 55 and 1E. RGB value is (30,85,30). Sum of RGB (Red+Green+Blue) = 30+85+30=145 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.69% from 145); Green value is 85 (33.59% from 255 or 58.62% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 85 - color contains mainly: green. Hex color #1E551E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E551E is #E1AAE1. Grayscale: #3E3E3E. Windows color (decimal): -14789346 or 1987870. OLE color: 1987870.
HSL color Cylindrical-coordinate representation of color #1E551E: hue angle of 120º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E551E is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 85 | 30 | - |
| CMYK | 0.65 | 0 | 0.65 | 0.67 |
| HSL | 120º | 0.48% | 0.23% | - |
| HSV(B) | 120º | 0.65% | 0.33% | - |
| XYZ | 4.02 | 6.87 | 2.34 | - |
| YUV | 62.29 | 109.78 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 85 | 30 | 0.65 | 0 | 0.65 | 0.67 | 120 | 0.48 | 0.23 |
| Hex | 1E | 55 | 1E | 41 | 0 | 41 | 43 | 78 | 30 | 17 |
| Octal | 36 | 125 | 36 | 101 | 0 | 101 | 103 | 170 | 60 | 27 |
| Binary | 11110 | 1010101 | 11110 | 1000001 | 0 | 1000001 | 1000011 | 1111000 | 110000 | 10111 |
Color Harmonies of #1E551E
Complementary color
Monochromatic Colors of #1E551E
Black with #1E551E
Text Example
Text Example
White with #1E551E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E551E; }
p { color: rgb(30,85,30); }
H1.HeaderClassName
{
color: #1E551E;
}
.AnyTagClassName
{
color: #1E551E;
}
</style>
background-color css
<style>
a { background-color: #1E551E; }
a { background-color: rgb(30,85,30); }
div.DivClassName
{
background-color: #1E551E;
}
.BgClassName
{
background-color: #1E551E;
}
</style>
border-color css
<style>
span { border-color: #1E551E; }
span { border-color: rgb(30,85,30); }
td.TdClassName
{
border-color: #1E551E;
}
.TagClassName
{
border-color: #1E551E;
}
</style>