Shades of Myrtle #1E6313
Tints of Myrtle #1E6313
RGB
CMYK
RGB Variations
Color information
#1E6313 (or 0x1E6313) is known color: Myrtle. HEX triplet: 1E, 63 and 13. RGB value is (30,99,19). Sum of RGB (Red+Green+Blue) = 30+99+19=148 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.27% from 148); Green value is 99 (39.06% from 255 or 66.89% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 99 - color contains mainly: green. Hex color #1E6313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E6313 is #E19CEC. Grayscale: #454545. Windows color (decimal): -14785773 or 1270558. OLE color: 1270558.
HSL color Cylindrical-coordinate representation of color #1E6313: hue angle of 111.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E6313 is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 30 | 99 | 19 | - |
| CMYK | 0.70 | 0 | 0.81 | 0.61 |
| HSL | 111.75º | 0.68% | 0.23% | - |
| HSV(B) | 111.75º | 0.81% | 0.39% | - |
| XYZ | 5.11 | 9.25 | 2.13 | - |
| YUV | 69.25 | 99.64 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 99 | 19 | 0.70 | 0 | 0.81 | 0.61 | 111.75 | 0.68 | 0.23 |
| Hex | 1E | 63 | 13 | 46 | 0 | 51 | 3D | 70 | 44 | 17 |
| Octal | 36 | 143 | 23 | 106 | 0 | 121 | 75 | 160 | 104 | 27 |
| Binary | 11110 | 1100011 | 10011 | 1000110 | 0 | 1010001 | 111101 | 1110000 | 1000100 | 10111 |
Color Harmonies of #1E6313
Complementary color
Monochromatic Colors of #1E6313
Black with #1E6313
Text Example
Text Example
White with #1E6313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6313; }
p { color: rgb(30,99,19); }
H1.HeaderClassName
{
color: #1E6313;
}
.AnyTagClassName
{
color: #1E6313;
}
</style>
background-color css
<style>
a { background-color: #1E6313; }
a { background-color: rgb(30,99,19); }
div.DivClassName
{
background-color: #1E6313;
}
.BgClassName
{
background-color: #1E6313;
}
</style>
border-color css
<style>
span { border-color: #1E6313; }
span { border-color: rgb(30,99,19); }
td.TdClassName
{
border-color: #1E6313;
}
.TagClassName
{
border-color: #1E6313;
}
</style>