Shades of Myrtle #20590D
Tints of Myrtle #20590D
RGB
CMYK
RGB Variations
Color information
#20590D (or 0x20590D) is known color: Myrtle. HEX triplet: 20, 59 and 0D. RGB value is (32,89,13). Sum of RGB (Red+Green+Blue) = 32+89+13=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 89 (35.16% from 255 or 66.42% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 89 - color contains mainly: green. Hex color #20590D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20590D is #DFA6F2. Grayscale: #3F3F3F. Windows color (decimal): -14657267 or 874784. OLE color: 874784.
HSL color Cylindrical-coordinate representation of color #20590D: hue angle of 105º 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 #20590D is Cyan = 0.64, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 89 | 13 | - |
| CMYK | 0.64 | 0 | 0.85 | 0.65 |
| HSL | 105º | 0.75% | 0.2% | - |
| HSV(B) | 105º | 0.85% | 0.35% | - |
| XYZ | 4.24 | 7.48 | 1.6 | - |
| YUV | 63.29 | 99.62 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 89 | 13 | 0.64 | 0 | 0.85 | 0.65 | 105 | 0.75 | 0.2 |
| Hex | 20 | 59 | D | 40 | 0 | 55 | 41 | 69 | 4B | 14 |
| Octal | 40 | 131 | 15 | 100 | 0 | 125 | 101 | 151 | 113 | 24 |
| Binary | 100000 | 1011001 | 1101 | 1000000 | 0 | 1010101 | 1000001 | 1101001 | 1001011 | 10100 |
Color Harmonies of #20590D
Complementary color
Monochromatic Colors of #20590D
Black with #20590D
Text Example
Text Example
White with #20590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20590D; }
p { color: rgb(32,89,13); }
H1.HeaderClassName
{
color: #20590D;
}
.AnyTagClassName
{
color: #20590D;
}
</style>
background-color css
<style>
a { background-color: #20590D; }
a { background-color: rgb(32,89,13); }
div.DivClassName
{
background-color: #20590D;
}
.BgClassName
{
background-color: #20590D;
}
</style>
border-color css
<style>
span { border-color: #20590D; }
span { border-color: rgb(32,89,13); }
td.TdClassName
{
border-color: #20590D;
}
.TagClassName
{
border-color: #20590D;
}
</style>