Shades of Myrtle #1E3D0C
Tints of Myrtle #1E3D0C
RGB
CMYK
RGB Variations
Color information
#1E3D0C (or 0x1E3D0C) is known color: Myrtle. HEX triplet: 1E, 3D and 0C. RGB value is (30,61,12). Sum of RGB (Red+Green+Blue) = 30+61+12=103 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.13% from 103); Green value is 61 (24.22% from 255 or 59.22% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 61 - color contains mainly: green. Hex color #1E3D0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3D0C is #E1C2F3. Grayscale: #2E2E2E. Windows color (decimal): -14795508 or 802078. OLE color: 802078.
HSL color Cylindrical-coordinate representation of color #1E3D0C: hue angle of 97.96º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E3D0C is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 61 | 12 | - |
| CMYK | 0.51 | 0 | 0.80 | 0.76 |
| HSL | 97.96º | 0.67% | 0.14% | - |
| HSV(B) | 97.96º | 0.8% | 0.24% | - |
| XYZ | 2.27 | 3.64 | 0.93 | - |
| YUV | 46.15 | 108.73 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 61 | 12 | 0.51 | 0 | 0.80 | 0.76 | 97.96 | 0.67 | 0.14 |
| Hex | 1E | 3D | C | 33 | 0 | 50 | 4C | 62 | 43 | E |
| Octal | 36 | 75 | 14 | 63 | 0 | 120 | 114 | 142 | 103 | 16 |
| Binary | 11110 | 111101 | 1100 | 110011 | 0 | 1010000 | 1001100 | 1100010 | 1000011 | 1110 |
Color Harmonies of #1E3D0C
Complementary color
Monochromatic Colors of #1E3D0C
Black with #1E3D0C
Text Example
Text Example
White with #1E3D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3D0C; }
p { color: rgb(30,61,12); }
H1.HeaderClassName
{
color: #1E3D0C;
}
.AnyTagClassName
{
color: #1E3D0C;
}
</style>
background-color css
<style>
a { background-color: #1E3D0C; }
a { background-color: rgb(30,61,12); }
div.DivClassName
{
background-color: #1E3D0C;
}
.BgClassName
{
background-color: #1E3D0C;
}
</style>
border-color css
<style>
span { border-color: #1E3D0C; }
span { border-color: rgb(30,61,12); }
td.TdClassName
{
border-color: #1E3D0C;
}
.TagClassName
{
border-color: #1E3D0C;
}
</style>