Shades of Myrtle #205913
Tints of Myrtle #205913
RGB
CMYK
RGB Variations
Color information
#205913 (or 0x205913) is known color: Myrtle. HEX triplet: 20, 59 and 13. RGB value is (32,89,19). Sum of RGB (Red+Green+Blue) = 32+89+19=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 89 (35.16% from 255 or 63.57% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 89 - color contains mainly: green. Hex color #205913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205913 is #DFA6EC. Grayscale: #404040. Windows color (decimal): -14657261 or 1268000. OLE color: 1268000.
HSL color Cylindrical-coordinate representation of color #205913: hue angle of 108.86º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #205913 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 89 | 19 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.65 |
| HSL | 108.86º | 0.65% | 0.21% | - |
| HSV(B) | 108.86º | 0.79% | 0.35% | - |
| XYZ | 4.29 | 7.5 | 1.84 | - |
| YUV | 63.98 | 102.62 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 89 | 19 | 0.64 | 0 | 0.79 | 0.65 | 108.86 | 0.65 | 0.21 |
| Hex | 20 | 59 | 13 | 40 | 0 | 4F | 41 | 6D | 41 | 15 |
| Octal | 40 | 131 | 23 | 100 | 0 | 117 | 101 | 155 | 101 | 25 |
| Binary | 100000 | 1011001 | 10011 | 1000000 | 0 | 1001111 | 1000001 | 1101101 | 1000001 | 10101 |
Color Harmonies of #205913
Complementary color
Monochromatic Colors of #205913
Black with #205913
Text Example
Text Example
White with #205913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205913; }
p { color: rgb(32,89,19); }
H1.HeaderClassName
{
color: #205913;
}
.AnyTagClassName
{
color: #205913;
}
</style>
background-color css
<style>
a { background-color: #205913; }
a { background-color: rgb(32,89,19); }
div.DivClassName
{
background-color: #205913;
}
.BgClassName
{
background-color: #205913;
}
</style>
border-color css
<style>
span { border-color: #205913; }
span { border-color: rgb(32,89,19); }
td.TdClassName
{
border-color: #205913;
}
.TagClassName
{
border-color: #205913;
}
</style>