Shades of Myrtle #205D05
Tints of Myrtle #205D05
RGB
CMYK
RGB Variations
Color information
#205D05 (or 0x205D05) is known color: Myrtle. HEX triplet: 20, 5D and 05. RGB value is (32,93,5). Sum of RGB (Red+Green+Blue) = 32+93+5=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 93 (36.72% from 255 or 71.54% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 93 - color contains mainly: green. Hex color #205D05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #205D05 is #DFA2FA. Grayscale: #414141. Windows color (decimal): -14656251 or 351520. OLE color: 351520.
HSL color Cylindrical-coordinate representation of color #205D05: hue angle of 101.59º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #205D05 is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 93 | 5 | - |
| CMYK | 0.66 | 0 | 0.95 | 0.64 |
| HSL | 101.59º | 0.9% | 0.19% | - |
| HSV(B) | 101.59º | 0.95% | 0.36% | - |
| XYZ | 4.54 | 8.15 | 1.48 | - |
| YUV | 64.73 | 94.29 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 93 | 5 | 0.66 | 0 | 0.95 | 0.64 | 101.59 | 0.9 | 0.19 |
| Hex | 20 | 5D | 5 | 42 | 0 | 5F | 40 | 66 | 5A | 13 |
| Octal | 40 | 135 | 5 | 102 | 0 | 137 | 100 | 146 | 132 | 23 |
| Binary | 100000 | 1011101 | 101 | 1000010 | 0 | 1011111 | 1000000 | 1100110 | 1011010 | 10011 |
Color Harmonies of #205D05
Complementary color
Monochromatic Colors of #205D05
Black with #205D05
Text Example
Text Example
White with #205D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205D05; }
p { color: rgb(32,93,5); }
H1.HeaderClassName
{
color: #205D05;
}
.AnyTagClassName
{
color: #205D05;
}
</style>
background-color css
<style>
a { background-color: #205D05; }
a { background-color: rgb(32,93,5); }
div.DivClassName
{
background-color: #205D05;
}
.BgClassName
{
background-color: #205D05;
}
</style>
border-color css
<style>
span { border-color: #205D05; }
span { border-color: rgb(32,93,5); }
td.TdClassName
{
border-color: #205D05;
}
.TagClassName
{
border-color: #205D05;
}
</style>