Shades of Myrtle #205215
Tints of Myrtle #205215
RGB
CMYK
RGB Variations
Color information
#205215 (or 0x205215) is known color: Myrtle. HEX triplet: 20, 52 and 15. RGB value is (32,82,21). Sum of RGB (Red+Green+Blue) = 32+82+21=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 82 (32.42% from 255 or 60.74% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 82 - color contains mainly: green. Hex color #205215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205215 is #DFADEA. Grayscale: #3C3C3C. Windows color (decimal): -14659051 or 1397280. OLE color: 1397280.
HSL color Cylindrical-coordinate representation of color #205215: hue angle of 109.18º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #205215 is Cyan = 0.61, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 82 | 21 | - |
| CMYK | 0.61 | 0 | 0.74 | 0.68 |
| HSL | 109.18º | 0.59% | 0.2% | - |
| HSV(B) | 109.18º | 0.74% | 0.32% | - |
| XYZ | 3.75 | 6.4 | 1.75 | - |
| YUV | 60.1 | 105.94 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 21 | 0.61 | 0 | 0.74 | 0.68 | 109.18 | 0.59 | 0.2 |
| Hex | 20 | 52 | 15 | 3D | 0 | 4A | 44 | 6D | 3B | 14 |
| Octal | 40 | 122 | 25 | 75 | 0 | 112 | 104 | 155 | 73 | 24 |
| Binary | 100000 | 1010010 | 10101 | 111101 | 0 | 1001010 | 1000100 | 1101101 | 111011 | 10100 |
Color Harmonies of #205215
Complementary color
Monochromatic Colors of #205215
Black with #205215
Text Example
Text Example
White with #205215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205215; }
p { color: rgb(32,82,21); }
H1.HeaderClassName
{
color: #205215;
}
.AnyTagClassName
{
color: #205215;
}
</style>
background-color css
<style>
a { background-color: #205215; }
a { background-color: rgb(32,82,21); }
div.DivClassName
{
background-color: #205215;
}
.BgClassName
{
background-color: #205215;
}
</style>
border-color css
<style>
span { border-color: #205215; }
span { border-color: rgb(32,82,21); }
td.TdClassName
{
border-color: #205215;
}
.TagClassName
{
border-color: #205215;
}
</style>