Shades of Myrtle #1D4216
Tints of Myrtle #1D4216
RGB
CMYK
RGB Variations
Color information
#1D4216 (or 0x1D4216) is known color: Myrtle. HEX triplet: 1D, 42 and 16. RGB value is (29,66,22). Sum of RGB (Red+Green+Blue) = 29+66+22=117 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.79% from 117); Green value is 66 (26.17% from 255 or 56.41% from 117); Blue value is 22 (8.98% from 255 or 18.80% from 117); Max value from RGB is 66 - color contains mainly: green. Hex color #1D4216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D4216 is #E2BDE9. Grayscale: #323232. Windows color (decimal): -14859754 or 1458717. OLE color: 1458717.
HSL color Cylindrical-coordinate representation of color #1D4216: hue angle of 110.45º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D4216 is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 66 | 22 | - |
| CMYK | 0.56 | 0 | 0.67 | 0.74 |
| HSL | 110.45º | 0.5% | 0.17% | - |
| HSV(B) | 110.45º | 0.67% | 0.26% | - |
| XYZ | 2.6 | 4.22 | 1.44 | - |
| YUV | 49.92 | 112.24 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 66 | 22 | 0.56 | 0 | 0.67 | 0.74 | 110.45 | 0.5 | 0.17 |
| Hex | 1D | 42 | 16 | 38 | 0 | 43 | 4A | 6E | 32 | 11 |
| Octal | 35 | 102 | 26 | 70 | 0 | 103 | 112 | 156 | 62 | 21 |
| Binary | 11101 | 1000010 | 10110 | 111000 | 0 | 1000011 | 1001010 | 1101110 | 110010 | 10001 |
Color Harmonies of #1D4216
Complementary color
Monochromatic Colors of #1D4216
Black with #1D4216
Text Example
Text Example
White with #1D4216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D4216; }
p { color: rgb(29,66,22); }
H1.HeaderClassName
{
color: #1D4216;
}
.AnyTagClassName
{
color: #1D4216;
}
</style>
background-color css
<style>
a { background-color: #1D4216; }
a { background-color: rgb(29,66,22); }
div.DivClassName
{
background-color: #1D4216;
}
.BgClassName
{
background-color: #1D4216;
}
</style>
border-color css
<style>
span { border-color: #1D4216; }
span { border-color: rgb(29,66,22); }
td.TdClassName
{
border-color: #1D4216;
}
.TagClassName
{
border-color: #1D4216;
}
</style>