Shades of Myrtle #1D5506
Tints of Myrtle #1D5506
RGB
CMYK
RGB Variations
Color information
#1D5506 (or 0x1D5506) is known color: Myrtle. HEX triplet: 1D, 55 and 06. RGB value is (29,85,6). Sum of RGB (Red+Green+Blue) = 29+85+6=120 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.17% from 120); Green value is 85 (33.59% from 255 or 70.83% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 85 - color contains mainly: green. Hex color #1D5506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D5506 is #E2AAF9. Grayscale: #3B3B3B. Windows color (decimal): -14854906 or 415005. OLE color: 415005.
HSL color Cylindrical-coordinate representation of color #1D5506: hue angle of 102.53º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D5506 is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 85 | 6 | - |
| CMYK | 0.66 | 0 | 0.93 | 0.67 |
| HSL | 102.53º | 0.87% | 0.18% | - |
| HSV(B) | 102.53º | 0.93% | 0.33% | - |
| XYZ | 3.79 | 6.77 | 1.28 | - |
| YUV | 59.25 | 97.95 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 85 | 6 | 0.66 | 0 | 0.93 | 0.67 | 102.53 | 0.87 | 0.18 |
| Hex | 1D | 55 | 6 | 42 | 0 | 5D | 43 | 67 | 57 | 12 |
| Octal | 35 | 125 | 6 | 102 | 0 | 135 | 103 | 147 | 127 | 22 |
| Binary | 11101 | 1010101 | 110 | 1000010 | 0 | 1011101 | 1000011 | 1100111 | 1010111 | 10010 |
Color Harmonies of #1D5506
Complementary color
Monochromatic Colors of #1D5506
Black with #1D5506
Text Example
Text Example
White with #1D5506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5506; }
p { color: rgb(29,85,6); }
H1.HeaderClassName
{
color: #1D5506;
}
.AnyTagClassName
{
color: #1D5506;
}
</style>
background-color css
<style>
a { background-color: #1D5506; }
a { background-color: rgb(29,85,6); }
div.DivClassName
{
background-color: #1D5506;
}
.BgClassName
{
background-color: #1D5506;
}
</style>
border-color css
<style>
span { border-color: #1D5506; }
span { border-color: rgb(29,85,6); }
td.TdClassName
{
border-color: #1D5506;
}
.TagClassName
{
border-color: #1D5506;
}
</style>