Shades of Myrtle #1E5A06
Tints of Myrtle #1E5A06
RGB
CMYK
RGB Variations
Color information
#1E5A06 (or 0x1E5A06) is known color: Myrtle. HEX triplet: 1E, 5A and 06. RGB value is (30,90,6). Sum of RGB (Red+Green+Blue) = 30+90+6=126 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.81% from 126); Green value is 90 (35.55% from 255 or 71.43% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 90 - color contains mainly: green. Hex color #1E5A06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E5A06 is #E1A5F9. Grayscale: #3E3E3E. Windows color (decimal): -14788090 or 416286. OLE color: 416286.
HSL color Cylindrical-coordinate representation of color #1E5A06: hue angle of 102.86º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E5A06 is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 90 | 6 | - |
| CMYK | 0.67 | 0 | 0.93 | 0.65 |
| HSL | 102.86º | 0.88% | 0.19% | - |
| HSV(B) | 102.86º | 0.93% | 0.35% | - |
| XYZ | 4.22 | 7.6 | 1.42 | - |
| YUV | 62.48 | 96.12 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 90 | 6 | 0.67 | 0 | 0.93 | 0.65 | 102.86 | 0.88 | 0.19 |
| Hex | 1E | 5A | 6 | 43 | 0 | 5D | 41 | 67 | 58 | 13 |
| Octal | 36 | 132 | 6 | 103 | 0 | 135 | 101 | 147 | 130 | 23 |
| Binary | 11110 | 1011010 | 110 | 1000011 | 0 | 1011101 | 1000001 | 1100111 | 1011000 | 10011 |
Color Harmonies of #1E5A06
Complementary color
Monochromatic Colors of #1E5A06
Black with #1E5A06
Text Example
Text Example
White with #1E5A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5A06; }
p { color: rgb(30,90,6); }
H1.HeaderClassName
{
color: #1E5A06;
}
.AnyTagClassName
{
color: #1E5A06;
}
</style>
background-color css
<style>
a { background-color: #1E5A06; }
a { background-color: rgb(30,90,6); }
div.DivClassName
{
background-color: #1E5A06;
}
.BgClassName
{
background-color: #1E5A06;
}
</style>
border-color css
<style>
span { border-color: #1E5A06; }
span { border-color: rgb(30,90,6); }
td.TdClassName
{
border-color: #1E5A06;
}
.TagClassName
{
border-color: #1E5A06;
}
</style>