Shades of Myrtle #204620
Tints of Myrtle #204620
RGB
CMYK
RGB Variations
Color information
#204620 (or 0x204620) is known color: Myrtle. HEX triplet: 20, 46 and 20. RGB value is (32,70,32). Sum of RGB (Red+Green+Blue) = 32+70+32=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 70 (27.73% from 255 or 52.24% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 70 - color contains mainly: green. Hex color #204620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204620 is #DFB9DF. Grayscale: #363636. Windows color (decimal): -14662112 or 2115104. OLE color: 2115104.
HSL color Cylindrical-coordinate representation of color #204620: hue angle of 120º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #204620 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 70 | 32 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.73 |
| HSL | 120º | 0.37% | 0.2% | - |
| HSV(B) | 120º | 0.54% | 0.27% | - |
| XYZ | 3.05 | 4.79 | 2.13 | - |
| YUV | 54.31 | 115.41 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 32 | 0.54 | 0 | 0.54 | 0.73 | 120 | 0.37 | 0.2 |
| Hex | 20 | 46 | 20 | 36 | 0 | 36 | 49 | 78 | 25 | 14 |
| Octal | 40 | 106 | 40 | 66 | 0 | 66 | 111 | 170 | 45 | 24 |
| Binary | 100000 | 1000110 | 100000 | 110110 | 0 | 110110 | 1001001 | 1111000 | 100101 | 10100 |
Color Harmonies of #204620
Complementary color
Monochromatic Colors of #204620
Black with #204620
Text Example
Text Example
White with #204620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204620; }
p { color: rgb(32,70,32); }
H1.HeaderClassName
{
color: #204620;
}
.AnyTagClassName
{
color: #204620;
}
</style>
background-color css
<style>
a { background-color: #204620; }
a { background-color: rgb(32,70,32); }
div.DivClassName
{
background-color: #204620;
}
.BgClassName
{
background-color: #204620;
}
</style>
border-color css
<style>
span { border-color: #204620; }
span { border-color: rgb(32,70,32); }
td.TdClassName
{
border-color: #204620;
}
.TagClassName
{
border-color: #204620;
}
</style>