Shades of Myrtle #206013
Tints of Myrtle #206013
RGB
CMYK
RGB Variations
Color information
#206013 (or 0x206013) is known color: Myrtle. HEX triplet: 20, 60 and 13. RGB value is (32,96,19). Sum of RGB (Red+Green+Blue) = 32+96+19=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 96 (37.89% from 255 or 65.31% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 96 - color contains mainly: green. Hex color #206013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206013 is #DF9FEC. Grayscale: #444444. Windows color (decimal): -14655469 or 1269792. OLE color: 1269792.
HSL color Cylindrical-coordinate representation of color #206013: hue angle of 109.87º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #206013 is Cyan = 0.67, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 96 | 19 | - |
| CMYK | 0.67 | 0 | 0.80 | 0.62 |
| HSL | 109.87º | 0.67% | 0.23% | - |
| HSV(B) | 109.87º | 0.8% | 0.38% | - |
| XYZ | 4.9 | 8.72 | 2.04 | - |
| YUV | 68.09 | 100.3 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 96 | 19 | 0.67 | 0 | 0.80 | 0.62 | 109.87 | 0.67 | 0.23 |
| Hex | 20 | 60 | 13 | 43 | 0 | 50 | 3E | 6E | 43 | 17 |
| Octal | 40 | 140 | 23 | 103 | 0 | 120 | 76 | 156 | 103 | 27 |
| Binary | 100000 | 1100000 | 10011 | 1000011 | 0 | 1010000 | 111110 | 1101110 | 1000011 | 10111 |
Color Harmonies of #206013
Complementary color
Monochromatic Colors of #206013
Black with #206013
Text Example
Text Example
White with #206013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206013; }
p { color: rgb(32,96,19); }
H1.HeaderClassName
{
color: #206013;
}
.AnyTagClassName
{
color: #206013;
}
</style>
background-color css
<style>
a { background-color: #206013; }
a { background-color: rgb(32,96,19); }
div.DivClassName
{
background-color: #206013;
}
.BgClassName
{
background-color: #206013;
}
</style>
border-color css
<style>
span { border-color: #206013; }
span { border-color: rgb(32,96,19); }
td.TdClassName
{
border-color: #206013;
}
.TagClassName
{
border-color: #206013;
}
</style>