Shades of Myrtle #205520
Tints of Myrtle #205520
RGB
CMYK
RGB Variations
Color information
#205520 (or 0x205520) is known color: Myrtle. HEX triplet: 20, 55 and 20. RGB value is (32,85,32). Sum of RGB (Red+Green+Blue) = 32+85+32=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 85 (33.59% from 255 or 57.05% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 85 - color contains mainly: green. Hex color #205520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205520 is #DFAADF. Grayscale: #3F3F3F. Windows color (decimal): -14658272 or 2118944. OLE color: 2118944.
HSL color Cylindrical-coordinate representation of color #205520: hue angle of 120º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #205520 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 85 | 32 | - |
| CMYK | 0.62 | 0 | 0.62 | 0.67 |
| HSL | 120º | 0.45% | 0.23% | - |
| HSV(B) | 120º | 0.62% | 0.33% | - |
| XYZ | 4.1 | 6.91 | 2.48 | - |
| YUV | 63.11 | 110.44 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 85 | 32 | 0.62 | 0 | 0.62 | 0.67 | 120 | 0.45 | 0.23 |
| Hex | 20 | 55 | 20 | 3E | 0 | 3E | 43 | 78 | 2D | 17 |
| Octal | 40 | 125 | 40 | 76 | 0 | 76 | 103 | 170 | 55 | 27 |
| Binary | 100000 | 1010101 | 100000 | 111110 | 0 | 111110 | 1000011 | 1111000 | 101101 | 10111 |
Color Harmonies of #205520
Complementary color
Monochromatic Colors of #205520
Black with #205520
Text Example
Text Example
White with #205520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205520; }
p { color: rgb(32,85,32); }
H1.HeaderClassName
{
color: #205520;
}
.AnyTagClassName
{
color: #205520;
}
</style>
background-color css
<style>
a { background-color: #205520; }
a { background-color: rgb(32,85,32); }
div.DivClassName
{
background-color: #205520;
}
.BgClassName
{
background-color: #205520;
}
</style>
border-color css
<style>
span { border-color: #205520; }
span { border-color: rgb(32,85,32); }
td.TdClassName
{
border-color: #205520;
}
.TagClassName
{
border-color: #205520;
}
</style>