Shades of Myrtle #1E4B13
Tints of Myrtle #1E4B13
RGB
CMYK
RGB Variations
Color information
#1E4B13 (or 0x1E4B13) is known color: Myrtle. HEX triplet: 1E, 4B and 13. RGB value is (30,75,19). Sum of RGB (Red+Green+Blue) = 30+75+19=124 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.19% from 124); Green value is 75 (29.69% from 255 or 60.48% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 75 - color contains mainly: green. Hex color #1E4B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E4B13 is #E1B4EC. Grayscale: #373737. Windows color (decimal): -14791917 or 1264414. OLE color: 1264414.
HSL color Cylindrical-coordinate representation of color #1E4B13: hue angle of 108.21º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E4B13 is Cyan = 0.60, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 75 | 19 | - |
| CMYK | 0.60 | 0 | 0.75 | 0.71 |
| HSL | 108.21º | 0.6% | 0.18% | - |
| HSV(B) | 108.21º | 0.75% | 0.29% | - |
| XYZ | 3.17 | 5.36 | 1.48 | - |
| YUV | 55.16 | 107.59 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 75 | 19 | 0.60 | 0 | 0.75 | 0.71 | 108.21 | 0.6 | 0.18 |
| Hex | 1E | 4B | 13 | 3C | 0 | 4B | 47 | 6C | 3C | 12 |
| Octal | 36 | 113 | 23 | 74 | 0 | 113 | 107 | 154 | 74 | 22 |
| Binary | 11110 | 1001011 | 10011 | 111100 | 0 | 1001011 | 1000111 | 1101100 | 111100 | 10010 |
Color Harmonies of #1E4B13
Complementary color
Monochromatic Colors of #1E4B13
Black with #1E4B13
Text Example
Text Example
White with #1E4B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4B13; }
p { color: rgb(30,75,19); }
H1.HeaderClassName
{
color: #1E4B13;
}
.AnyTagClassName
{
color: #1E4B13;
}
</style>
background-color css
<style>
a { background-color: #1E4B13; }
a { background-color: rgb(30,75,19); }
div.DivClassName
{
background-color: #1E4B13;
}
.BgClassName
{
background-color: #1E4B13;
}
</style>
border-color css
<style>
span { border-color: #1E4B13; }
span { border-color: rgb(30,75,19); }
td.TdClassName
{
border-color: #1E4B13;
}
.TagClassName
{
border-color: #1E4B13;
}
</style>