Shades of Myrtle #205219
Tints of Myrtle #205219
RGB
CMYK
RGB Variations
Color information
#205219 (or 0x205219) is known color: Myrtle. HEX triplet: 20, 52 and 19. RGB value is (32,82,25). Sum of RGB (Red+Green+Blue) = 32+82+25=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 82 (32.42% from 255 or 58.99% from 139); Blue value is 25 (10.16% from 255 or 17.99% from 139); Max value from RGB is 82 - color contains mainly: green. Hex color #205219 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205219 is #DFADE6. Grayscale: #3C3C3C. Windows color (decimal): -14659047 or 1659424. OLE color: 1659424.
HSL color Cylindrical-coordinate representation of color #205219: hue angle of 112.63º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #205219 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 82 | 25 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.68 |
| HSL | 112.63º | 0.53% | 0.21% | - |
| HSV(B) | 112.63º | 0.7% | 0.32% | - |
| XYZ | 3.79 | 6.41 | 1.96 | - |
| YUV | 60.55 | 107.94 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 25 | 0.61 | 0 | 0.70 | 0.68 | 112.63 | 0.53 | 0.21 |
| Hex | 20 | 52 | 19 | 3D | 0 | 46 | 44 | 71 | 35 | 15 |
| Octal | 40 | 122 | 31 | 75 | 0 | 106 | 104 | 161 | 65 | 25 |
| Binary | 100000 | 1010010 | 11001 | 111101 | 0 | 1000110 | 1000100 | 1110001 | 110101 | 10101 |
Color Harmonies of #205219
Complementary color
Monochromatic Colors of #205219
Black with #205219
Text Example
Text Example
White with #205219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205219; }
p { color: rgb(32,82,25); }
H1.HeaderClassName
{
color: #205219;
}
.AnyTagClassName
{
color: #205219;
}
</style>
background-color css
<style>
a { background-color: #205219; }
a { background-color: rgb(32,82,25); }
div.DivClassName
{
background-color: #205219;
}
.BgClassName
{
background-color: #205219;
}
</style>
border-color css
<style>
span { border-color: #205219; }
span { border-color: rgb(32,82,25); }
td.TdClassName
{
border-color: #205219;
}
.TagClassName
{
border-color: #205219;
}
</style>