Shades of Myrtle #1E5113
Tints of Myrtle #1E5113
RGB
CMYK
RGB Variations
Color information
#1E5113 (or 0x1E5113) is known color: Myrtle. HEX triplet: 1E, 51 and 13. RGB value is (30,81,19). Sum of RGB (Red+Green+Blue) = 30+81+19=130 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.08% from 130); Green value is 81 (32.03% from 255 or 62.31% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 81 - color contains mainly: green. Hex color #1E5113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E5113 is #E1AEEC. Grayscale: #3A3A3A. Windows color (decimal): -14790381 or 1265950. OLE color: 1265950.
HSL color Cylindrical-coordinate representation of color #1E5113: hue angle of 109.35º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E5113 is Cyan = 0.63, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 30 | 81 | 19 | - |
| CMYK | 0.63 | 0 | 0.77 | 0.68 |
| HSL | 109.35º | 0.62% | 0.2% | - |
| HSV(B) | 109.35º | 0.77% | 0.32% | - |
| XYZ | 3.6 | 6.21 | 1.62 | - |
| YUV | 58.68 | 105.6 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 81 | 19 | 0.63 | 0 | 0.77 | 0.68 | 109.35 | 0.62 | 0.2 |
| Hex | 1E | 51 | 13 | 3F | 0 | 4D | 44 | 6D | 3E | 14 |
| Octal | 36 | 121 | 23 | 77 | 0 | 115 | 104 | 155 | 76 | 24 |
| Binary | 11110 | 1010001 | 10011 | 111111 | 0 | 1001101 | 1000100 | 1101101 | 111110 | 10100 |
Color Harmonies of #1E5113
Complementary color
Monochromatic Colors of #1E5113
Black with #1E5113
Text Example
Text Example
White with #1E5113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5113; }
p { color: rgb(30,81,19); }
H1.HeaderClassName
{
color: #1E5113;
}
.AnyTagClassName
{
color: #1E5113;
}
</style>
background-color css
<style>
a { background-color: #1E5113; }
a { background-color: rgb(30,81,19); }
div.DivClassName
{
background-color: #1E5113;
}
.BgClassName
{
background-color: #1E5113;
}
</style>
border-color css
<style>
span { border-color: #1E5113; }
span { border-color: rgb(30,81,19); }
td.TdClassName
{
border-color: #1E5113;
}
.TagClassName
{
border-color: #1E5113;
}
</style>