Shades of Myrtle #205222
Tints of Myrtle #205222
RGB
CMYK
RGB Variations
Color information
#205222 (or 0x205222) is known color: Myrtle. HEX triplet: 20, 52 and 22. RGB value is (32,82,34). Sum of RGB (Red+Green+Blue) = 32+82+34=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 82 (32.42% from 255 or 55.41% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 82 - color contains mainly: green. Hex color #205222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205222 is #DFADDD. Grayscale: #3D3D3D. Windows color (decimal): -14659038 or 2249248. OLE color: 2249248.
HSL color Cylindrical-coordinate representation of color #205222: hue angle of 122.4º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #205222 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 82 | 34 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.68 |
| HSL | 122.4º | 0.44% | 0.22% | - |
| HSV(B) | 122.4º | 0.61% | 0.32% | - |
| XYZ | 3.9 | 6.46 | 2.55 | - |
| YUV | 61.58 | 112.44 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 34 | 0.61 | 0 | 0.59 | 0.68 | 122.4 | 0.44 | 0.22 |
| Hex | 20 | 52 | 22 | 3D | 0 | 3B | 44 | 7A | 2C | 16 |
| Octal | 40 | 122 | 42 | 75 | 0 | 73 | 104 | 172 | 54 | 26 |
| Binary | 100000 | 1010010 | 100010 | 111101 | 0 | 111011 | 1000100 | 1111010 | 101100 | 10110 |
Color Harmonies of #205222
Complementary color
Monochromatic Colors of #205222
Black with #205222
Text Example
Text Example
White with #205222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205222; }
p { color: rgb(32,82,34); }
H1.HeaderClassName
{
color: #205222;
}
.AnyTagClassName
{
color: #205222;
}
</style>
background-color css
<style>
a { background-color: #205222; }
a { background-color: rgb(32,82,34); }
div.DivClassName
{
background-color: #205222;
}
.BgClassName
{
background-color: #205222;
}
</style>
border-color css
<style>
span { border-color: #205222; }
span { border-color: rgb(32,82,34); }
td.TdClassName
{
border-color: #205222;
}
.TagClassName
{
border-color: #205222;
}
</style>