Shades of Myrtle #205124
Tints of Myrtle #205124
RGB
CMYK
RGB Variations
Color information
#205124 (or 0x205124) is known color: Myrtle. HEX triplet: 20, 51 and 24. RGB value is (32,81,36). Sum of RGB (Red+Green+Blue) = 32+81+36=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 81 (32.03% from 255 or 54.36% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 81 - color contains mainly: green. Hex color #205124 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205124 is #DFAEDB. Grayscale: #3D3D3D. Windows color (decimal): -14659292 or 2380064. OLE color: 2380064.
HSL color Cylindrical-coordinate representation of color #205124: hue angle of 124.9º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #205124 is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 81 | 36 | - |
| CMYK | 0.60 | 0 | 0.56 | 0.68 |
| HSL | 124.9º | 0.43% | 0.22% | - |
| HSV(B) | 124.9º | 0.6% | 0.32% | - |
| XYZ | 3.86 | 6.32 | 2.69 | - |
| YUV | 61.22 | 113.77 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 81 | 36 | 0.60 | 0 | 0.56 | 0.68 | 124.9 | 0.43 | 0.22 |
| Hex | 20 | 51 | 24 | 3C | 0 | 38 | 44 | 7D | 2B | 16 |
| Octal | 40 | 121 | 44 | 74 | 0 | 70 | 104 | 175 | 53 | 26 |
| Binary | 100000 | 1010001 | 100100 | 111100 | 0 | 111000 | 1000100 | 1111101 | 101011 | 10110 |
Color Harmonies of #205124
Complementary color
Monochromatic Colors of #205124
Black with #205124
Text Example
Text Example
White with #205124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205124; }
p { color: rgb(32,81,36); }
H1.HeaderClassName
{
color: #205124;
}
.AnyTagClassName
{
color: #205124;
}
</style>
background-color css
<style>
a { background-color: #205124; }
a { background-color: rgb(32,81,36); }
div.DivClassName
{
background-color: #205124;
}
.BgClassName
{
background-color: #205124;
}
</style>
border-color css
<style>
span { border-color: #205124; }
span { border-color: rgb(32,81,36); }
td.TdClassName
{
border-color: #205124;
}
.TagClassName
{
border-color: #205124;
}
</style>