Shades of Myrtle #205A20
Tints of Myrtle #205A20
RGB
CMYK
RGB Variations
Color information
#205A20 (or 0x205A20) is known color: Myrtle. HEX triplet: 20, 5A and 20. RGB value is (32,90,32). Sum of RGB (Red+Green+Blue) = 32+90+32=154 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.78% from 154); Green value is 90 (35.55% from 255 or 58.44% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 90 - color contains mainly: green. Hex color #205A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205A20 is #DFA5DF. Grayscale: #424242. Windows color (decimal): -14656992 or 2120224. OLE color: 2120224.
HSL color Cylindrical-coordinate representation of color #205A20: hue angle of 120º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #205A20 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 90 | 32 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.65 |
| HSL | 120º | 0.48% | 0.24% | - |
| HSV(B) | 120º | 0.64% | 0.35% | - |
| XYZ | 4.51 | 7.72 | 2.62 | - |
| YUV | 66.05 | 108.78 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 32 | 0.64 | 0 | 0.64 | 0.65 | 120 | 0.48 | 0.24 |
| Hex | 20 | 5A | 20 | 40 | 0 | 40 | 41 | 78 | 30 | 18 |
| Octal | 40 | 132 | 40 | 100 | 0 | 100 | 101 | 170 | 60 | 30 |
| Binary | 100000 | 1011010 | 100000 | 1000000 | 0 | 1000000 | 1000001 | 1111000 | 110000 | 11000 |
Color Harmonies of #205A20
Complementary color
Monochromatic Colors of #205A20
Black with #205A20
Text Example
Text Example
White with #205A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205A20; }
p { color: rgb(32,90,32); }
H1.HeaderClassName
{
color: #205A20;
}
.AnyTagClassName
{
color: #205A20;
}
</style>
background-color css
<style>
a { background-color: #205A20; }
a { background-color: rgb(32,90,32); }
div.DivClassName
{
background-color: #205A20;
}
.BgClassName
{
background-color: #205A20;
}
</style>
border-color css
<style>
span { border-color: #205A20; }
span { border-color: rgb(32,90,32); }
td.TdClassName
{
border-color: #205A20;
}
.TagClassName
{
border-color: #205A20;
}
</style>