Shades of Myrtle #205A17
Tints of Myrtle #205A17
RGB
CMYK
RGB Variations
Color information
#205A17 (or 0x205A17) is known color: Myrtle. HEX triplet: 20, 5A and 17. RGB value is (32,90,23). Sum of RGB (Red+Green+Blue) = 32+90+23=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 90 (35.55% from 255 or 62.07% from 145); Blue value is 23 (9.38% from 255 or 15.86% from 145); Max value from RGB is 90 - color contains mainly: green. Hex color #205A17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205A17 is #DFA5E8. Grayscale: #414141. Windows color (decimal): -14657001 or 1530400. OLE color: 1530400.
HSL color Cylindrical-coordinate representation of color #205A17: hue angle of 111.94º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #205A17 is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 90 | 23 | - |
| CMYK | 0.64 | 0 | 0.74 | 0.65 |
| HSL | 111.94º | 0.59% | 0.22% | - |
| HSV(B) | 111.94º | 0.74% | 0.35% | - |
| XYZ | 4.41 | 7.68 | 2.06 | - |
| YUV | 65.02 | 104.28 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 23 | 0.64 | 0 | 0.74 | 0.65 | 111.94 | 0.59 | 0.22 |
| Hex | 20 | 5A | 17 | 40 | 0 | 4A | 41 | 70 | 3B | 16 |
| Octal | 40 | 132 | 27 | 100 | 0 | 112 | 101 | 160 | 73 | 26 |
| Binary | 100000 | 1011010 | 10111 | 1000000 | 0 | 1001010 | 1000001 | 1110000 | 111011 | 10110 |
Color Harmonies of #205A17
Complementary color
Monochromatic Colors of #205A17
Black with #205A17
Text Example
Text Example
White with #205A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205A17; }
p { color: rgb(32,90,23); }
H1.HeaderClassName
{
color: #205A17;
}
.AnyTagClassName
{
color: #205A17;
}
</style>
background-color css
<style>
a { background-color: #205A17; }
a { background-color: rgb(32,90,23); }
div.DivClassName
{
background-color: #205A17;
}
.BgClassName
{
background-color: #205A17;
}
</style>
border-color css
<style>
span { border-color: #205A17; }
span { border-color: rgb(32,90,23); }
td.TdClassName
{
border-color: #205A17;
}
.TagClassName
{
border-color: #205A17;
}
</style>