Shades of Myrtle #1E3D19
Tints of Myrtle #1E3D19
RGB
CMYK
RGB Variations
Color information
#1E3D19 (or 0x1E3D19) is known color: Myrtle. HEX triplet: 1E, 3D and 19. RGB value is (30,61,25). Sum of RGB (Red+Green+Blue) = 30+61+25=116 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.86% from 116); Green value is 61 (24.22% from 255 or 52.59% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 61 - color contains mainly: green. Hex color #1E3D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3D19 is #E1C2E6. Grayscale: #2F2F2F. Windows color (decimal): -14795495 or 1654046. OLE color: 1654046.
HSL color Cylindrical-coordinate representation of color #1E3D19: hue angle of 111.67º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1E3D19 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 61 | 25 | - |
| CMYK | 0.51 | 0 | 0.59 | 0.76 |
| HSL | 111.67º | 0.42% | 0.17% | - |
| HSV(B) | 111.67º | 0.59% | 0.24% | - |
| XYZ | 2.38 | 3.68 | 1.51 | - |
| YUV | 47.63 | 115.23 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 61 | 25 | 0.51 | 0 | 0.59 | 0.76 | 111.67 | 0.42 | 0.17 |
| Hex | 1E | 3D | 19 | 33 | 0 | 3B | 4C | 70 | 2A | 11 |
| Octal | 36 | 75 | 31 | 63 | 0 | 73 | 114 | 160 | 52 | 21 |
| Binary | 11110 | 111101 | 11001 | 110011 | 0 | 111011 | 1001100 | 1110000 | 101010 | 10001 |
Color Harmonies of #1E3D19
Complementary color
Monochromatic Colors of #1E3D19
Black with #1E3D19
Text Example
Text Example
White with #1E3D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3D19; }
p { color: rgb(30,61,25); }
H1.HeaderClassName
{
color: #1E3D19;
}
.AnyTagClassName
{
color: #1E3D19;
}
</style>
background-color css
<style>
a { background-color: #1E3D19; }
a { background-color: rgb(30,61,25); }
div.DivClassName
{
background-color: #1E3D19;
}
.BgClassName
{
background-color: #1E3D19;
}
</style>
border-color css
<style>
span { border-color: #1E3D19; }
span { border-color: rgb(30,61,25); }
td.TdClassName
{
border-color: #1E3D19;
}
.TagClassName
{
border-color: #1E3D19;
}
</style>