Shades of Myrtle #1E4D03
Tints of Myrtle #1E4D03
RGB
CMYK
RGB Variations
Color information
#1E4D03 (or 0x1E4D03) is known color: Myrtle. HEX triplet: 1E, 4D and 03. RGB value is (30,77,3). Sum of RGB (Red+Green+Blue) = 30+77+3=110 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.27% from 110); Green value is 77 (30.47% from 255 or 70% from 110); Blue value is 3 (1.56% from 255 or 2.73% from 110); Max value from RGB is 77 - color contains mainly: green. Hex color #1E4D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1E4D03 is #E1B2FC. Grayscale: #363636. Windows color (decimal): -14791421 or 216350. OLE color: 216350.
HSL color Cylindrical-coordinate representation of color #1E4D03: hue angle of 98.11º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E4D03 is Cyan = 0.61, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 30 | 77 | 3 | - |
| CMYK | 0.61 | 0 | 0.96 | 0.70 |
| HSL | 98.11º | 0.93% | 0.16% | - |
| HSV(B) | 98.11º | 0.96% | 0.3% | - |
| XYZ | 3.21 | 5.59 | 1 | - |
| YUV | 54.51 | 98.93 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 77 | 3 | 0.61 | 0 | 0.96 | 0.70 | 98.11 | 0.93 | 0.16 |
| Hex | 1E | 4D | 3 | 3D | 0 | 60 | 46 | 62 | 5C | 10 |
| Octal | 36 | 115 | 3 | 75 | 0 | 140 | 106 | 142 | 134 | 20 |
| Binary | 11110 | 1001101 | 11 | 111101 | 0 | 1100000 | 1000110 | 1100010 | 1011100 | 10000 |
Color Harmonies of #1E4D03
Complementary color
Monochromatic Colors of #1E4D03
Black with #1E4D03
Text Example
Text Example
White with #1E4D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4D03; }
p { color: rgb(30,77,3); }
H1.HeaderClassName
{
color: #1E4D03;
}
.AnyTagClassName
{
color: #1E4D03;
}
</style>
background-color css
<style>
a { background-color: #1E4D03; }
a { background-color: rgb(30,77,3); }
div.DivClassName
{
background-color: #1E4D03;
}
.BgClassName
{
background-color: #1E4D03;
}
</style>
border-color css
<style>
span { border-color: #1E4D03; }
span { border-color: rgb(30,77,3); }
td.TdClassName
{
border-color: #1E4D03;
}
.TagClassName
{
border-color: #1E4D03;
}
</style>