Shades of Myrtle #205309
Tints of Myrtle #205309
RGB
CMYK
RGB Variations
Color information
#205309 (or 0x205309) is known color: Myrtle. HEX triplet: 20, 53 and 09. RGB value is (32,83,9). Sum of RGB (Red+Green+Blue) = 32+83+9=124 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.81% from 124); Green value is 83 (32.81% from 255 or 66.94% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 83 - color contains mainly: green. Hex color #205309 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205309 is #DFACF6. Grayscale: #3B3B3B. Windows color (decimal): -14658807 or 611104. OLE color: 611104.
HSL color Cylindrical-coordinate representation of color #205309: hue angle of 101.35º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #205309 is Cyan = 0.61, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 83 | 9 | - |
| CMYK | 0.61 | 0 | 0.89 | 0.67 |
| HSL | 101.35º | 0.8% | 0.18% | - |
| HSV(B) | 101.35º | 0.89% | 0.33% | - |
| XYZ | 3.74 | 6.51 | 1.32 | - |
| YUV | 59.32 | 99.6 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 9 | 0.61 | 0 | 0.89 | 0.67 | 101.35 | 0.8 | 0.18 |
| Hex | 20 | 53 | 9 | 3D | 0 | 59 | 43 | 65 | 50 | 12 |
| Octal | 40 | 123 | 11 | 75 | 0 | 131 | 103 | 145 | 120 | 22 |
| Binary | 100000 | 1010011 | 1001 | 111101 | 0 | 1011001 | 1000011 | 1100101 | 1010000 | 10010 |
Color Harmonies of #205309
Complementary color
Monochromatic Colors of #205309
Black with #205309
Text Example
Text Example
White with #205309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205309; }
p { color: rgb(32,83,9); }
H1.HeaderClassName
{
color: #205309;
}
.AnyTagClassName
{
color: #205309;
}
</style>
background-color css
<style>
a { background-color: #205309; }
a { background-color: rgb(32,83,9); }
div.DivClassName
{
background-color: #205309;
}
.BgClassName
{
background-color: #205309;
}
</style>
border-color css
<style>
span { border-color: #205309; }
span { border-color: rgb(32,83,9); }
td.TdClassName
{
border-color: #205309;
}
.TagClassName
{
border-color: #205309;
}
</style>