Shades of Myrtle #1E610A
Tints of Myrtle #1E610A
RGB
CMYK
RGB Variations
Color information
#1E610A (or 0x1E610A) is known color: Myrtle. HEX triplet: 1E, 61 and 0A. RGB value is (30,97,10). Sum of RGB (Red+Green+Blue) = 30+97+10=137 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.90% from 137); Green value is 97 (38.28% from 255 or 70.80% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 97 - color contains mainly: green. Hex color #1E610A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E610A is #E19EF5. Grayscale: #434343. Windows color (decimal): -14786294 or 680222. OLE color: 680222.
HSL color Cylindrical-coordinate representation of color #1E610A: hue angle of 106.21º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E610A is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 97 | 10 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.62 |
| HSL | 106.21º | 0.81% | 0.21% | - |
| HSV(B) | 106.21º | 0.9% | 0.38% | - |
| XYZ | 4.86 | 8.85 | 1.74 | - |
| YUV | 67.05 | 95.8 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 97 | 10 | 0.69 | 0 | 0.90 | 0.62 | 106.21 | 0.81 | 0.21 |
| Hex | 1E | 61 | A | 45 | 0 | 5A | 3E | 6A | 51 | 15 |
| Octal | 36 | 141 | 12 | 105 | 0 | 132 | 76 | 152 | 121 | 25 |
| Binary | 11110 | 1100001 | 1010 | 1000101 | 0 | 1011010 | 111110 | 1101010 | 1010001 | 10101 |
Color Harmonies of #1E610A
Complementary color
Monochromatic Colors of #1E610A
Black with #1E610A
Text Example
Text Example
White with #1E610A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E610A; }
p { color: rgb(30,97,10); }
H1.HeaderClassName
{
color: #1E610A;
}
.AnyTagClassName
{
color: #1E610A;
}
</style>
background-color css
<style>
a { background-color: #1E610A; }
a { background-color: rgb(30,97,10); }
div.DivClassName
{
background-color: #1E610A;
}
.BgClassName
{
background-color: #1E610A;
}
</style>
border-color css
<style>
span { border-color: #1E610A; }
span { border-color: rgb(30,97,10); }
td.TdClassName
{
border-color: #1E610A;
}
.TagClassName
{
border-color: #1E610A;
}
</style>