Shades of Myrtle #205217
Tints of Myrtle #205217
RGB
CMYK
RGB Variations
Color information
#205217 (or 0x205217) is known color: Myrtle. HEX triplet: 20, 52 and 17. RGB value is (32,82,23). Sum of RGB (Red+Green+Blue) = 32+82+23=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 82 (32.42% from 255 or 59.85% from 137); Blue value is 23 (9.38% from 255 or 16.79% from 137); Max value from RGB is 82 - color contains mainly: green. Hex color #205217 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205217 is #DFADE8. Grayscale: #3C3C3C. Windows color (decimal): -14659049 or 1528352. OLE color: 1528352.
HSL color Cylindrical-coordinate representation of color #205217: hue angle of 110.85º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #205217 is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 82 | 23 | - |
| CMYK | 0.61 | 0 | 0.72 | 0.68 |
| HSL | 110.85º | 0.56% | 0.21% | - |
| HSV(B) | 110.85º | 0.72% | 0.32% | - |
| XYZ | 3.77 | 6.4 | 1.85 | - |
| YUV | 60.32 | 106.94 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 23 | 0.61 | 0 | 0.72 | 0.68 | 110.85 | 0.56 | 0.21 |
| Hex | 20 | 52 | 17 | 3D | 0 | 48 | 44 | 6F | 38 | 15 |
| Octal | 40 | 122 | 27 | 75 | 0 | 110 | 104 | 157 | 70 | 25 |
| Binary | 100000 | 1010010 | 10111 | 111101 | 0 | 1001000 | 1000100 | 1101111 | 111000 | 10101 |
Color Harmonies of #205217
Complementary color
Monochromatic Colors of #205217
Black with #205217
Text Example
Text Example
White with #205217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205217; }
p { color: rgb(32,82,23); }
H1.HeaderClassName
{
color: #205217;
}
.AnyTagClassName
{
color: #205217;
}
</style>
background-color css
<style>
a { background-color: #205217; }
a { background-color: rgb(32,82,23); }
div.DivClassName
{
background-color: #205217;
}
.BgClassName
{
background-color: #205217;
}
</style>
border-color css
<style>
span { border-color: #205217; }
span { border-color: rgb(32,82,23); }
td.TdClassName
{
border-color: #205217;
}
.TagClassName
{
border-color: #205217;
}
</style>