Shades of Myrtle #20520B
Tints of Myrtle #20520B
RGB
CMYK
RGB Variations
Color information
#20520B (or 0x20520B) is known color: Myrtle. HEX triplet: 20, 52 and 0B. RGB value is (32,82,11). Sum of RGB (Red+Green+Blue) = 32+82+11=125 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.6% from 125); Green value is 82 (32.42% from 255 or 65.6% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 82 - color contains mainly: green. Hex color #20520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20520B is #DFADF4. Grayscale: #3B3B3B. Windows color (decimal): -14659061 or 741920. OLE color: 741920.
HSL color Cylindrical-coordinate representation of color #20520B: hue angle of 102.25º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20520B is Cyan = 0.61, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 82 | 11 | - |
| CMYK | 0.61 | 0 | 0.87 | 0.68 |
| HSL | 102.25º | 0.76% | 0.18% | - |
| HSV(B) | 102.25º | 0.87% | 0.32% | - |
| XYZ | 3.67 | 6.37 | 1.35 | - |
| YUV | 58.96 | 100.94 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 11 | 0.61 | 0 | 0.87 | 0.68 | 102.25 | 0.76 | 0.18 |
| Hex | 20 | 52 | B | 3D | 0 | 57 | 44 | 66 | 4C | 12 |
| Octal | 40 | 122 | 13 | 75 | 0 | 127 | 104 | 146 | 114 | 22 |
| Binary | 100000 | 1010010 | 1011 | 111101 | 0 | 1010111 | 1000100 | 1100110 | 1001100 | 10010 |
Color Harmonies of #20520B
Complementary color
Monochromatic Colors of #20520B
Black with #20520B
Text Example
Text Example
White with #20520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20520B; }
p { color: rgb(32,82,11); }
H1.HeaderClassName
{
color: #20520B;
}
.AnyTagClassName
{
color: #20520B;
}
</style>
background-color css
<style>
a { background-color: #20520B; }
a { background-color: rgb(32,82,11); }
div.DivClassName
{
background-color: #20520B;
}
.BgClassName
{
background-color: #20520B;
}
</style>
border-color css
<style>
span { border-color: #20520B; }
span { border-color: rgb(32,82,11); }
td.TdClassName
{
border-color: #20520B;
}
.TagClassName
{
border-color: #20520B;
}
</style>