Shades of Myrtle #205E03
Tints of Myrtle #205E03
RGB
CMYK
RGB Variations
Color information
#205E03 (or 0x205E03) is known color: Myrtle. HEX triplet: 20, 5E and 03. RGB value is (32,94,3). Sum of RGB (Red+Green+Blue) = 32+94+3=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 94 (37.11% from 255 or 72.87% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 94 - color contains mainly: green. Hex color #205E03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205E03 is #DFA1FC. Grayscale: #414141. Windows color (decimal): -14655997 or 220704. OLE color: 220704.
HSL color Cylindrical-coordinate representation of color #205E03: hue angle of 100.88º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #205E03 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 94 | 3 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.63 |
| HSL | 100.88º | 0.94% | 0.19% | - |
| HSV(B) | 100.88º | 0.97% | 0.37% | - |
| XYZ | 4.61 | 8.32 | 1.45 | - |
| YUV | 65.09 | 92.96 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 94 | 3 | 0.66 | 0 | 0.97 | 0.63 | 100.88 | 0.94 | 0.19 |
| Hex | 20 | 5E | 3 | 42 | 0 | 61 | 3F | 65 | 5E | 13 |
| Octal | 40 | 136 | 3 | 102 | 0 | 141 | 77 | 145 | 136 | 23 |
| Binary | 100000 | 1011110 | 11 | 1000010 | 0 | 1100001 | 111111 | 1100101 | 1011110 | 10011 |
Color Harmonies of #205E03
Complementary color
Monochromatic Colors of #205E03
Black with #205E03
Text Example
Text Example
White with #205E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205E03; }
p { color: rgb(32,94,3); }
H1.HeaderClassName
{
color: #205E03;
}
.AnyTagClassName
{
color: #205E03;
}
</style>
background-color css
<style>
a { background-color: #205E03; }
a { background-color: rgb(32,94,3); }
div.DivClassName
{
background-color: #205E03;
}
.BgClassName
{
background-color: #205E03;
}
</style>
border-color css
<style>
span { border-color: #205E03; }
span { border-color: rgb(32,94,3); }
td.TdClassName
{
border-color: #205E03;
}
.TagClassName
{
border-color: #205E03;
}
</style>