Shades of Myrtle #1E3219
Tints of Myrtle #1E3219
RGB
CMYK
RGB Variations
Color information
#1E3219 (or 0x1E3219) is known color: Myrtle. HEX triplet: 1E, 32 and 19. RGB value is (30,50,25). Sum of RGB (Red+Green+Blue) = 30+50+25=105 (13% of max value = 765). Red value is 30 (12.11% from 255 or 28.57% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 50 - color contains mainly: green. Hex color #1E3219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3219 is #E1CDE6. Grayscale: #292929. Windows color (decimal): -14798311 or 1651230. OLE color: 1651230.
HSL color Cylindrical-coordinate representation of color #1E3219: hue angle of 108º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1E3219 is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 30 | 50 | 25 | - |
| CMYK | 0.40 | 0 | 0.50 | 0.80 |
| HSL | 108º | 0.33% | 0.15% | - |
| HSV(B) | 108º | 0.5% | 0.2% | - |
| XYZ | 1.85 | 2.63 | 1.33 | - |
| YUV | 41.17 | 118.87 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 50 | 25 | 0.40 | 0 | 0.50 | 0.80 | 108 | 0.33 | 0.15 |
| Hex | 1E | 32 | 19 | 28 | 0 | 32 | 50 | 6C | 21 | F |
| Octal | 36 | 62 | 31 | 50 | 0 | 62 | 120 | 154 | 41 | 17 |
| Binary | 11110 | 110010 | 11001 | 101000 | 0 | 110010 | 1010000 | 1101100 | 100001 | 1111 |
Color Harmonies of #1E3219
Complementary color
Monochromatic Colors of #1E3219
Black with #1E3219
Text Example
Text Example
White with #1E3219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3219; }
p { color: rgb(30,50,25); }
H1.HeaderClassName
{
color: #1E3219;
}
.AnyTagClassName
{
color: #1E3219;
}
</style>
background-color css
<style>
a { background-color: #1E3219; }
a { background-color: rgb(30,50,25); }
div.DivClassName
{
background-color: #1E3219;
}
.BgClassName
{
background-color: #1E3219;
}
</style>
border-color css
<style>
span { border-color: #1E3219; }
span { border-color: rgb(30,50,25); }
td.TdClassName
{
border-color: #1E3219;
}
.TagClassName
{
border-color: #1E3219;
}
</style>