Shades of Myrtle #20640B
Tints of Myrtle #20640B
RGB
CMYK
RGB Variations
Color information
#20640B (or 0x20640B) is known color: Myrtle. HEX triplet: 20, 64 and 0B. RGB value is (32,100,11). Sum of RGB (Red+Green+Blue) = 32+100+11=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 100 (39.45% from 255 or 69.93% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 100 - color contains mainly: green. Hex color #20640B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20640B is #DF9BF4. Grayscale: #454545. Windows color (decimal): -14654453 or 746528. OLE color: 746528.
HSL color Cylindrical-coordinate representation of color #20640B: hue angle of 105.84º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #20640B is Cyan = 0.68, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 32 | 100 | 11 | - |
| CMYK | 0.68 | 0 | 0.89 | 0.61 |
| HSL | 105.84º | 0.8% | 0.22% | - |
| HSV(B) | 105.84º | 0.89% | 0.39% | - |
| XYZ | 5.21 | 9.45 | 1.87 | - |
| YUV | 69.52 | 94.97 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 100 | 11 | 0.68 | 0 | 0.89 | 0.61 | 105.84 | 0.8 | 0.22 |
| Hex | 20 | 64 | B | 44 | 0 | 59 | 3D | 6A | 50 | 16 |
| Octal | 40 | 144 | 13 | 104 | 0 | 131 | 75 | 152 | 120 | 26 |
| Binary | 100000 | 1100100 | 1011 | 1000100 | 0 | 1011001 | 111101 | 1101010 | 1010000 | 10110 |
Color Harmonies of #20640B
Complementary color
Monochromatic Colors of #20640B
Black with #20640B
Text Example
Text Example
White with #20640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20640B; }
p { color: rgb(32,100,11); }
H1.HeaderClassName
{
color: #20640B;
}
.AnyTagClassName
{
color: #20640B;
}
</style>
background-color css
<style>
a { background-color: #20640B; }
a { background-color: rgb(32,100,11); }
div.DivClassName
{
background-color: #20640B;
}
.BgClassName
{
background-color: #20640B;
}
</style>
border-color css
<style>
span { border-color: #20640B; }
span { border-color: rgb(32,100,11); }
td.TdClassName
{
border-color: #20640B;
}
.TagClassName
{
border-color: #20640B;
}
</style>