Shades of Myrtle #204720
Tints of Myrtle #204720
RGB
CMYK
RGB Variations
Color information
#204720 (or 0x204720) is known color: Myrtle. HEX triplet: 20, 47 and 20. RGB value is (32,71,32). Sum of RGB (Red+Green+Blue) = 32+71+32=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #204720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204720 is #DFB8DF. Grayscale: #373737. Windows color (decimal): -14661856 or 2115360. OLE color: 2115360.
HSL color Cylindrical-coordinate representation of color #204720: 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.55%. Process color model (Four color, CMYK) of #204720 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 71 | 32 | - |
| CMYK | 0.55 | 0 | 0.55 | 0.72 |
| HSL | 120º | 0.38% | 0.2% | - |
| HSV(B) | 120º | 0.55% | 0.28% | - |
| XYZ | 3.11 | 4.92 | 2.15 | - |
| YUV | 54.89 | 115.08 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 71 | 32 | 0.55 | 0 | 0.55 | 0.72 | 120 | 0.38 | 0.2 |
| Hex | 20 | 47 | 20 | 37 | 0 | 37 | 48 | 78 | 26 | 14 |
| Octal | 40 | 107 | 40 | 67 | 0 | 67 | 110 | 170 | 46 | 24 |
| Binary | 100000 | 1000111 | 100000 | 110111 | 0 | 110111 | 1001000 | 1111000 | 100110 | 10100 |
Color Harmonies of #204720
Complementary color
Monochromatic Colors of #204720
Black with #204720
Text Example
Text Example
White with #204720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204720; }
p { color: rgb(32,71,32); }
H1.HeaderClassName
{
color: #204720;
}
.AnyTagClassName
{
color: #204720;
}
</style>
background-color css
<style>
a { background-color: #204720; }
a { background-color: rgb(32,71,32); }
div.DivClassName
{
background-color: #204720;
}
.BgClassName
{
background-color: #204720;
}
</style>
border-color css
<style>
span { border-color: #204720; }
span { border-color: rgb(32,71,32); }
td.TdClassName
{
border-color: #204720;
}
.TagClassName
{
border-color: #204720;
}
</style>