Shades of Myrtle #1E490C
Tints of Myrtle #1E490C
RGB
CMYK
RGB Variations
Color information
#1E490C (or 0x1E490C) is known color: Myrtle. HEX triplet: 1E, 49 and 0C. RGB value is (30,73,12). Sum of RGB (Red+Green+Blue) = 30+73+12=115 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.09% from 115); Green value is 73 (28.91% from 255 or 63.48% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 73 - color contains mainly: green. Hex color #1E490C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E490C is #E1B6F3. Grayscale: #353535. Windows color (decimal): -14792436 or 805150. OLE color: 805150.
HSL color Cylindrical-coordinate representation of color #1E490C: hue angle of 102.3º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E490C is Cyan = 0.59, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 73 | 12 | - |
| CMYK | 0.59 | 0 | 0.84 | 0.71 |
| HSL | 102.3º | 0.72% | 0.17% | - |
| HSV(B) | 102.3º | 0.84% | 0.29% | - |
| XYZ | 2.98 | 5.07 | 1.17 | - |
| YUV | 53.19 | 104.75 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 73 | 12 | 0.59 | 0 | 0.84 | 0.71 | 102.3 | 0.72 | 0.17 |
| Hex | 1E | 49 | C | 3B | 0 | 54 | 47 | 66 | 48 | 11 |
| Octal | 36 | 111 | 14 | 73 | 0 | 124 | 107 | 146 | 110 | 21 |
| Binary | 11110 | 1001001 | 1100 | 111011 | 0 | 1010100 | 1000111 | 1100110 | 1001000 | 10001 |
Color Harmonies of #1E490C
Complementary color
Monochromatic Colors of #1E490C
Black with #1E490C
Text Example
Text Example
White with #1E490C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E490C; }
p { color: rgb(30,73,12); }
H1.HeaderClassName
{
color: #1E490C;
}
.AnyTagClassName
{
color: #1E490C;
}
</style>
background-color css
<style>
a { background-color: #1E490C; }
a { background-color: rgb(30,73,12); }
div.DivClassName
{
background-color: #1E490C;
}
.BgClassName
{
background-color: #1E490C;
}
</style>
border-color css
<style>
span { border-color: #1E490C; }
span { border-color: rgb(30,73,12); }
td.TdClassName
{
border-color: #1E490C;
}
.TagClassName
{
border-color: #1E490C;
}
</style>