Shades of Myrtle #1D4611
Tints of Myrtle #1D4611
RGB
CMYK
RGB Variations
Color information
#1D4611 (or 0x1D4611) is known color: Myrtle. HEX triplet: 1D, 46 and 11. RGB value is (29,70,17). Sum of RGB (Red+Green+Blue) = 29+70+17=116 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25% from 116); Green value is 70 (27.73% from 255 or 60.34% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 70 - color contains mainly: green. Hex color #1D4611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4611 is #E2B9EE. Grayscale: #333333. Windows color (decimal): -14858735 or 1132061. OLE color: 1132061.
HSL color Cylindrical-coordinate representation of color #1D4611: hue angle of 106.42º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D4611 is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 29 | 70 | 17 | - |
| CMYK | 0.59 | 0 | 0.76 | 0.73 |
| HSL | 106.42º | 0.61% | 0.17% | - |
| HSV(B) | 106.42º | 0.76% | 0.27% | - |
| XYZ | 2.8 | 4.68 | 1.29 | - |
| YUV | 51.7 | 108.42 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 70 | 17 | 0.59 | 0 | 0.76 | 0.73 | 106.42 | 0.61 | 0.17 |
| Hex | 1D | 46 | 11 | 3B | 0 | 4C | 49 | 6A | 3D | 11 |
| Octal | 35 | 106 | 21 | 73 | 0 | 114 | 111 | 152 | 75 | 21 |
| Binary | 11101 | 1000110 | 10001 | 111011 | 0 | 1001100 | 1001001 | 1101010 | 111101 | 10001 |
Color Harmonies of #1D4611
Complementary color
Monochromatic Colors of #1D4611
Black with #1D4611
Text Example
Text Example
White with #1D4611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4611; }
p { color: rgb(29,70,17); }
H1.HeaderClassName
{
color: #1D4611;
}
.AnyTagClassName
{
color: #1D4611;
}
</style>
background-color css
<style>
a { background-color: #1D4611; }
a { background-color: rgb(29,70,17); }
div.DivClassName
{
background-color: #1D4611;
}
.BgClassName
{
background-color: #1D4611;
}
</style>
border-color css
<style>
span { border-color: #1D4611; }
span { border-color: rgb(29,70,17); }
td.TdClassName
{
border-color: #1D4611;
}
.TagClassName
{
border-color: #1D4611;
}
</style>