Shades of Myrtle #205306
Tints of Myrtle #205306
RGB
CMYK
RGB Variations
Color information
#205306 (or 0x205306) is known color: Myrtle. HEX triplet: 20, 53 and 06. RGB value is (32,83,6). Sum of RGB (Red+Green+Blue) = 32+83+6=121 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.45% from 121); Green value is 83 (32.81% from 255 or 68.60% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 83 - color contains mainly: green. Hex color #205306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205306 is #DFACF9. Grayscale: #3B3B3B. Windows color (decimal): -14658810 or 414496. OLE color: 414496.
HSL color Cylindrical-coordinate representation of color #205306: hue angle of 99.74º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #205306 is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 83 | 6 | - |
| CMYK | 0.61 | 0 | 0.93 | 0.67 |
| HSL | 99.74º | 0.87% | 0.17% | - |
| HSV(B) | 99.74º | 0.93% | 0.33% | - |
| XYZ | 3.72 | 6.51 | 1.23 | - |
| YUV | 58.97 | 98.1 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 6 | 0.61 | 0 | 0.93 | 0.67 | 99.74 | 0.87 | 0.17 |
| Hex | 20 | 53 | 6 | 3D | 0 | 5D | 43 | 64 | 57 | 11 |
| Octal | 40 | 123 | 6 | 75 | 0 | 135 | 103 | 144 | 127 | 21 |
| Binary | 100000 | 1010011 | 110 | 111101 | 0 | 1011101 | 1000011 | 1100100 | 1010111 | 10001 |
Color Harmonies of #205306
Complementary color
Monochromatic Colors of #205306
Black with #205306
Text Example
Text Example
White with #205306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205306; }
p { color: rgb(32,83,6); }
H1.HeaderClassName
{
color: #205306;
}
.AnyTagClassName
{
color: #205306;
}
</style>
background-color css
<style>
a { background-color: #205306; }
a { background-color: rgb(32,83,6); }
div.DivClassName
{
background-color: #205306;
}
.BgClassName
{
background-color: #205306;
}
</style>
border-color css
<style>
span { border-color: #205306; }
span { border-color: rgb(32,83,6); }
td.TdClassName
{
border-color: #205306;
}
.TagClassName
{
border-color: #205306;
}
</style>