Shades of Myrtle #1D6016
Tints of Myrtle #1D6016
RGB
CMYK
RGB Variations
Color information
#1D6016 (or 0x1D6016) is known color: Myrtle. HEX triplet: 1D, 60 and 16. RGB value is (29,96,22). Sum of RGB (Red+Green+Blue) = 29+96+22=147 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.73% from 147); Green value is 96 (37.89% from 255 or 65.31% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 96 - color contains mainly: green. Hex color #1D6016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D6016 is #E29FE9. Grayscale: #434343. Windows color (decimal): -14852074 or 1466397. OLE color: 1466397.
HSL color Cylindrical-coordinate representation of color #1D6016: hue angle of 114.32º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D6016 is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 29 | 96 | 22 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.62 |
| HSL | 114.32º | 0.63% | 0.23% | - |
| HSV(B) | 114.32º | 0.77% | 0.38% | - |
| XYZ | 4.83 | 8.68 | 2.18 | - |
| YUV | 67.53 | 102.3 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 96 | 22 | 0.70 | 0 | 0.77 | 0.62 | 114.32 | 0.63 | 0.23 |
| Hex | 1D | 60 | 16 | 46 | 0 | 4D | 3E | 72 | 3F | 17 |
| Octal | 35 | 140 | 26 | 106 | 0 | 115 | 76 | 162 | 77 | 27 |
| Binary | 11101 | 1100000 | 10110 | 1000110 | 0 | 1001101 | 111110 | 1110010 | 111111 | 10111 |
Color Harmonies of #1D6016
Complementary color
Monochromatic Colors of #1D6016
Black with #1D6016
Text Example
Text Example
White with #1D6016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6016; }
p { color: rgb(29,96,22); }
H1.HeaderClassName
{
color: #1D6016;
}
.AnyTagClassName
{
color: #1D6016;
}
</style>
background-color css
<style>
a { background-color: #1D6016; }
a { background-color: rgb(29,96,22); }
div.DivClassName
{
background-color: #1D6016;
}
.BgClassName
{
background-color: #1D6016;
}
</style>
border-color css
<style>
span { border-color: #1D6016; }
span { border-color: rgb(29,96,22); }
td.TdClassName
{
border-color: #1D6016;
}
.TagClassName
{
border-color: #1D6016;
}
</style>