Shades of Myrtle #205D09
Tints of Myrtle #205D09
RGB
CMYK
RGB Variations
Color information
#205D09 (or 0x205D09) is known color: Myrtle. HEX triplet: 20, 5D and 09. RGB value is (32,93,9). Sum of RGB (Red+Green+Blue) = 32+93+9=134 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.88% from 134); Green value is 93 (36.72% from 255 or 69.40% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 93 - color contains mainly: green. Hex color #205D09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205D09 is #DFA2F6. Grayscale: #414141. Windows color (decimal): -14656247 or 613664. OLE color: 613664.
HSL color Cylindrical-coordinate representation of color #205D09: hue angle of 103.57º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #205D09 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 93 | 9 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.64 |
| HSL | 103.57º | 0.82% | 0.2% | - |
| HSV(B) | 103.57º | 0.9% | 0.36% | - |
| XYZ | 4.56 | 8.16 | 1.59 | - |
| YUV | 65.19 | 96.29 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 9 | 0.66 | 0 | 0.90 | 0.64 | 103.57 | 0.82 | 0.2 |
| Hex | 20 | 5D | 9 | 42 | 0 | 5A | 40 | 68 | 52 | 14 |
| Octal | 40 | 135 | 11 | 102 | 0 | 132 | 100 | 150 | 122 | 24 |
| Binary | 100000 | 1011101 | 1001 | 1000010 | 0 | 1011010 | 1000000 | 1101000 | 1010010 | 10100 |
Color Harmonies of #205D09
Complementary color
Monochromatic Colors of #205D09
Black with #205D09
Text Example
Text Example
White with #205D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D09; }
p { color: rgb(32,93,9); }
H1.HeaderClassName
{
color: #205D09;
}
.AnyTagClassName
{
color: #205D09;
}
</style>
background-color css
<style>
a { background-color: #205D09; }
a { background-color: rgb(32,93,9); }
div.DivClassName
{
background-color: #205D09;
}
.BgClassName
{
background-color: #205D09;
}
</style>
border-color css
<style>
span { border-color: #205D09; }
span { border-color: rgb(32,93,9); }
td.TdClassName
{
border-color: #205D09;
}
.TagClassName
{
border-color: #205D09;
}
</style>