Shades of Myrtle #205409
Tints of Myrtle #205409
RGB
CMYK
RGB Variations
Color information
#205409 (or 0x205409) is known color: Myrtle. HEX triplet: 20, 54 and 09. RGB value is (32,84,9). Sum of RGB (Red+Green+Blue) = 32+84+9=125 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.6% from 125); Green value is 84 (33.20% from 255 or 67.2% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 84 - color contains mainly: green. Hex color #205409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205409 is #DFABF6. Grayscale: #3C3C3C. Windows color (decimal): -14658551 or 611360. OLE color: 611360.
HSL color Cylindrical-coordinate representation of color #205409: hue angle of 101.6º degrees, saturation: 0.81, 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 #205409 is Cyan = 0.62, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 84 | 9 | - |
| CMYK | 0.62 | 0 | 0.89 | 0.67 |
| HSL | 101.6º | 0.81% | 0.18% | - |
| HSV(B) | 101.6º | 0.89% | 0.33% | - |
| XYZ | 3.82 | 6.67 | 1.34 | - |
| YUV | 59.9 | 99.27 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 84 | 9 | 0.62 | 0 | 0.89 | 0.67 | 101.6 | 0.81 | 0.18 |
| Hex | 20 | 54 | 9 | 3E | 0 | 59 | 43 | 66 | 51 | 12 |
| Octal | 40 | 124 | 11 | 76 | 0 | 131 | 103 | 146 | 121 | 22 |
| Binary | 100000 | 1010100 | 1001 | 111110 | 0 | 1011001 | 1000011 | 1100110 | 1010001 | 10010 |
Color Harmonies of #205409
Complementary color
Monochromatic Colors of #205409
Black with #205409
Text Example
Text Example
White with #205409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205409; }
p { color: rgb(32,84,9); }
H1.HeaderClassName
{
color: #205409;
}
.AnyTagClassName
{
color: #205409;
}
</style>
background-color css
<style>
a { background-color: #205409; }
a { background-color: rgb(32,84,9); }
div.DivClassName
{
background-color: #205409;
}
.BgClassName
{
background-color: #205409;
}
</style>
border-color css
<style>
span { border-color: #205409; }
span { border-color: rgb(32,84,9); }
td.TdClassName
{
border-color: #205409;
}
.TagClassName
{
border-color: #205409;
}
</style>