Shades of Myrtle #1E4411
Tints of Myrtle #1E4411
RGB
CMYK
RGB Variations
Color information
#1E4411 (or 0x1E4411) is known color: Myrtle. HEX triplet: 1E, 44 and 11. RGB value is (30,68,17). Sum of RGB (Red+Green+Blue) = 30+68+17=115 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.09% from 115); Green value is 68 (26.95% from 255 or 59.13% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 68 - color contains mainly: green. Hex color #1E4411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E4411 is #E1BBEE. Grayscale: #323232. Windows color (decimal): -14793711 or 1131550. OLE color: 1131550.
HSL color Cylindrical-coordinate representation of color #1E4411: hue angle of 104.71º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E4411 is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 68 | 17 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.73 |
| HSL | 104.71º | 0.6% | 0.17% | - |
| HSV(B) | 104.71º | 0.75% | 0.27% | - |
| XYZ | 2.7 | 4.45 | 1.25 | - |
| YUV | 50.82 | 108.91 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 68 | 17 | 0.56 | 0 | 0.75 | 0.73 | 104.71 | 0.6 | 0.17 |
| Hex | 1E | 44 | 11 | 38 | 0 | 4B | 49 | 69 | 3C | 11 |
| Octal | 36 | 104 | 21 | 70 | 0 | 113 | 111 | 151 | 74 | 21 |
| Binary | 11110 | 1000100 | 10001 | 111000 | 0 | 1001011 | 1001001 | 1101001 | 111100 | 10001 |
Color Harmonies of #1E4411
Complementary color
Monochromatic Colors of #1E4411
Black with #1E4411
Text Example
Text Example
White with #1E4411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4411; }
p { color: rgb(30,68,17); }
H1.HeaderClassName
{
color: #1E4411;
}
.AnyTagClassName
{
color: #1E4411;
}
</style>
background-color css
<style>
a { background-color: #1E4411; }
a { background-color: rgb(30,68,17); }
div.DivClassName
{
background-color: #1E4411;
}
.BgClassName
{
background-color: #1E4411;
}
</style>
border-color css
<style>
span { border-color: #1E4411; }
span { border-color: rgb(30,68,17); }
td.TdClassName
{
border-color: #1E4411;
}
.TagClassName
{
border-color: #1E4411;
}
</style>