Shades of Myrtle #1E3713
Tints of Myrtle #1E3713
RGB
CMYK
RGB Variations
Color information
#1E3713 (or 0x1E3713) is known color: Myrtle. HEX triplet: 1E, 37 and 13. RGB value is (30,55,19). Sum of RGB (Red+Green+Blue) = 30+55+19=104 (13% of max value = 765). Red value is 30 (12.11% from 255 or 28.85% from 104); Green value is 55 (21.88% from 255 or 52.88% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 55 - color contains mainly: green. Hex color #1E3713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3713 is #E1C8EC. Grayscale: #2B2B2B. Windows color (decimal): -14797037 or 1259294. OLE color: 1259294.
HSL color Cylindrical-coordinate representation of color #1E3713: hue angle of 101.67º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E3713 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 55 | 19 | - |
| CMYK | 0.45 | 0 | 0.65 | 0.78 |
| HSL | 101.67º | 0.49% | 0.15% | - |
| HSV(B) | 101.67º | 0.65% | 0.22% | - |
| XYZ | 2.02 | 3.06 | 1.1 | - |
| YUV | 43.42 | 114.22 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 55 | 19 | 0.45 | 0 | 0.65 | 0.78 | 101.67 | 0.49 | 0.15 |
| Hex | 1E | 37 | 13 | 2D | 0 | 41 | 4E | 66 | 31 | F |
| Octal | 36 | 67 | 23 | 55 | 0 | 101 | 116 | 146 | 61 | 17 |
| Binary | 11110 | 110111 | 10011 | 101101 | 0 | 1000001 | 1001110 | 1100110 | 110001 | 1111 |
Color Harmonies of #1E3713
Complementary color
Monochromatic Colors of #1E3713
Black with #1E3713
Text Example
Text Example
White with #1E3713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3713; }
p { color: rgb(30,55,19); }
H1.HeaderClassName
{
color: #1E3713;
}
.AnyTagClassName
{
color: #1E3713;
}
</style>
background-color css
<style>
a { background-color: #1E3713; }
a { background-color: rgb(30,55,19); }
div.DivClassName
{
background-color: #1E3713;
}
.BgClassName
{
background-color: #1E3713;
}
</style>
border-color css
<style>
span { border-color: #1E3713; }
span { border-color: rgb(30,55,19); }
td.TdClassName
{
border-color: #1E3713;
}
.TagClassName
{
border-color: #1E3713;
}
</style>