Shades of Myrtle #205D17
Tints of Myrtle #205D17
RGB
CMYK
RGB Variations
Color information
#205D17 (or 0x205D17) is known color: Myrtle. HEX triplet: 20, 5D and 17. RGB value is (32,93,23). Sum of RGB (Red+Green+Blue) = 32+93+23=148 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.62% from 148); Green value is 93 (36.72% from 255 or 62.84% from 148); Blue value is 23 (9.38% from 255 or 15.54% from 148); Max value from RGB is 93 - color contains mainly: green. Hex color #205D17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205D17 is #DFA2E8. Grayscale: #434343. Windows color (decimal): -14656233 or 1531168. OLE color: 1531168.
HSL color Cylindrical-coordinate representation of color #205D17: hue angle of 112.29º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #205D17 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 93 | 23 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.64 |
| HSL | 112.29º | 0.6% | 0.23% | - |
| HSV(B) | 112.29º | 0.75% | 0.36% | - |
| XYZ | 4.66 | 8.2 | 2.15 | - |
| YUV | 66.78 | 103.29 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 23 | 0.66 | 0 | 0.75 | 0.64 | 112.29 | 0.6 | 0.23 |
| Hex | 20 | 5D | 17 | 42 | 0 | 4B | 40 | 70 | 3C | 17 |
| Octal | 40 | 135 | 27 | 102 | 0 | 113 | 100 | 160 | 74 | 27 |
| Binary | 100000 | 1011101 | 10111 | 1000010 | 0 | 1001011 | 1000000 | 1110000 | 111100 | 10111 |
Color Harmonies of #205D17
Complementary color
Monochromatic Colors of #205D17
Black with #205D17
Text Example
Text Example
White with #205D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D17; }
p { color: rgb(32,93,23); }
H1.HeaderClassName
{
color: #205D17;
}
.AnyTagClassName
{
color: #205D17;
}
</style>
background-color css
<style>
a { background-color: #205D17; }
a { background-color: rgb(32,93,23); }
div.DivClassName
{
background-color: #205D17;
}
.BgClassName
{
background-color: #205D17;
}
</style>
border-color css
<style>
span { border-color: #205D17; }
span { border-color: rgb(32,93,23); }
td.TdClassName
{
border-color: #205D17;
}
.TagClassName
{
border-color: #205D17;
}
</style>