Shades of Myrtle #205020
Tints of Myrtle #205020
RGB
CMYK
RGB Variations
Color information
#205020 (or 0x205020) is known color: Myrtle. HEX triplet: 20, 50 and 20. RGB value is (32,80,32). Sum of RGB (Red+Green+Blue) = 32+80+32=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 80 (31.64% from 255 or 55.56% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 80 - color contains mainly: green. Hex color #205020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205020 is #DFAFDF. Grayscale: #3C3C3C. Windows color (decimal): -14659552 or 2117664. OLE color: 2117664.
HSL color Cylindrical-coordinate representation of color #205020: hue angle of 120º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #205020 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 80 | 32 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.69 |
| HSL | 120º | 0.43% | 0.22% | - |
| HSV(B) | 120º | 0.6% | 0.31% | - |
| XYZ | 3.73 | 6.15 | 2.36 | - |
| YUV | 60.18 | 112.1 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 32 | 0.60 | 0 | 0.60 | 0.69 | 120 | 0.43 | 0.22 |
| Hex | 20 | 50 | 20 | 3C | 0 | 3C | 45 | 78 | 2B | 16 |
| Octal | 40 | 120 | 40 | 74 | 0 | 74 | 105 | 170 | 53 | 26 |
| Binary | 100000 | 1010000 | 100000 | 111100 | 0 | 111100 | 1000101 | 1111000 | 101011 | 10110 |
Color Harmonies of #205020
Complementary color
Monochromatic Colors of #205020
Black with #205020
Text Example
Text Example
White with #205020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205020; }
p { color: rgb(32,80,32); }
H1.HeaderClassName
{
color: #205020;
}
.AnyTagClassName
{
color: #205020;
}
</style>
background-color css
<style>
a { background-color: #205020; }
a { background-color: rgb(32,80,32); }
div.DivClassName
{
background-color: #205020;
}
.BgClassName
{
background-color: #205020;
}
</style>
border-color css
<style>
span { border-color: #205020; }
span { border-color: rgb(32,80,32); }
td.TdClassName
{
border-color: #205020;
}
.TagClassName
{
border-color: #205020;
}
</style>