Shades of Myrtle #205322
Tints of Myrtle #205322
RGB
CMYK
RGB Variations
Color information
#205322 (or 0x205322) is known color: Myrtle. HEX triplet: 20, 53 and 22. RGB value is (32,83,34). Sum of RGB (Red+Green+Blue) = 32+83+34=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 83 (32.81% from 255 or 55.70% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 83 - color contains mainly: green. Hex color #205322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205322 is #DFACDD. Grayscale: #3E3E3E. Windows color (decimal): -14658782 or 2249504. OLE color: 2249504.
HSL color Cylindrical-coordinate representation of color #205322: hue angle of 122.35º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #205322 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 83 | 34 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.67 |
| HSL | 122.35º | 0.44% | 0.23% | - |
| HSV(B) | 122.35º | 0.61% | 0.33% | - |
| XYZ | 3.98 | 6.61 | 2.58 | - |
| YUV | 62.17 | 112.1 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 34 | 0.61 | 0 | 0.59 | 0.67 | 122.35 | 0.44 | 0.23 |
| Hex | 20 | 53 | 22 | 3D | 0 | 3B | 43 | 7A | 2C | 17 |
| Octal | 40 | 123 | 42 | 75 | 0 | 73 | 103 | 172 | 54 | 27 |
| Binary | 100000 | 1010011 | 100010 | 111101 | 0 | 111011 | 1000011 | 1111010 | 101100 | 10111 |
Color Harmonies of #205322
Complementary color
Monochromatic Colors of #205322
Black with #205322
Text Example
Text Example
White with #205322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205322; }
p { color: rgb(32,83,34); }
H1.HeaderClassName
{
color: #205322;
}
.AnyTagClassName
{
color: #205322;
}
</style>
background-color css
<style>
a { background-color: #205322; }
a { background-color: rgb(32,83,34); }
div.DivClassName
{
background-color: #205322;
}
.BgClassName
{
background-color: #205322;
}
</style>
border-color css
<style>
span { border-color: #205322; }
span { border-color: rgb(32,83,34); }
td.TdClassName
{
border-color: #205322;
}
.TagClassName
{
border-color: #205322;
}
</style>