Shades of Myrtle #206204
Tints of Myrtle #206204
RGB
CMYK
RGB Variations
Color information
#206204 (or 0x206204) is known color: Myrtle. HEX triplet: 20, 62 and 04. RGB value is (32,98,4). Sum of RGB (Red+Green+Blue) = 32+98+4=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 98 (38.67% from 255 or 73.13% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 98 - color contains mainly: green. Hex color #206204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #206204 is #DF9DFB. Grayscale: #434343. Windows color (decimal): -14654972 or 287264. OLE color: 287264.
HSL color Cylindrical-coordinate representation of color #206204: hue angle of 102.13º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #206204 is Cyan = 0.67, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 98 | 4 | - |
| CMYK | 0.67 | 0 | 0.96 | 0.62 |
| HSL | 102.13º | 0.92% | 0.2% | - |
| HSV(B) | 102.13º | 0.96% | 0.38% | - |
| XYZ | 4.99 | 9.05 | 1.6 | - |
| YUV | 67.55 | 92.13 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 98 | 4 | 0.67 | 0 | 0.96 | 0.62 | 102.13 | 0.92 | 0.2 |
| Hex | 20 | 62 | 4 | 43 | 0 | 60 | 3E | 66 | 5C | 14 |
| Octal | 40 | 142 | 4 | 103 | 0 | 140 | 76 | 146 | 134 | 24 |
| Binary | 100000 | 1100010 | 100 | 1000011 | 0 | 1100000 | 111110 | 1100110 | 1011100 | 10100 |
Color Harmonies of #206204
Complementary color
Monochromatic Colors of #206204
Black with #206204
Text Example
Text Example
White with #206204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206204; }
p { color: rgb(32,98,4); }
H1.HeaderClassName
{
color: #206204;
}
.AnyTagClassName
{
color: #206204;
}
</style>
background-color css
<style>
a { background-color: #206204; }
a { background-color: rgb(32,98,4); }
div.DivClassName
{
background-color: #206204;
}
.BgClassName
{
background-color: #206204;
}
</style>
border-color css
<style>
span { border-color: #206204; }
span { border-color: rgb(32,98,4); }
td.TdClassName
{
border-color: #206204;
}
.TagClassName
{
border-color: #206204;
}
</style>