Shades of Myrtle #1E4006
Tints of Myrtle #1E4006
RGB
CMYK
RGB Variations
Color information
#1E4006 (or 0x1E4006) is known color: Myrtle. HEX triplet: 1E, 40 and 06. RGB value is (30,64,6). Sum of RGB (Red+Green+Blue) = 30+64+6=100 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30% from 100); Green value is 64 (25.39% from 255 or 64% from 100); Blue value is 6 (2.73% from 255 or 6% from 100); Max value from RGB is 64 - color contains mainly: green. Hex color #1E4006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E4006 is #E1BFF9. Grayscale: #2F2F2F. Windows color (decimal): -14794746 or 409630. OLE color: 409630.
HSL color Cylindrical-coordinate representation of color #1E4006: hue angle of 95.17º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E4006 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 64 | 6 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.75 |
| HSL | 95.17º | 0.83% | 0.14% | - |
| HSV(B) | 95.17º | 0.91% | 0.25% | - |
| XYZ | 2.4 | 3.96 | 0.81 | - |
| YUV | 47.22 | 104.74 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 64 | 6 | 0.53 | 0 | 0.91 | 0.75 | 95.17 | 0.83 | 0.14 |
| Hex | 1E | 40 | 6 | 35 | 0 | 5B | 4B | 5F | 53 | E |
| Octal | 36 | 100 | 6 | 65 | 0 | 133 | 113 | 137 | 123 | 16 |
| Binary | 11110 | 1000000 | 110 | 110101 | 0 | 1011011 | 1001011 | 1011111 | 1010011 | 1110 |
Color Harmonies of #1E4006
Complementary color
Monochromatic Colors of #1E4006
Black with #1E4006
Text Example
Text Example
White with #1E4006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4006; }
p { color: rgb(30,64,6); }
H1.HeaderClassName
{
color: #1E4006;
}
.AnyTagClassName
{
color: #1E4006;
}
</style>
background-color css
<style>
a { background-color: #1E4006; }
a { background-color: rgb(30,64,6); }
div.DivClassName
{
background-color: #1E4006;
}
.BgClassName
{
background-color: #1E4006;
}
</style>
border-color css
<style>
span { border-color: #1E4006; }
span { border-color: rgb(30,64,6); }
td.TdClassName
{
border-color: #1E4006;
}
.TagClassName
{
border-color: #1E4006;
}
</style>