Shades of Myrtle #205209
Tints of Myrtle #205209
RGB
CMYK
RGB Variations
Color information
#205209 (or 0x205209) is known color: Myrtle. HEX triplet: 20, 52 and 09. RGB value is (32,82,9). Sum of RGB (Red+Green+Blue) = 32+82+9=123 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.02% from 123); Green value is 82 (32.42% from 255 or 66.67% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 82 - color contains mainly: green. Hex color #205209 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205209 is #DFADF6. Grayscale: #3A3A3A. Windows color (decimal): -14659063 or 610848. OLE color: 610848.
HSL color Cylindrical-coordinate representation of color #205209: hue angle of 101.1º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #205209 is Cyan = 0.61, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 82 | 9 | - |
| CMYK | 0.61 | 0 | 0.89 | 0.68 |
| HSL | 101.1º | 0.8% | 0.18% | - |
| HSV(B) | 101.1º | 0.89% | 0.32% | - |
| XYZ | 3.66 | 6.36 | 1.29 | - |
| YUV | 58.73 | 99.94 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 9 | 0.61 | 0 | 0.89 | 0.68 | 101.1 | 0.8 | 0.18 |
| Hex | 20 | 52 | 9 | 3D | 0 | 59 | 44 | 65 | 50 | 12 |
| Octal | 40 | 122 | 11 | 75 | 0 | 131 | 104 | 145 | 120 | 22 |
| Binary | 100000 | 1010010 | 1001 | 111101 | 0 | 1011001 | 1000100 | 1100101 | 1010000 | 10010 |
Color Harmonies of #205209
Complementary color
Monochromatic Colors of #205209
Black with #205209
Text Example
Text Example
White with #205209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205209; }
p { color: rgb(32,82,9); }
H1.HeaderClassName
{
color: #205209;
}
.AnyTagClassName
{
color: #205209;
}
</style>
background-color css
<style>
a { background-color: #205209; }
a { background-color: rgb(32,82,9); }
div.DivClassName
{
background-color: #205209;
}
.BgClassName
{
background-color: #205209;
}
</style>
border-color css
<style>
span { border-color: #205209; }
span { border-color: rgb(32,82,9); }
td.TdClassName
{
border-color: #205209;
}
.TagClassName
{
border-color: #205209;
}
</style>