Shades of Myrtle #1D590D
Tints of Myrtle #1D590D
RGB
CMYK
RGB Variations
Color information
#1D590D (or 0x1D590D) is known color: Myrtle. HEX triplet: 1D, 59 and 0D. RGB value is (29,89,13). Sum of RGB (Red+Green+Blue) = 29+89+13=131 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.14% from 131); Green value is 89 (35.16% from 255 or 67.94% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 89 - color contains mainly: green. Hex color #1D590D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D590D is #E2A6F2. Grayscale: #3E3E3E. Windows color (decimal): -14853875 or 874781. OLE color: 874781.
HSL color Cylindrical-coordinate representation of color #1D590D: hue angle of 107.37º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D590D is Cyan = 0.67, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 89 | 13 | - |
| CMYK | 0.67 | 0 | 0.85 | 0.65 |
| HSL | 107.37º | 0.75% | 0.2% | - |
| HSV(B) | 107.37º | 0.85% | 0.35% | - |
| XYZ | 4.15 | 7.44 | 1.6 | - |
| YUV | 62.4 | 100.12 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 89 | 13 | 0.67 | 0 | 0.85 | 0.65 | 107.37 | 0.75 | 0.2 |
| Hex | 1D | 59 | D | 43 | 0 | 55 | 41 | 6B | 4B | 14 |
| Octal | 35 | 131 | 15 | 103 | 0 | 125 | 101 | 153 | 113 | 24 |
| Binary | 11101 | 1011001 | 1101 | 1000011 | 0 | 1010101 | 1000001 | 1101011 | 1001011 | 10100 |
Color Harmonies of #1D590D
Complementary color
Monochromatic Colors of #1D590D
Black with #1D590D
Text Example
Text Example
White with #1D590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D590D; }
p { color: rgb(29,89,13); }
H1.HeaderClassName
{
color: #1D590D;
}
.AnyTagClassName
{
color: #1D590D;
}
</style>
background-color css
<style>
a { background-color: #1D590D; }
a { background-color: rgb(29,89,13); }
div.DivClassName
{
background-color: #1D590D;
}
.BgClassName
{
background-color: #1D590D;
}
</style>
border-color css
<style>
span { border-color: #1D590D; }
span { border-color: rgb(29,89,13); }
td.TdClassName
{
border-color: #1D590D;
}
.TagClassName
{
border-color: #1D590D;
}
</style>