Shades of Myrtle #20500B
Tints of Myrtle #20500B
RGB
CMYK
RGB Variations
Color information
#20500B (or 0x20500B) is known color: Myrtle. HEX triplet: 20, 50 and 0B. RGB value is (32,80,11). Sum of RGB (Red+Green+Blue) = 32+80+11=123 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.02% from 123); Green value is 80 (31.64% from 255 or 65.04% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 80 - color contains mainly: green. Hex color #20500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20500B is #DFAFF4. Grayscale: #3A3A3A. Windows color (decimal): -14659573 or 741408. OLE color: 741408.
HSL color Cylindrical-coordinate representation of color #20500B: hue angle of 101.74º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20500B is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 80 | 11 | - |
| CMYK | 0.60 | 0 | 0.86 | 0.69 |
| HSL | 101.74º | 0.76% | 0.18% | - |
| HSV(B) | 101.74º | 0.86% | 0.31% | - |
| XYZ | 3.52 | 6.07 | 1.3 | - |
| YUV | 57.78 | 101.6 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 11 | 0.60 | 0 | 0.86 | 0.69 | 101.74 | 0.76 | 0.18 |
| Hex | 20 | 50 | B | 3C | 0 | 56 | 45 | 66 | 4C | 12 |
| Octal | 40 | 120 | 13 | 74 | 0 | 126 | 105 | 146 | 114 | 22 |
| Binary | 100000 | 1010000 | 1011 | 111100 | 0 | 1010110 | 1000101 | 1100110 | 1001100 | 10010 |
Color Harmonies of #20500B
Complementary color
Monochromatic Colors of #20500B
Black with #20500B
Text Example
Text Example
White with #20500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20500B; }
p { color: rgb(32,80,11); }
H1.HeaderClassName
{
color: #20500B;
}
.AnyTagClassName
{
color: #20500B;
}
</style>
background-color css
<style>
a { background-color: #20500B; }
a { background-color: rgb(32,80,11); }
div.DivClassName
{
background-color: #20500B;
}
.BgClassName
{
background-color: #20500B;
}
</style>
border-color css
<style>
span { border-color: #20500B; }
span { border-color: rgb(32,80,11); }
td.TdClassName
{
border-color: #20500B;
}
.TagClassName
{
border-color: #20500B;
}
</style>