Shades of Myrtle #1D4711
Tints of Myrtle #1D4711
RGB
CMYK
RGB Variations
Color information
#1D4711 (or 0x1D4711) is known color: Myrtle. HEX triplet: 1D, 47 and 11. RGB value is (29,71,17). Sum of RGB (Red+Green+Blue) = 29+71+17=117 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.79% from 117); Green value is 71 (28.12% from 255 or 60.68% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 71 - color contains mainly: green. Hex color #1D4711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4711 is #E2B8EE. Grayscale: #343434. Windows color (decimal): -14858479 or 1132317. OLE color: 1132317.
HSL color Cylindrical-coordinate representation of color #1D4711: hue angle of 106.67º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D4711 is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 71 | 17 | - |
| CMYK | 0.59 | 0 | 0.76 | 0.72 |
| HSL | 106.67º | 0.61% | 0.17% | - |
| HSV(B) | 106.67º | 0.76% | 0.28% | - |
| XYZ | 2.86 | 4.81 | 1.31 | - |
| YUV | 52.29 | 108.09 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 71 | 17 | 0.59 | 0 | 0.76 | 0.72 | 106.67 | 0.61 | 0.17 |
| Hex | 1D | 47 | 11 | 3B | 0 | 4C | 48 | 6B | 3D | 11 |
| Octal | 35 | 107 | 21 | 73 | 0 | 114 | 110 | 153 | 75 | 21 |
| Binary | 11101 | 1000111 | 10001 | 111011 | 0 | 1001100 | 1001000 | 1101011 | 111101 | 10001 |
Color Harmonies of #1D4711
Complementary color
Monochromatic Colors of #1D4711
Black with #1D4711
Text Example
Text Example
White with #1D4711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4711; }
p { color: rgb(29,71,17); }
H1.HeaderClassName
{
color: #1D4711;
}
.AnyTagClassName
{
color: #1D4711;
}
</style>
background-color css
<style>
a { background-color: #1D4711; }
a { background-color: rgb(29,71,17); }
div.DivClassName
{
background-color: #1D4711;
}
.BgClassName
{
background-color: #1D4711;
}
</style>
border-color css
<style>
span { border-color: #1D4711; }
span { border-color: rgb(29,71,17); }
td.TdClassName
{
border-color: #1D4711;
}
.TagClassName
{
border-color: #1D4711;
}
</style>