Shades of Myrtle #205518
Tints of Myrtle #205518
RGB
CMYK
RGB Variations
Color information
#205518 (or 0x205518) is known color: Myrtle. HEX triplet: 20, 55 and 18. RGB value is (32,85,24). Sum of RGB (Red+Green+Blue) = 32+85+24=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 85 (33.59% from 255 or 60.28% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 85 - color contains mainly: green. Hex color #205518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205518 is #DFAAE7. Grayscale: #3E3E3E. Windows color (decimal): -14658280 or 1594656. OLE color: 1594656.
HSL color Cylindrical-coordinate representation of color #205518: hue angle of 112.13º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #205518 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 85 | 24 | - |
| CMYK | 0.62 | 0 | 0.72 | 0.67 |
| HSL | 112.13º | 0.56% | 0.21% | - |
| HSV(B) | 112.13º | 0.72% | 0.33% | - |
| XYZ | 4.01 | 6.87 | 1.98 | - |
| YUV | 62.2 | 106.44 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 85 | 24 | 0.62 | 0 | 0.72 | 0.67 | 112.13 | 0.56 | 0.21 |
| Hex | 20 | 55 | 18 | 3E | 0 | 48 | 43 | 70 | 38 | 15 |
| Octal | 40 | 125 | 30 | 76 | 0 | 110 | 103 | 160 | 70 | 25 |
| Binary | 100000 | 1010101 | 11000 | 111110 | 0 | 1001000 | 1000011 | 1110000 | 111000 | 10101 |
Color Harmonies of #205518
Complementary color
Monochromatic Colors of #205518
Black with #205518
Text Example
Text Example
White with #205518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205518; }
p { color: rgb(32,85,24); }
H1.HeaderClassName
{
color: #205518;
}
.AnyTagClassName
{
color: #205518;
}
</style>
background-color css
<style>
a { background-color: #205518; }
a { background-color: rgb(32,85,24); }
div.DivClassName
{
background-color: #205518;
}
.BgClassName
{
background-color: #205518;
}
</style>
border-color css
<style>
span { border-color: #205518; }
span { border-color: rgb(32,85,24); }
td.TdClassName
{
border-color: #205518;
}
.TagClassName
{
border-color: #205518;
}
</style>