Shades of Myrtle #1E540C
Tints of Myrtle #1E540C
RGB
CMYK
RGB Variations
Color information
#1E540C (or 0x1E540C) is known color: Myrtle. HEX triplet: 1E, 54 and 0C. RGB value is (30,84,12). Sum of RGB (Red+Green+Blue) = 30+84+12=126 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.81% from 126); Green value is 84 (33.20% from 255 or 66.67% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 84 - color contains mainly: green. Hex color #1E540C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E540C is #E1ABF3. Grayscale: #3B3B3B. Windows color (decimal): -14789620 or 807966. OLE color: 807966.
HSL color Cylindrical-coordinate representation of color #1E540C: hue angle of 105º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E540C is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 84 | 12 | - |
| CMYK | 0.64 | 0 | 0.86 | 0.67 |
| HSL | 105º | 0.75% | 0.19% | - |
| HSV(B) | 105º | 0.86% | 0.33% | - |
| XYZ | 3.77 | 6.64 | 1.43 | - |
| YUV | 59.65 | 101.11 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 84 | 12 | 0.64 | 0 | 0.86 | 0.67 | 105 | 0.75 | 0.19 |
| Hex | 1E | 54 | C | 40 | 0 | 56 | 43 | 69 | 4B | 13 |
| Octal | 36 | 124 | 14 | 100 | 0 | 126 | 103 | 151 | 113 | 23 |
| Binary | 11110 | 1010100 | 1100 | 1000000 | 0 | 1010110 | 1000011 | 1101001 | 1001011 | 10011 |
Color Harmonies of #1E540C
Complementary color
Monochromatic Colors of #1E540C
Black with #1E540C
Text Example
Text Example
White with #1E540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E540C; }
p { color: rgb(30,84,12); }
H1.HeaderClassName
{
color: #1E540C;
}
.AnyTagClassName
{
color: #1E540C;
}
</style>
background-color css
<style>
a { background-color: #1E540C; }
a { background-color: rgb(30,84,12); }
div.DivClassName
{
background-color: #1E540C;
}
.BgClassName
{
background-color: #1E540C;
}
</style>
border-color css
<style>
span { border-color: #1E540C; }
span { border-color: rgb(30,84,12); }
td.TdClassName
{
border-color: #1E540C;
}
.TagClassName
{
border-color: #1E540C;
}
</style>