Shades of Myrtle #205013
Tints of Myrtle #205013
RGB
CMYK
RGB Variations
Color information
#205013 (or 0x205013) is known color: Myrtle. HEX triplet: 20, 50 and 13. RGB value is (32,80,19). Sum of RGB (Red+Green+Blue) = 32+80+19=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 80 (31.64% from 255 or 61.07% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 80 - color contains mainly: green. Hex color #205013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205013 is #DFAFEC. Grayscale: #3A3A3A. Windows color (decimal): -14659565 or 1265696. OLE color: 1265696.
HSL color Cylindrical-coordinate representation of color #205013: hue angle of 107.21º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #205013 is Cyan = 0.60, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 80 | 19 | - |
| CMYK | 0.60 | 0 | 0.76 | 0.69 |
| HSL | 107.21º | 0.62% | 0.19% | - |
| HSV(B) | 107.21º | 0.76% | 0.31% | - |
| XYZ | 3.58 | 6.09 | 1.6 | - |
| YUV | 58.69 | 105.6 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 19 | 0.60 | 0 | 0.76 | 0.69 | 107.21 | 0.62 | 0.19 |
| Hex | 20 | 50 | 13 | 3C | 0 | 4C | 45 | 6B | 3E | 13 |
| Octal | 40 | 120 | 23 | 74 | 0 | 114 | 105 | 153 | 76 | 23 |
| Binary | 100000 | 1010000 | 10011 | 111100 | 0 | 1001100 | 1000101 | 1101011 | 111110 | 10011 |
Color Harmonies of #205013
Complementary color
Monochromatic Colors of #205013
Black with #205013
Text Example
Text Example
White with #205013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205013; }
p { color: rgb(32,80,19); }
H1.HeaderClassName
{
color: #205013;
}
.AnyTagClassName
{
color: #205013;
}
</style>
background-color css
<style>
a { background-color: #205013; }
a { background-color: rgb(32,80,19); }
div.DivClassName
{
background-color: #205013;
}
.BgClassName
{
background-color: #205013;
}
</style>
border-color css
<style>
span { border-color: #205013; }
span { border-color: rgb(32,80,19); }
td.TdClassName
{
border-color: #205013;
}
.TagClassName
{
border-color: #205013;
}
</style>