Shades of Myrtle #20460A
Tints of Myrtle #20460A
RGB
CMYK
RGB Variations
Color information
#20460A (or 0x20460A) is known color: Myrtle. HEX triplet: 20, 46 and 0A. RGB value is (32,70,10). Sum of RGB (Red+Green+Blue) = 32+70+10=112 (14% of max value = 765). Red value is 32 (12.89% from 255 or 28.57% from 112); Green value is 70 (27.73% from 255 or 62.5% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 70 - color contains mainly: green. Hex color #20460A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20460A is #DFB9F5. Grayscale: #343434. Windows color (decimal): -14662134 or 673312. OLE color: 673312.
HSL color Cylindrical-coordinate representation of color #20460A: hue angle of 98º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20460A is Cyan = 0.54, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 70 | 10 | - |
| CMYK | 0.54 | 0 | 0.86 | 0.73 |
| HSL | 98º | 0.75% | 0.16% | - |
| HSV(B) | 98º | 0.86% | 0.27% | - |
| XYZ | 2.84 | 4.71 | 1.05 | - |
| YUV | 51.8 | 104.41 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 10 | 0.54 | 0 | 0.86 | 0.73 | 98 | 0.75 | 0.16 |
| Hex | 20 | 46 | A | 36 | 0 | 56 | 49 | 62 | 4B | 10 |
| Octal | 40 | 106 | 12 | 66 | 0 | 126 | 111 | 142 | 113 | 20 |
| Binary | 100000 | 1000110 | 1010 | 110110 | 0 | 1010110 | 1001001 | 1100010 | 1001011 | 10000 |
Color Harmonies of #20460A
Complementary color
Monochromatic Colors of #20460A
Black with #20460A
Text Example
Text Example
White with #20460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20460A; }
p { color: rgb(32,70,10); }
H1.HeaderClassName
{
color: #20460A;
}
.AnyTagClassName
{
color: #20460A;
}
</style>
background-color css
<style>
a { background-color: #20460A; }
a { background-color: rgb(32,70,10); }
div.DivClassName
{
background-color: #20460A;
}
.BgClassName
{
background-color: #20460A;
}
</style>
border-color css
<style>
span { border-color: #20460A; }
span { border-color: rgb(32,70,10); }
td.TdClassName
{
border-color: #20460A;
}
.TagClassName
{
border-color: #20460A;
}
</style>