Shades of Myrtle #205514
Tints of Myrtle #205514
RGB
CMYK
RGB Variations
Color information
#205514 (or 0x205514) is known color: Myrtle. HEX triplet: 20, 55 and 14. RGB value is (32,85,20). Sum of RGB (Red+Green+Blue) = 32+85+20=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 85 (33.59% from 255 or 62.04% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 85 - color contains mainly: green. Hex color #205514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205514 is #DFAAEB. Grayscale: #3D3D3D. Windows color (decimal): -14658284 or 1332512. OLE color: 1332512.
HSL color Cylindrical-coordinate representation of color #205514: hue angle of 108.92º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #205514 is Cyan = 0.62, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 85 | 20 | - |
| CMYK | 0.62 | 0 | 0.76 | 0.67 |
| HSL | 108.92º | 0.62% | 0.21% | - |
| HSV(B) | 108.92º | 0.76% | 0.33% | - |
| XYZ | 3.97 | 6.85 | 1.78 | - |
| YUV | 61.74 | 104.44 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 85 | 20 | 0.62 | 0 | 0.76 | 0.67 | 108.92 | 0.62 | 0.21 |
| Hex | 20 | 55 | 14 | 3E | 0 | 4C | 43 | 6D | 3E | 15 |
| Octal | 40 | 125 | 24 | 76 | 0 | 114 | 103 | 155 | 76 | 25 |
| Binary | 100000 | 1010101 | 10100 | 111110 | 0 | 1001100 | 1000011 | 1101101 | 111110 | 10101 |
Color Harmonies of #205514
Complementary color
Monochromatic Colors of #205514
Black with #205514
Text Example
Text Example
White with #205514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205514; }
p { color: rgb(32,85,20); }
H1.HeaderClassName
{
color: #205514;
}
.AnyTagClassName
{
color: #205514;
}
</style>
background-color css
<style>
a { background-color: #205514; }
a { background-color: rgb(32,85,20); }
div.DivClassName
{
background-color: #205514;
}
.BgClassName
{
background-color: #205514;
}
</style>
border-color css
<style>
span { border-color: #205514; }
span { border-color: rgb(32,85,20); }
td.TdClassName
{
border-color: #205514;
}
.TagClassName
{
border-color: #205514;
}
</style>