Shades of Myrtle #1E3612
Tints of Myrtle #1E3612
RGB
CMYK
RGB Variations
Color information
#1E3612 (or 0x1E3612) is known color: Myrtle. HEX triplet: 1E, 36 and 12. RGB value is (30,54,18). Sum of RGB (Red+Green+Blue) = 30+54+18=102 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.41% from 102); Green value is 54 (21.48% from 255 or 52.94% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 54 - color contains mainly: green. Hex color #1E3612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3612 is #E1C9ED. Grayscale: #2A2A2A. Windows color (decimal): -14797294 or 1193502. OLE color: 1193502.
HSL color Cylindrical-coordinate representation of color #1E3612: hue angle of 100º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E3612 is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 30 | 54 | 18 | - |
| CMYK | 0.44 | 0 | 0.67 | 0.79 |
| HSL | 100º | 0.5% | 0.14% | - |
| HSV(B) | 100º | 0.67% | 0.21% | - |
| XYZ | 1.96 | 2.96 | 1.04 | - |
| YUV | 42.72 | 114.05 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 54 | 18 | 0.44 | 0 | 0.67 | 0.79 | 100 | 0.5 | 0.14 |
| Hex | 1E | 36 | 12 | 2C | 0 | 43 | 4F | 64 | 32 | E |
| Octal | 36 | 66 | 22 | 54 | 0 | 103 | 117 | 144 | 62 | 16 |
| Binary | 11110 | 110110 | 10010 | 101100 | 0 | 1000011 | 1001111 | 1100100 | 110010 | 1110 |
Color Harmonies of #1E3612
Complementary color
Monochromatic Colors of #1E3612
Black with #1E3612
Text Example
Text Example
White with #1E3612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3612; }
p { color: rgb(30,54,18); }
H1.HeaderClassName
{
color: #1E3612;
}
.AnyTagClassName
{
color: #1E3612;
}
</style>
background-color css
<style>
a { background-color: #1E3612; }
a { background-color: rgb(30,54,18); }
div.DivClassName
{
background-color: #1E3612;
}
.BgClassName
{
background-color: #1E3612;
}
</style>
border-color css
<style>
span { border-color: #1E3612; }
span { border-color: rgb(30,54,18); }
td.TdClassName
{
border-color: #1E3612;
}
.TagClassName
{
border-color: #1E3612;
}
</style>