Shades of Myrtle #204706
Tints of Myrtle #204706
RGB
CMYK
RGB Variations
Color information
#204706 (or 0x204706) is known color: Myrtle. HEX triplet: 20, 47 and 06. RGB value is (32,71,6). Sum of RGB (Red+Green+Blue) = 32+71+6=109 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.36% from 109); Green value is 71 (28.12% from 255 or 65.14% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 71 - color contains mainly: green. Hex color #204706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #204706 is #DFB8F9. Grayscale: #343434. Windows color (decimal): -14661882 or 411424. OLE color: 411424.
HSL color Cylindrical-coordinate representation of color #204706: hue angle of 96º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #204706 is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 71 | 6 | - |
| CMYK | 0.55 | 0 | 0.92 | 0.72 |
| HSL | 96º | 0.84% | 0.15% | - |
| HSV(B) | 96º | 0.92% | 0.28% | - |
| XYZ | 2.88 | 4.83 | 0.95 | - |
| YUV | 51.93 | 102.08 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 71 | 6 | 0.55 | 0 | 0.92 | 0.72 | 96 | 0.84 | 0.15 |
| Hex | 20 | 47 | 6 | 37 | 0 | 5C | 48 | 60 | 54 | F |
| Octal | 40 | 107 | 6 | 67 | 0 | 134 | 110 | 140 | 124 | 17 |
| Binary | 100000 | 1000111 | 110 | 110111 | 0 | 1011100 | 1001000 | 1100000 | 1010100 | 1111 |
Color Harmonies of #204706
Complementary color
Monochromatic Colors of #204706
Black with #204706
Text Example
Text Example
White with #204706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204706; }
p { color: rgb(32,71,6); }
H1.HeaderClassName
{
color: #204706;
}
.AnyTagClassName
{
color: #204706;
}
</style>
background-color css
<style>
a { background-color: #204706; }
a { background-color: rgb(32,71,6); }
div.DivClassName
{
background-color: #204706;
}
.BgClassName
{
background-color: #204706;
}
</style>
border-color css
<style>
span { border-color: #204706; }
span { border-color: rgb(32,71,6); }
td.TdClassName
{
border-color: #204706;
}
.TagClassName
{
border-color: #204706;
}
</style>