Shades of Myrtle #204D06
Tints of Myrtle #204D06
RGB
CMYK
RGB Variations
Color information
#204D06 (or 0x204D06) is known color: Myrtle. HEX triplet: 20, 4D and 06. RGB value is (32,77,6). Sum of RGB (Red+Green+Blue) = 32+77+6=115 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.83% from 115); Green value is 77 (30.47% from 255 or 66.96% from 115); Blue value is 6 (2.73% from 255 or 5.22% from 115); Max value from RGB is 77 - color contains mainly: green. Hex color #204D06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #204D06 is #DFB2F9. Grayscale: #373737. Windows color (decimal): -14660346 or 412960. OLE color: 412960.
HSL color Cylindrical-coordinate representation of color #204D06: hue angle of 98.03º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #204D06 is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 77 | 6 | - |
| CMYK | 0.58 | 0 | 0.92 | 0.70 |
| HSL | 98.03º | 0.86% | 0.16% | - |
| HSV(B) | 98.03º | 0.92% | 0.3% | - |
| XYZ | 3.28 | 5.63 | 1.09 | - |
| YUV | 55.45 | 100.09 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 77 | 6 | 0.58 | 0 | 0.92 | 0.70 | 98.03 | 0.86 | 0.16 |
| Hex | 20 | 4D | 6 | 3A | 0 | 5C | 46 | 62 | 56 | 10 |
| Octal | 40 | 115 | 6 | 72 | 0 | 134 | 106 | 142 | 126 | 20 |
| Binary | 100000 | 1001101 | 110 | 111010 | 0 | 1011100 | 1000110 | 1100010 | 1010110 | 10000 |
Color Harmonies of #204D06
Complementary color
Monochromatic Colors of #204D06
Black with #204D06
Text Example
Text Example
White with #204D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204D06; }
p { color: rgb(32,77,6); }
H1.HeaderClassName
{
color: #204D06;
}
.AnyTagClassName
{
color: #204D06;
}
</style>
background-color css
<style>
a { background-color: #204D06; }
a { background-color: rgb(32,77,6); }
div.DivClassName
{
background-color: #204D06;
}
.BgClassName
{
background-color: #204D06;
}
</style>
border-color css
<style>
span { border-color: #204D06; }
span { border-color: rgb(32,77,6); }
td.TdClassName
{
border-color: #204D06;
}
.TagClassName
{
border-color: #204D06;
}
</style>