Shades of Myrtle #20530C
Tints of Myrtle #20530C
RGB
CMYK
RGB Variations
Color information
#20530C (or 0x20530C) is known color: Myrtle. HEX triplet: 20, 53 and 0C. RGB value is (32,83,12). Sum of RGB (Red+Green+Blue) = 32+83+12=127 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.20% from 127); Green value is 83 (32.81% from 255 or 65.35% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 83 - color contains mainly: green. Hex color #20530C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20530C is #DFACF3. Grayscale: #3B3B3B. Windows color (decimal): -14658804 or 807712. OLE color: 807712.
HSL color Cylindrical-coordinate representation of color #20530C: hue angle of 103.1º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20530C is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 83 | 12 | - |
| CMYK | 0.61 | 0 | 0.86 | 0.67 |
| HSL | 103.1º | 0.75% | 0.19% | - |
| HSV(B) | 103.1º | 0.86% | 0.33% | - |
| XYZ | 3.76 | 6.52 | 1.41 | - |
| YUV | 59.66 | 101.1 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 12 | 0.61 | 0 | 0.86 | 0.67 | 103.1 | 0.75 | 0.19 |
| Hex | 20 | 53 | C | 3D | 0 | 56 | 43 | 67 | 4B | 13 |
| Octal | 40 | 123 | 14 | 75 | 0 | 126 | 103 | 147 | 113 | 23 |
| Binary | 100000 | 1010011 | 1100 | 111101 | 0 | 1010110 | 1000011 | 1100111 | 1001011 | 10011 |
Color Harmonies of #20530C
Complementary color
Monochromatic Colors of #20530C
Black with #20530C
Text Example
Text Example
White with #20530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20530C; }
p { color: rgb(32,83,12); }
H1.HeaderClassName
{
color: #20530C;
}
.AnyTagClassName
{
color: #20530C;
}
</style>
background-color css
<style>
a { background-color: #20530C; }
a { background-color: rgb(32,83,12); }
div.DivClassName
{
background-color: #20530C;
}
.BgClassName
{
background-color: #20530C;
}
</style>
border-color css
<style>
span { border-color: #20530C; }
span { border-color: rgb(32,83,12); }
td.TdClassName
{
border-color: #20530C;
}
.TagClassName
{
border-color: #20530C;
}
</style>