Shades of Myrtle #205415
Tints of Myrtle #205415
RGB
CMYK
RGB Variations
Color information
#205415 (or 0x205415) is known color: Myrtle. HEX triplet: 20, 54 and 15. RGB value is (32,84,21). Sum of RGB (Red+Green+Blue) = 32+84+21=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 84 (33.20% from 255 or 61.31% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 84 - color contains mainly: green. Hex color #205415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205415 is #DFABEA. Grayscale: #3D3D3D. Windows color (decimal): -14658539 or 1397792. OLE color: 1397792.
HSL color Cylindrical-coordinate representation of color #205415: hue angle of 109.52º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #205415 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 84 | 21 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.67 |
| HSL | 109.52º | 0.6% | 0.21% | - |
| HSV(B) | 109.52º | 0.75% | 0.33% | - |
| XYZ | 3.9 | 6.7 | 1.8 | - |
| YUV | 61.27 | 105.27 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 84 | 21 | 0.62 | 0 | 0.75 | 0.67 | 109.52 | 0.6 | 0.21 |
| Hex | 20 | 54 | 15 | 3E | 0 | 4B | 43 | 6E | 3C | 15 |
| Octal | 40 | 124 | 25 | 76 | 0 | 113 | 103 | 156 | 74 | 25 |
| Binary | 100000 | 1010100 | 10101 | 111110 | 0 | 1001011 | 1000011 | 1101110 | 111100 | 10101 |
Color Harmonies of #205415
Complementary color
Monochromatic Colors of #205415
Black with #205415
Text Example
Text Example
White with #205415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205415; }
p { color: rgb(32,84,21); }
H1.HeaderClassName
{
color: #205415;
}
.AnyTagClassName
{
color: #205415;
}
</style>
background-color css
<style>
a { background-color: #205415; }
a { background-color: rgb(32,84,21); }
div.DivClassName
{
background-color: #205415;
}
.BgClassName
{
background-color: #205415;
}
</style>
border-color css
<style>
span { border-color: #205415; }
span { border-color: rgb(32,84,21); }
td.TdClassName
{
border-color: #205415;
}
.TagClassName
{
border-color: #205415;
}
</style>