Shades of Myrtle #1E3E20
Tints of Myrtle #1E3E20
RGB
CMYK
RGB Variations
Color information
#1E3E20 (or 0x1E3E20) is known color: Myrtle. HEX triplet: 1E, 3E and 20. RGB value is (30,62,32). Sum of RGB (Red+Green+Blue) = 30+62+32=124 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.19% from 124); Green value is 62 (24.61% from 255 or 50% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 62 - color contains mainly: green. Hex color #1E3E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3E20 is #E1C1DF. Grayscale: #313131. Windows color (decimal): -14795232 or 2113054. OLE color: 2113054.
HSL color Cylindrical-coordinate representation of color #1E3E20: hue angle of 123.75º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1E3E20 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 62 | 32 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.76 |
| HSL | 123.75º | 0.35% | 0.18% | - |
| HSV(B) | 123.75º | 0.52% | 0.24% | - |
| XYZ | 2.52 | 3.83 | 1.97 | - |
| YUV | 49.01 | 118.4 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 62 | 32 | 0.52 | 0 | 0.48 | 0.76 | 123.75 | 0.35 | 0.18 |
| Hex | 1E | 3E | 20 | 34 | 0 | 30 | 4C | 7C | 23 | 12 |
| Octal | 36 | 76 | 40 | 64 | 0 | 60 | 114 | 174 | 43 | 22 |
| Binary | 11110 | 111110 | 100000 | 110100 | 0 | 110000 | 1001100 | 1111100 | 100011 | 10010 |
Color Harmonies of #1E3E20
Complementary color
Monochromatic Colors of #1E3E20
Black with #1E3E20
Text Example
Text Example
White with #1E3E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3E20; }
p { color: rgb(30,62,32); }
H1.HeaderClassName
{
color: #1E3E20;
}
.AnyTagClassName
{
color: #1E3E20;
}
</style>
background-color css
<style>
a { background-color: #1E3E20; }
a { background-color: rgb(30,62,32); }
div.DivClassName
{
background-color: #1E3E20;
}
.BgClassName
{
background-color: #1E3E20;
}
</style>
border-color css
<style>
span { border-color: #1E3E20; }
span { border-color: rgb(30,62,32); }
td.TdClassName
{
border-color: #1E3E20;
}
.TagClassName
{
border-color: #1E3E20;
}
</style>