Shades of Myrtle #20510D
Tints of Myrtle #20510D
RGB
CMYK
RGB Variations
Color information
#20510D (or 0x20510D) is known color: Myrtle. HEX triplet: 20, 51 and 0D. RGB value is (32,81,13). Sum of RGB (Red+Green+Blue) = 32+81+13=126 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.40% from 126); Green value is 81 (32.03% from 255 or 64.29% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 81 - color contains mainly: green. Hex color #20510D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20510D is #DFAEF2. Grayscale: #3A3A3A. Windows color (decimal): -14659315 or 872736. OLE color: 872736.
HSL color Cylindrical-coordinate representation of color #20510D: hue angle of 103.24º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20510D is Cyan = 0.60, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 81 | 13 | - |
| CMYK | 0.60 | 0 | 0.84 | 0.68 |
| HSL | 103.24º | 0.72% | 0.18% | - |
| HSV(B) | 103.24º | 0.84% | 0.32% | - |
| XYZ | 3.61 | 6.22 | 1.39 | - |
| YUV | 58.6 | 102.27 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 13 | 0.60 | 0 | 0.84 | 0.68 | 103.24 | 0.72 | 0.18 |
| Hex | 20 | 51 | D | 3C | 0 | 54 | 44 | 67 | 48 | 12 |
| Octal | 40 | 121 | 15 | 74 | 0 | 124 | 104 | 147 | 110 | 22 |
| Binary | 100000 | 1010001 | 1101 | 111100 | 0 | 1010100 | 1000100 | 1100111 | 1001000 | 10010 |
Color Harmonies of #20510D
Complementary color
Monochromatic Colors of #20510D
Black with #20510D
Text Example
Text Example
White with #20510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20510D; }
p { color: rgb(32,81,13); }
H1.HeaderClassName
{
color: #20510D;
}
.AnyTagClassName
{
color: #20510D;
}
</style>
background-color css
<style>
a { background-color: #20510D; }
a { background-color: rgb(32,81,13); }
div.DivClassName
{
background-color: #20510D;
}
.BgClassName
{
background-color: #20510D;
}
</style>
border-color css
<style>
span { border-color: #20510D; }
span { border-color: rgb(32,81,13); }
td.TdClassName
{
border-color: #20510D;
}
.TagClassName
{
border-color: #20510D;
}
</style>