Shades of Myrtle #1D4617
Tints of Myrtle #1D4617
RGB
CMYK
RGB Variations
Color information
#1D4617 (or 0x1D4617) is known color: Myrtle. HEX triplet: 1D, 46 and 17. RGB value is (29,70,23). Sum of RGB (Red+Green+Blue) = 29+70+23=122 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.77% from 122); Green value is 70 (27.73% from 255 or 57.38% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 70 - color contains mainly: green. Hex color #1D4617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4617 is #E2B9E8. Grayscale: #343434. Windows color (decimal): -14858729 or 1525277. OLE color: 1525277.
HSL color Cylindrical-coordinate representation of color #1D4617: hue angle of 112.34º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D4617 is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 29 | 70 | 23 | - |
| CMYK | 0.59 | 0 | 0.67 | 0.73 |
| HSL | 112.34º | 0.51% | 0.18% | - |
| HSV(B) | 112.34º | 0.67% | 0.27% | - |
| XYZ | 2.85 | 4.7 | 1.57 | - |
| YUV | 52.38 | 111.42 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 70 | 23 | 0.59 | 0 | 0.67 | 0.73 | 112.34 | 0.51 | 0.18 |
| Hex | 1D | 46 | 17 | 3B | 0 | 43 | 49 | 70 | 33 | 12 |
| Octal | 35 | 106 | 27 | 73 | 0 | 103 | 111 | 160 | 63 | 22 |
| Binary | 11101 | 1000110 | 10111 | 111011 | 0 | 1000011 | 1001001 | 1110000 | 110011 | 10010 |
Color Harmonies of #1D4617
Complementary color
Monochromatic Colors of #1D4617
Black with #1D4617
Text Example
Text Example
White with #1D4617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4617; }
p { color: rgb(29,70,23); }
H1.HeaderClassName
{
color: #1D4617;
}
.AnyTagClassName
{
color: #1D4617;
}
</style>
background-color css
<style>
a { background-color: #1D4617; }
a { background-color: rgb(29,70,23); }
div.DivClassName
{
background-color: #1D4617;
}
.BgClassName
{
background-color: #1D4617;
}
</style>
border-color css
<style>
span { border-color: #1D4617; }
span { border-color: rgb(29,70,23); }
td.TdClassName
{
border-color: #1D4617;
}
.TagClassName
{
border-color: #1D4617;
}
</style>