Shades of Myrtle #1D4D11
Tints of Myrtle #1D4D11
RGB
CMYK
RGB Variations
Color information
#1D4D11 (or 0x1D4D11) is known color: Myrtle. HEX triplet: 1D, 4D and 11. RGB value is (29,77,17). Sum of RGB (Red+Green+Blue) = 29+77+17=123 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.58% from 123); Green value is 77 (30.47% from 255 or 62.60% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 77 - color contains mainly: green. Hex color #1D4D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D4D11 is #E2B2EE. Grayscale: #373737. Windows color (decimal): -14856943 or 1133853. OLE color: 1133853.
HSL color Cylindrical-coordinate representation of color #1D4D11: hue angle of 108º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D4D11 is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 29 | 77 | 17 | - |
| CMYK | 0.62 | 0 | 0.78 | 0.70 |
| HSL | 108º | 0.64% | 0.18% | - |
| HSV(B) | 108º | 0.78% | 0.3% | - |
| XYZ | 3.26 | 5.61 | 1.44 | - |
| YUV | 55.81 | 106.1 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 77 | 17 | 0.62 | 0 | 0.78 | 0.70 | 108 | 0.64 | 0.18 |
| Hex | 1D | 4D | 11 | 3E | 0 | 4E | 46 | 6C | 40 | 12 |
| Octal | 35 | 115 | 21 | 76 | 0 | 116 | 106 | 154 | 100 | 22 |
| Binary | 11101 | 1001101 | 10001 | 111110 | 0 | 1001110 | 1000110 | 1101100 | 1000000 | 10010 |
Color Harmonies of #1D4D11
Complementary color
Monochromatic Colors of #1D4D11
Black with #1D4D11
Text Example
Text Example
White with #1D4D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4D11; }
p { color: rgb(29,77,17); }
H1.HeaderClassName
{
color: #1D4D11;
}
.AnyTagClassName
{
color: #1D4D11;
}
</style>
background-color css
<style>
a { background-color: #1D4D11; }
a { background-color: rgb(29,77,17); }
div.DivClassName
{
background-color: #1D4D11;
}
.BgClassName
{
background-color: #1D4D11;
}
</style>
border-color css
<style>
span { border-color: #1D4D11; }
span { border-color: rgb(29,77,17); }
td.TdClassName
{
border-color: #1D4D11;
}
.TagClassName
{
border-color: #1D4D11;
}
</style>