Shades of Myrtle #204509
Tints of Myrtle #204509
RGB
CMYK
RGB Variations
Color information
#204509 (or 0x204509) is known color: Myrtle. HEX triplet: 20, 45 and 09. RGB value is (32,69,9). Sum of RGB (Red+Green+Blue) = 32+69+9=110 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.09% from 110); Green value is 69 (27.34% from 255 or 62.73% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 69 - color contains mainly: green. Hex color #204509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #204509 is #DFBAF6. Grayscale: #333333. Windows color (decimal): -14662391 or 607520. OLE color: 607520.
HSL color Cylindrical-coordinate representation of color #204509: hue angle of 97º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #204509 is Cyan = 0.54, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 69 | 9 | - |
| CMYK | 0.54 | 0 | 0.87 | 0.73 |
| HSL | 97º | 0.77% | 0.15% | - |
| HSV(B) | 97º | 0.87% | 0.27% | - |
| XYZ | 2.77 | 4.58 | 1 | - |
| YUV | 51.1 | 104.24 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 69 | 9 | 0.54 | 0 | 0.87 | 0.73 | 97 | 0.77 | 0.15 |
| Hex | 20 | 45 | 9 | 36 | 0 | 57 | 49 | 61 | 4D | F |
| Octal | 40 | 105 | 11 | 66 | 0 | 127 | 111 | 141 | 115 | 17 |
| Binary | 100000 | 1000101 | 1001 | 110110 | 0 | 1010111 | 1001001 | 1100001 | 1001101 | 1111 |
Color Harmonies of #204509
Complementary color
Monochromatic Colors of #204509
Black with #204509
Text Example
Text Example
White with #204509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204509; }
p { color: rgb(32,69,9); }
H1.HeaderClassName
{
color: #204509;
}
.AnyTagClassName
{
color: #204509;
}
</style>
background-color css
<style>
a { background-color: #204509; }
a { background-color: rgb(32,69,9); }
div.DivClassName
{
background-color: #204509;
}
.BgClassName
{
background-color: #204509;
}
</style>
border-color css
<style>
span { border-color: #204509; }
span { border-color: rgb(32,69,9); }
td.TdClassName
{
border-color: #204509;
}
.TagClassName
{
border-color: #204509;
}
</style>