Shades of Myrtle #205D10
Tints of Myrtle #205D10
RGB
CMYK
RGB Variations
Color information
#205D10 (or 0x205D10) is known color: Myrtle. HEX triplet: 20, 5D and 10. RGB value is (32,93,16). Sum of RGB (Red+Green+Blue) = 32+93+16=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 93 (36.72% from 255 or 65.96% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 93 - color contains mainly: green. Hex color #205D10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205D10 is #DFA2EF. Grayscale: #424242. Windows color (decimal): -14656240 or 1072416. OLE color: 1072416.
HSL color Cylindrical-coordinate representation of color #205D10: hue angle of 107.53º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #205D10 is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 93 | 16 | - |
| CMYK | 0.66 | 0 | 0.83 | 0.64 |
| HSL | 107.53º | 0.71% | 0.21% | - |
| HSV(B) | 107.53º | 0.83% | 0.36% | - |
| XYZ | 4.6 | 8.17 | 1.83 | - |
| YUV | 65.98 | 99.79 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 16 | 0.66 | 0 | 0.83 | 0.64 | 107.53 | 0.71 | 0.21 |
| Hex | 20 | 5D | 10 | 42 | 0 | 53 | 40 | 6C | 47 | 15 |
| Octal | 40 | 135 | 20 | 102 | 0 | 123 | 100 | 154 | 107 | 25 |
| Binary | 100000 | 1011101 | 10000 | 1000010 | 0 | 1010011 | 1000000 | 1101100 | 1000111 | 10101 |
Color Harmonies of #205D10
Complementary color
Monochromatic Colors of #205D10
Black with #205D10
Text Example
Text Example
White with #205D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D10; }
p { color: rgb(32,93,16); }
H1.HeaderClassName
{
color: #205D10;
}
.AnyTagClassName
{
color: #205D10;
}
</style>
background-color css
<style>
a { background-color: #205D10; }
a { background-color: rgb(32,93,16); }
div.DivClassName
{
background-color: #205D10;
}
.BgClassName
{
background-color: #205D10;
}
</style>
border-color css
<style>
span { border-color: #205D10; }
span { border-color: rgb(32,93,16); }
td.TdClassName
{
border-color: #205D10;
}
.TagClassName
{
border-color: #205D10;
}
</style>