Shades of Myrtle #204D15
Tints of Myrtle #204D15
RGB
CMYK
RGB Variations
Color information
#204D15 (or 0x204D15) is known color: Myrtle. HEX triplet: 20, 4D and 15. RGB value is (32,77,21). Sum of RGB (Red+Green+Blue) = 32+77+21=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 77 (30.47% from 255 or 59.23% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 77 - color contains mainly: green. Hex color #204D15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #204D15 is #DFB2EA. Grayscale: #393939. Windows color (decimal): -14660331 or 1396000. OLE color: 1396000.
HSL color Cylindrical-coordinate representation of color #204D15: hue angle of 108.21º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #204D15 is Cyan = 0.58, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 77 | 21 | - |
| CMYK | 0.58 | 0 | 0.73 | 0.70 |
| HSL | 108.21º | 0.57% | 0.19% | - |
| HSV(B) | 108.21º | 0.73% | 0.3% | - |
| XYZ | 3.38 | 5.67 | 1.63 | - |
| YUV | 57.16 | 107.59 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 77 | 21 | 0.58 | 0 | 0.73 | 0.70 | 108.21 | 0.57 | 0.19 |
| Hex | 20 | 4D | 15 | 3A | 0 | 49 | 46 | 6C | 39 | 13 |
| Octal | 40 | 115 | 25 | 72 | 0 | 111 | 106 | 154 | 71 | 23 |
| Binary | 100000 | 1001101 | 10101 | 111010 | 0 | 1001001 | 1000110 | 1101100 | 111001 | 10011 |
Color Harmonies of #204D15
Complementary color
Monochromatic Colors of #204D15
Black with #204D15
Text Example
Text Example
White with #204D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204D15; }
p { color: rgb(32,77,21); }
H1.HeaderClassName
{
color: #204D15;
}
.AnyTagClassName
{
color: #204D15;
}
</style>
background-color css
<style>
a { background-color: #204D15; }
a { background-color: rgb(32,77,21); }
div.DivClassName
{
background-color: #204D15;
}
.BgClassName
{
background-color: #204D15;
}
</style>
border-color css
<style>
span { border-color: #204D15; }
span { border-color: rgb(32,77,21); }
td.TdClassName
{
border-color: #204D15;
}
.TagClassName
{
border-color: #204D15;
}
</style>