Shades of Myrtle #205521
Tints of Myrtle #205521
RGB
CMYK
RGB Variations
Color information
#205521 (or 0x205521) is known color: Myrtle. HEX triplet: 20, 55 and 21. RGB value is (32,85,33). Sum of RGB (Red+Green+Blue) = 32+85+33=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 85 (33.59% from 255 or 56.67% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 85 - color contains mainly: green. Hex color #205521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205521 is #DFAADE. Grayscale: #3F3F3F. Windows color (decimal): -14658271 or 2184480. OLE color: 2184480.
HSL color Cylindrical-coordinate representation of color #205521: hue angle of 121.13º 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 #205521 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 85 | 33 | - |
| CMYK | 0.62 | 0 | 0.61 | 0.67 |
| HSL | 121.13º | 0.45% | 0.23% | - |
| HSV(B) | 121.13º | 0.62% | 0.33% | - |
| XYZ | 4.12 | 6.91 | 2.56 | - |
| YUV | 63.23 | 110.94 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 85 | 33 | 0.62 | 0 | 0.61 | 0.67 | 121.13 | 0.45 | 0.23 |
| Hex | 20 | 55 | 21 | 3E | 0 | 3D | 43 | 79 | 2D | 17 |
| Octal | 40 | 125 | 41 | 76 | 0 | 75 | 103 | 171 | 55 | 27 |
| Binary | 100000 | 1010101 | 100001 | 111110 | 0 | 111101 | 1000011 | 1111001 | 101101 | 10111 |
Color Harmonies of #205521
Complementary color
Monochromatic Colors of #205521
Black with #205521
Text Example
Text Example
White with #205521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205521; }
p { color: rgb(32,85,33); }
H1.HeaderClassName
{
color: #205521;
}
.AnyTagClassName
{
color: #205521;
}
</style>
background-color css
<style>
a { background-color: #205521; }
a { background-color: rgb(32,85,33); }
div.DivClassName
{
background-color: #205521;
}
.BgClassName
{
background-color: #205521;
}
</style>
border-color css
<style>
span { border-color: #205521; }
span { border-color: rgb(32,85,33); }
td.TdClassName
{
border-color: #205521;
}
.TagClassName
{
border-color: #205521;
}
</style>