Shades of Myrtle #1E4313
Tints of Myrtle #1E4313
RGB
CMYK
RGB Variations
Color information
#1E4313 (or 0x1E4313) is known color: Myrtle. HEX triplet: 1E, 43 and 13. RGB value is (30,67,19). Sum of RGB (Red+Green+Blue) = 30+67+19=116 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25.86% from 116); Green value is 67 (26.56% from 255 or 57.76% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 67 - color contains mainly: green. Hex color #1E4313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E4313 is #E1BCEC. Grayscale: #323232. Windows color (decimal): -14793965 or 1262366. OLE color: 1262366.
HSL color Cylindrical-coordinate representation of color #1E4313: hue angle of 106.25º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E4313 is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 30 | 67 | 19 | - |
| CMYK | 0.55 | 0 | 0.72 | 0.74 |
| HSL | 106.25º | 0.56% | 0.17% | - |
| HSV(B) | 106.25º | 0.72% | 0.26% | - |
| XYZ | 2.66 | 4.34 | 1.31 | - |
| YUV | 50.47 | 110.24 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 67 | 19 | 0.55 | 0 | 0.72 | 0.74 | 106.25 | 0.56 | 0.17 |
| Hex | 1E | 43 | 13 | 37 | 0 | 48 | 4A | 6A | 38 | 11 |
| Octal | 36 | 103 | 23 | 67 | 0 | 110 | 112 | 152 | 70 | 21 |
| Binary | 11110 | 1000011 | 10011 | 110111 | 0 | 1001000 | 1001010 | 1101010 | 111000 | 10001 |
Color Harmonies of #1E4313
Complementary color
Monochromatic Colors of #1E4313
Black with #1E4313
Text Example
Text Example
White with #1E4313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4313; }
p { color: rgb(30,67,19); }
H1.HeaderClassName
{
color: #1E4313;
}
.AnyTagClassName
{
color: #1E4313;
}
</style>
background-color css
<style>
a { background-color: #1E4313; }
a { background-color: rgb(30,67,19); }
div.DivClassName
{
background-color: #1E4313;
}
.BgClassName
{
background-color: #1E4313;
}
</style>
border-color css
<style>
span { border-color: #1E4313; }
span { border-color: rgb(30,67,19); }
td.TdClassName
{
border-color: #1E4313;
}
.TagClassName
{
border-color: #1E4313;
}
</style>