Shades of Myrtle #1D4517
Tints of Myrtle #1D4517
RGB
CMYK
RGB Variations
Color information
#1D4517 (or 0x1D4517) is known color: Myrtle. HEX triplet: 1D, 45 and 17. RGB value is (29,69,23). Sum of RGB (Red+Green+Blue) = 29+69+23=121 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.97% from 121); Green value is 69 (27.34% from 255 or 57.02% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 69 - color contains mainly: green. Hex color #1D4517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4517 is #E2BAE8. Grayscale: #333333. Windows color (decimal): -14858985 or 1525021. OLE color: 1525021.
HSL color Cylindrical-coordinate representation of color #1D4517: hue angle of 112.17º degrees, saturation: 0.5, 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 #1D4517 is Cyan = 0.58, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 29 | 69 | 23 | - |
| CMYK | 0.58 | 0 | 0.67 | 0.73 |
| HSL | 112.17º | 0.5% | 0.18% | - |
| HSV(B) | 112.17º | 0.67% | 0.27% | - |
| XYZ | 2.79 | 4.58 | 1.55 | - |
| YUV | 51.8 | 111.75 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 69 | 23 | 0.58 | 0 | 0.67 | 0.73 | 112.17 | 0.5 | 0.18 |
| Hex | 1D | 45 | 17 | 3A | 0 | 43 | 49 | 70 | 32 | 12 |
| Octal | 35 | 105 | 27 | 72 | 0 | 103 | 111 | 160 | 62 | 22 |
| Binary | 11101 | 1000101 | 10111 | 111010 | 0 | 1000011 | 1001001 | 1110000 | 110010 | 10010 |
Color Harmonies of #1D4517
Complementary color
Monochromatic Colors of #1D4517
Black with #1D4517
Text Example
Text Example
White with #1D4517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4517; }
p { color: rgb(29,69,23); }
H1.HeaderClassName
{
color: #1D4517;
}
.AnyTagClassName
{
color: #1D4517;
}
</style>
background-color css
<style>
a { background-color: #1D4517; }
a { background-color: rgb(29,69,23); }
div.DivClassName
{
background-color: #1D4517;
}
.BgClassName
{
background-color: #1D4517;
}
</style>
border-color css
<style>
span { border-color: #1D4517; }
span { border-color: rgb(29,69,23); }
td.TdClassName
{
border-color: #1D4517;
}
.TagClassName
{
border-color: #1D4517;
}
</style>