Shades of Myrtle #1E4018
Tints of Myrtle #1E4018
RGB
CMYK
RGB Variations
Color information
#1E4018 (or 0x1E4018) is known color: Myrtle. HEX triplet: 1E, 40 and 18. RGB value is (30,64,24). Sum of RGB (Red+Green+Blue) = 30+64+24=118 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.42% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #1E4018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E4018 is #E1BFE7. Grayscale: #313131. Windows color (decimal): -14794728 or 1589278. OLE color: 1589278.
HSL color Cylindrical-coordinate representation of color #1E4018: hue angle of 111º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E4018 is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 64 | 24 | - |
| CMYK | 0.53 | 0 | 0.62 | 0.75 |
| HSL | 111º | 0.45% | 0.17% | - |
| HSV(B) | 111º | 0.63% | 0.25% | - |
| XYZ | 2.53 | 4.01 | 1.5 | - |
| YUV | 49.27 | 113.74 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 64 | 24 | 0.53 | 0 | 0.62 | 0.75 | 111 | 0.45 | 0.17 |
| Hex | 1E | 40 | 18 | 35 | 0 | 3E | 4B | 6F | 2D | 11 |
| Octal | 36 | 100 | 30 | 65 | 0 | 76 | 113 | 157 | 55 | 21 |
| Binary | 11110 | 1000000 | 11000 | 110101 | 0 | 111110 | 1001011 | 1101111 | 101101 | 10001 |
Color Harmonies of #1E4018
Complementary color
Monochromatic Colors of #1E4018
Black with #1E4018
Text Example
Text Example
White with #1E4018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4018; }
p { color: rgb(30,64,24); }
H1.HeaderClassName
{
color: #1E4018;
}
.AnyTagClassName
{
color: #1E4018;
}
</style>
background-color css
<style>
a { background-color: #1E4018; }
a { background-color: rgb(30,64,24); }
div.DivClassName
{
background-color: #1E4018;
}
.BgClassName
{
background-color: #1E4018;
}
</style>
border-color css
<style>
span { border-color: #1E4018; }
span { border-color: rgb(30,64,24); }
td.TdClassName
{
border-color: #1E4018;
}
.TagClassName
{
border-color: #1E4018;
}
</style>