Shades of Myrtle #205014
Tints of Myrtle #205014
RGB
CMYK
RGB Variations
Color information
#205014 (or 0x205014) is known color: Myrtle. HEX triplet: 20, 50 and 14. RGB value is (32,80,20). Sum of RGB (Red+Green+Blue) = 32+80+20=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 80 (31.64% from 255 or 60.61% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 80 - color contains mainly: green. Hex color #205014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205014 is #DFAFEB. Grayscale: #3B3B3B. Windows color (decimal): -14659564 or 1331232. OLE color: 1331232.
HSL color Cylindrical-coordinate representation of color #205014: hue angle of 108º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #205014 is Cyan = 0.60, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 80 | 20 | - |
| CMYK | 0.60 | 0 | 0.75 | 0.69 |
| HSL | 108º | 0.6% | 0.2% | - |
| HSV(B) | 108º | 0.75% | 0.31% | - |
| XYZ | 3.59 | 6.09 | 1.65 | - |
| YUV | 58.81 | 106.1 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 20 | 0.60 | 0 | 0.75 | 0.69 | 108 | 0.6 | 0.2 |
| Hex | 20 | 50 | 14 | 3C | 0 | 4B | 45 | 6C | 3C | 14 |
| Octal | 40 | 120 | 24 | 74 | 0 | 113 | 105 | 154 | 74 | 24 |
| Binary | 100000 | 1010000 | 10100 | 111100 | 0 | 1001011 | 1000101 | 1101100 | 111100 | 10100 |
Color Harmonies of #205014
Complementary color
Monochromatic Colors of #205014
Black with #205014
Text Example
Text Example
White with #205014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205014; }
p { color: rgb(32,80,20); }
H1.HeaderClassName
{
color: #205014;
}
.AnyTagClassName
{
color: #205014;
}
</style>
background-color css
<style>
a { background-color: #205014; }
a { background-color: rgb(32,80,20); }
div.DivClassName
{
background-color: #205014;
}
.BgClassName
{
background-color: #205014;
}
</style>
border-color css
<style>
span { border-color: #205014; }
span { border-color: rgb(32,80,20); }
td.TdClassName
{
border-color: #205014;
}
.TagClassName
{
border-color: #205014;
}
</style>