Shades of Myrtle #205A03
Tints of Myrtle #205A03
RGB
CMYK
RGB Variations
Color information
#205A03 (or 0x205A03) is known color: Myrtle. HEX triplet: 20, 5A and 03. RGB value is (32,90,3). Sum of RGB (Red+Green+Blue) = 32+90+3=125 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.6% from 125); Green value is 90 (35.55% from 255 or 72% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 90 - color contains mainly: green. Hex color #205A03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205A03 is #DFA5FC. Grayscale: #3F3F3F. Windows color (decimal): -14657021 or 219680. OLE color: 219680.
HSL color Cylindrical-coordinate representation of color #205A03: hue angle of 100º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #205A03 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 90 | 3 | - |
| CMYK | 0.64 | 0 | 0.97 | 0.65 |
| HSL | 100º | 0.94% | 0.18% | - |
| HSV(B) | 100º | 0.97% | 0.35% | - |
| XYZ | 4.27 | 7.63 | 1.33 | - |
| YUV | 62.74 | 94.28 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 3 | 0.64 | 0 | 0.97 | 0.65 | 100 | 0.94 | 0.18 |
| Hex | 20 | 5A | 3 | 40 | 0 | 61 | 41 | 64 | 5E | 12 |
| Octal | 40 | 132 | 3 | 100 | 0 | 141 | 101 | 144 | 136 | 22 |
| Binary | 100000 | 1011010 | 11 | 1000000 | 0 | 1100001 | 1000001 | 1100100 | 1011110 | 10010 |
Color Harmonies of #205A03
Complementary color
Monochromatic Colors of #205A03
Black with #205A03
Text Example
Text Example
White with #205A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205A03; }
p { color: rgb(32,90,3); }
H1.HeaderClassName
{
color: #205A03;
}
.AnyTagClassName
{
color: #205A03;
}
</style>
background-color css
<style>
a { background-color: #205A03; }
a { background-color: rgb(32,90,3); }
div.DivClassName
{
background-color: #205A03;
}
.BgClassName
{
background-color: #205A03;
}
</style>
border-color css
<style>
span { border-color: #205A03; }
span { border-color: rgb(32,90,3); }
td.TdClassName
{
border-color: #205A03;
}
.TagClassName
{
border-color: #205A03;
}
</style>