Shades of Myrtle #204820
Tints of Myrtle #204820
RGB
CMYK
RGB Variations
Color information
#204820 (or 0x204820) is known color: Myrtle. HEX triplet: 20, 48 and 20. RGB value is (32,72,32). Sum of RGB (Red+Green+Blue) = 32+72+32=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #204820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204820 is #DFB7DF. Grayscale: #373737. Windows color (decimal): -14661600 or 2115616. OLE color: 2115616.
HSL color Cylindrical-coordinate representation of color #204820: hue angle of 120º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #204820 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 72 | 32 | - |
| CMYK | 0.56 | 0 | 0.56 | 0.72 |
| HSL | 120º | 0.38% | 0.2% | - |
| HSV(B) | 120º | 0.56% | 0.28% | - |
| XYZ | 3.17 | 5.05 | 2.17 | - |
| YUV | 55.48 | 114.75 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 72 | 32 | 0.56 | 0 | 0.56 | 0.72 | 120 | 0.38 | 0.2 |
| Hex | 20 | 48 | 20 | 38 | 0 | 38 | 48 | 78 | 26 | 14 |
| Octal | 40 | 110 | 40 | 70 | 0 | 70 | 110 | 170 | 46 | 24 |
| Binary | 100000 | 1001000 | 100000 | 111000 | 0 | 111000 | 1001000 | 1111000 | 100110 | 10100 |
Color Harmonies of #204820
Complementary color
Monochromatic Colors of #204820
Black with #204820
Text Example
Text Example
White with #204820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204820; }
p { color: rgb(32,72,32); }
H1.HeaderClassName
{
color: #204820;
}
.AnyTagClassName
{
color: #204820;
}
</style>
background-color css
<style>
a { background-color: #204820; }
a { background-color: rgb(32,72,32); }
div.DivClassName
{
background-color: #204820;
}
.BgClassName
{
background-color: #204820;
}
</style>
border-color css
<style>
span { border-color: #204820; }
span { border-color: rgb(32,72,32); }
td.TdClassName
{
border-color: #204820;
}
.TagClassName
{
border-color: #204820;
}
</style>