Shades of Myrtle #20530D
Tints of Myrtle #20530D
RGB
CMYK
RGB Variations
Color information
#20530D (or 0x20530D) is known color: Myrtle. HEX triplet: 20, 53 and 0D. RGB value is (32,83,13). Sum of RGB (Red+Green+Blue) = 32+83+13=128 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25% from 128); Green value is 83 (32.81% from 255 or 64.84% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 83 - color contains mainly: green. Hex color #20530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20530D is #DFACF2. Grayscale: #3C3C3C. Windows color (decimal): -14658803 or 873248. OLE color: 873248.
HSL color Cylindrical-coordinate representation of color #20530D: hue angle of 103.71º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20530D is Cyan = 0.61, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 83 | 13 | - |
| CMYK | 0.61 | 0 | 0.84 | 0.67 |
| HSL | 103.71º | 0.73% | 0.19% | - |
| HSV(B) | 103.71º | 0.84% | 0.33% | - |
| XYZ | 3.76 | 6.52 | 1.44 | - |
| YUV | 59.77 | 101.6 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 13 | 0.61 | 0 | 0.84 | 0.67 | 103.71 | 0.73 | 0.19 |
| Hex | 20 | 53 | D | 3D | 0 | 54 | 43 | 68 | 49 | 13 |
| Octal | 40 | 123 | 15 | 75 | 0 | 124 | 103 | 150 | 111 | 23 |
| Binary | 100000 | 1010011 | 1101 | 111101 | 0 | 1010100 | 1000011 | 1101000 | 1001001 | 10011 |
Color Harmonies of #20530D
Complementary color
Monochromatic Colors of #20530D
Black with #20530D
Text Example
Text Example
White with #20530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20530D; }
p { color: rgb(32,83,13); }
H1.HeaderClassName
{
color: #20530D;
}
.AnyTagClassName
{
color: #20530D;
}
</style>
background-color css
<style>
a { background-color: #20530D; }
a { background-color: rgb(32,83,13); }
div.DivClassName
{
background-color: #20530D;
}
.BgClassName
{
background-color: #20530D;
}
</style>
border-color css
<style>
span { border-color: #20530D; }
span { border-color: rgb(32,83,13); }
td.TdClassName
{
border-color: #20530D;
}
.TagClassName
{
border-color: #20530D;
}
</style>