Shades of Myrtle #205305
Tints of Myrtle #205305
RGB
CMYK
RGB Variations
Color information
#205305 (or 0x205305) is known color: Myrtle. HEX triplet: 20, 53 and 05. RGB value is (32,83,5). Sum of RGB (Red+Green+Blue) = 32+83+5=120 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.67% from 120); Green value is 83 (32.81% from 255 or 69.17% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 83 - color contains mainly: green. Hex color #205305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205305 is #DFACFA. Grayscale: #3B3B3B. Windows color (decimal): -14658811 or 348960. OLE color: 348960.
HSL color Cylindrical-coordinate representation of color #205305: hue angle of 99.23º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #205305 is Cyan = 0.61, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 83 | 5 | - |
| CMYK | 0.61 | 0 | 0.94 | 0.67 |
| HSL | 99.23º | 0.89% | 0.17% | - |
| HSV(B) | 99.23º | 0.94% | 0.33% | - |
| XYZ | 3.72 | 6.5 | 1.2 | - |
| YUV | 58.86 | 97.6 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 5 | 0.61 | 0 | 0.94 | 0.67 | 99.23 | 0.89 | 0.17 |
| Hex | 20 | 53 | 5 | 3D | 0 | 5E | 43 | 63 | 59 | 11 |
| Octal | 40 | 123 | 5 | 75 | 0 | 136 | 103 | 143 | 131 | 21 |
| Binary | 100000 | 1010011 | 101 | 111101 | 0 | 1011110 | 1000011 | 1100011 | 1011001 | 10001 |
Color Harmonies of #205305
Complementary color
Monochromatic Colors of #205305
Black with #205305
Text Example
Text Example
White with #205305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205305; }
p { color: rgb(32,83,5); }
H1.HeaderClassName
{
color: #205305;
}
.AnyTagClassName
{
color: #205305;
}
</style>
background-color css
<style>
a { background-color: #205305; }
a { background-color: rgb(32,83,5); }
div.DivClassName
{
background-color: #205305;
}
.BgClassName
{
background-color: #205305;
}
</style>
border-color css
<style>
span { border-color: #205305; }
span { border-color: rgb(32,83,5); }
td.TdClassName
{
border-color: #205305;
}
.TagClassName
{
border-color: #205305;
}
</style>