Shades of Myrtle #205202
Tints of Myrtle #205202
RGB
CMYK
RGB Variations
Color information
#205202 (or 0x205202) is known color: Myrtle. HEX triplet: 20, 52 and 02. RGB value is (32,82,2). Sum of RGB (Red+Green+Blue) = 32+82+2=116 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.59% from 116); Green value is 82 (32.42% from 255 or 70.69% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 82 - color contains mainly: green. Hex color #205202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205202 is #DFADFD. Grayscale: #3A3A3A. Windows color (decimal): -14659070 or 152096. OLE color: 152096.
HSL color Cylindrical-coordinate representation of color #205202: hue angle of 97.5º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #205202 is Cyan = 0.61, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 82 | 2 | - |
| CMYK | 0.61 | 0 | 0.98 | 0.68 |
| HSL | 97.5º | 0.95% | 0.16% | - |
| HSV(B) | 97.5º | 0.98% | 0.32% | - |
| XYZ | 3.62 | 6.35 | 1.09 | - |
| YUV | 57.93 | 96.44 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 2 | 0.61 | 0 | 0.98 | 0.68 | 97.5 | 0.95 | 0.16 |
| Hex | 20 | 52 | 2 | 3D | 0 | 62 | 44 | 62 | 5F | 10 |
| Octal | 40 | 122 | 2 | 75 | 0 | 142 | 104 | 142 | 137 | 20 |
| Binary | 100000 | 1010010 | 10 | 111101 | 0 | 1100010 | 1000100 | 1100010 | 1011111 | 10000 |
Color Harmonies of #205202
Complementary color
Monochromatic Colors of #205202
Black with #205202
Text Example
Text Example
White with #205202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205202; }
p { color: rgb(32,82,2); }
H1.HeaderClassName
{
color: #205202;
}
.AnyTagClassName
{
color: #205202;
}
</style>
background-color css
<style>
a { background-color: #205202; }
a { background-color: rgb(32,82,2); }
div.DivClassName
{
background-color: #205202;
}
.BgClassName
{
background-color: #205202;
}
</style>
border-color css
<style>
span { border-color: #205202; }
span { border-color: rgb(32,82,2); }
td.TdClassName
{
border-color: #205202;
}
.TagClassName
{
border-color: #205202;
}
</style>