Shades of Myrtle #206019
Tints of Myrtle #206019
RGB
CMYK
RGB Variations
Color information
#206019 (or 0x206019) is known color: Myrtle. HEX triplet: 20, 60 and 19. RGB value is (32,96,25). Sum of RGB (Red+Green+Blue) = 32+96+25=153 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.92% from 153); Green value is 96 (37.89% from 255 or 62.75% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 96 - color contains mainly: green. Hex color #206019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206019 is #DF9FE6. Grayscale: #444444. Windows color (decimal): -14655463 or 1663008. OLE color: 1663008.
HSL color Cylindrical-coordinate representation of color #206019: hue angle of 114.08º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #206019 is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 96 | 25 | - |
| CMYK | 0.67 | 0 | 0.74 | 0.62 |
| HSL | 114.08º | 0.59% | 0.24% | - |
| HSV(B) | 114.08º | 0.74% | 0.38% | - |
| XYZ | 4.95 | 8.74 | 2.35 | - |
| YUV | 68.77 | 103.3 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 96 | 25 | 0.67 | 0 | 0.74 | 0.62 | 114.08 | 0.59 | 0.24 |
| Hex | 20 | 60 | 19 | 43 | 0 | 4A | 3E | 72 | 3B | 18 |
| Octal | 40 | 140 | 31 | 103 | 0 | 112 | 76 | 162 | 73 | 30 |
| Binary | 100000 | 1100000 | 11001 | 1000011 | 0 | 1001010 | 111110 | 1110010 | 111011 | 11000 |
Color Harmonies of #206019
Complementary color
Monochromatic Colors of #206019
Black with #206019
Text Example
Text Example
White with #206019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206019; }
p { color: rgb(32,96,25); }
H1.HeaderClassName
{
color: #206019;
}
.AnyTagClassName
{
color: #206019;
}
</style>
background-color css
<style>
a { background-color: #206019; }
a { background-color: rgb(32,96,25); }
div.DivClassName
{
background-color: #206019;
}
.BgClassName
{
background-color: #206019;
}
</style>
border-color css
<style>
span { border-color: #206019; }
span { border-color: rgb(32,96,25); }
td.TdClassName
{
border-color: #206019;
}
.TagClassName
{
border-color: #206019;
}
</style>