Shades of Myrtle #205D0A
Tints of Myrtle #205D0A
RGB
CMYK
RGB Variations
Color information
#205D0A (or 0x205D0A) is known color: Myrtle. HEX triplet: 20, 5D and 0A. RGB value is (32,93,10). Sum of RGB (Red+Green+Blue) = 32+93+10=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 93 (36.72% from 255 or 68.89% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 93 - color contains mainly: green. Hex color #205D0A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205D0A is #DFA2F5. Grayscale: #414141. Windows color (decimal): -14656246 or 679200. OLE color: 679200.
HSL color Cylindrical-coordinate representation of color #205D0A: hue angle of 104.1º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #205D0A is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 93 | 10 | - |
| CMYK | 0.66 | 0 | 0.89 | 0.64 |
| HSL | 104.1º | 0.81% | 0.2% | - |
| HSV(B) | 104.1º | 0.89% | 0.36% | - |
| XYZ | 4.56 | 8.16 | 1.62 | - |
| YUV | 65.3 | 96.79 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 10 | 0.66 | 0 | 0.89 | 0.64 | 104.1 | 0.81 | 0.2 |
| Hex | 20 | 5D | A | 42 | 0 | 59 | 40 | 68 | 51 | 14 |
| Octal | 40 | 135 | 12 | 102 | 0 | 131 | 100 | 150 | 121 | 24 |
| Binary | 100000 | 1011101 | 1010 | 1000010 | 0 | 1011001 | 1000000 | 1101000 | 1010001 | 10100 |
Color Harmonies of #205D0A
Complementary color
Monochromatic Colors of #205D0A
Black with #205D0A
Text Example
Text Example
White with #205D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D0A; }
p { color: rgb(32,93,10); }
H1.HeaderClassName
{
color: #205D0A;
}
.AnyTagClassName
{
color: #205D0A;
}
</style>
background-color css
<style>
a { background-color: #205D0A; }
a { background-color: rgb(32,93,10); }
div.DivClassName
{
background-color: #205D0A;
}
.BgClassName
{
background-color: #205D0A;
}
</style>
border-color css
<style>
span { border-color: #205D0A; }
span { border-color: rgb(32,93,10); }
td.TdClassName
{
border-color: #205D0A;
}
.TagClassName
{
border-color: #205D0A;
}
</style>