Shades of Myrtle #1E3316
Tints of Myrtle #1E3316
RGB
CMYK
RGB Variations
Color information
#1E3316 (or 0x1E3316) is known color: Myrtle. HEX triplet: 1E, 33 and 16. RGB value is (30,51,22). Sum of RGB (Red+Green+Blue) = 30+51+22=103 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.13% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 51 - color contains mainly: green. Hex color #1E3316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3316 is #E1CCE9. Grayscale: #292929. Windows color (decimal): -14798058 or 1454878. OLE color: 1454878.
HSL color Cylindrical-coordinate representation of color #1E3316: hue angle of 103.45º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E3316 is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 30 | 51 | 22 | - |
| CMYK | 0.41 | 0 | 0.57 | 0.8 |
| HSL | 103.45º | 0.4% | 0.14% | - |
| HSV(B) | 103.45º | 0.57% | 0.2% | - |
| XYZ | 1.86 | 2.7 | 1.18 | - |
| YUV | 41.42 | 117.04 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 51 | 22 | 0.41 | 0 | 0.57 | 0.8 | 103.45 | 0.4 | 0.14 |
| Hex | 1E | 33 | 16 | 29 | 0 | 39 | 50 | 67 | 28 | E |
| Octal | 36 | 63 | 26 | 51 | 0 | 71 | 120 | 147 | 50 | 16 |
| Binary | 11110 | 110011 | 10110 | 101001 | 0 | 111001 | 1010000 | 1100111 | 101000 | 1110 |
Color Harmonies of #1E3316
Complementary color
Monochromatic Colors of #1E3316
Black with #1E3316
Text Example
Text Example
White with #1E3316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3316; }
p { color: rgb(30,51,22); }
H1.HeaderClassName
{
color: #1E3316;
}
.AnyTagClassName
{
color: #1E3316;
}
</style>
background-color css
<style>
a { background-color: #1E3316; }
a { background-color: rgb(30,51,22); }
div.DivClassName
{
background-color: #1E3316;
}
.BgClassName
{
background-color: #1E3316;
}
</style>
border-color css
<style>
span { border-color: #1E3316; }
span { border-color: rgb(30,51,22); }
td.TdClassName
{
border-color: #1E3316;
}
.TagClassName
{
border-color: #1E3316;
}
</style>