Shades of Myrtle #205809
Tints of Myrtle #205809
RGB
CMYK
RGB Variations
Color information
#205809 (or 0x205809) is known color: Myrtle. HEX triplet: 20, 58 and 09. RGB value is (32,88,9). Sum of RGB (Red+Green+Blue) = 32+88+9=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 88 (34.77% from 255 or 68.22% from 129); Blue value is 9 (3.91% from 255 or 6.98% from 129); Max value from RGB is 88 - color contains mainly: green. Hex color #205809 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205809 is #DFA7F6. Grayscale: #3E3E3E. Windows color (decimal): -14657527 or 612384. OLE color: 612384.
HSL color Cylindrical-coordinate representation of color #205809: hue angle of 102.53º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #205809 is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 88 | 9 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.65 |
| HSL | 102.53º | 0.81% | 0.19% | - |
| HSV(B) | 102.53º | 0.9% | 0.35% | - |
| XYZ | 4.13 | 7.31 | 1.45 | - |
| YUV | 62.25 | 97.95 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 88 | 9 | 0.64 | 0 | 0.90 | 0.65 | 102.53 | 0.81 | 0.19 |
| Hex | 20 | 58 | 9 | 40 | 0 | 5A | 41 | 67 | 51 | 13 |
| Octal | 40 | 130 | 11 | 100 | 0 | 132 | 101 | 147 | 121 | 23 |
| Binary | 100000 | 1011000 | 1001 | 1000000 | 0 | 1011010 | 1000001 | 1100111 | 1010001 | 10011 |
Color Harmonies of #205809
Complementary color
Monochromatic Colors of #205809
Black with #205809
Text Example
Text Example
White with #205809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205809; }
p { color: rgb(32,88,9); }
H1.HeaderClassName
{
color: #205809;
}
.AnyTagClassName
{
color: #205809;
}
</style>
background-color css
<style>
a { background-color: #205809; }
a { background-color: rgb(32,88,9); }
div.DivClassName
{
background-color: #205809;
}
.BgClassName
{
background-color: #205809;
}
</style>
border-color css
<style>
span { border-color: #205809; }
span { border-color: rgb(32,88,9); }
td.TdClassName
{
border-color: #205809;
}
.TagClassName
{
border-color: #205809;
}
</style>