Shades of Myrtle #204E27
Tints of Myrtle #204E27
RGB
CMYK
RGB Variations
Color information
#204E27 (or 0x204E27) is known color: Myrtle. HEX triplet: 20, 4E and 27. RGB value is (32,78,39). Sum of RGB (Red+Green+Blue) = 32+78+39=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 78 (30.86% from 255 or 52.35% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 78 - color contains mainly: green. Hex color #204E27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #204E27 is #DFB1D8. Grayscale: #3B3B3B. Windows color (decimal): -14660057 or 2575904. OLE color: 2575904.
HSL color Cylindrical-coordinate representation of color #204E27: hue angle of 129.13º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #204E27 is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 78 | 39 | - |
| CMYK | 0.59 | 0 | 0.50 | 0.69 |
| HSL | 129.13º | 0.42% | 0.22% | - |
| HSV(B) | 129.13º | 0.59% | 0.31% | - |
| XYZ | 3.69 | 5.9 | 2.86 | - |
| YUV | 59.8 | 116.26 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 78 | 39 | 0.59 | 0 | 0.50 | 0.69 | 129.13 | 0.42 | 0.22 |
| Hex | 20 | 4E | 27 | 3B | 0 | 32 | 45 | 81 | 2A | 16 |
| Octal | 40 | 116 | 47 | 73 | 0 | 62 | 105 | 201 | 52 | 26 |
| Binary | 100000 | 1001110 | 100111 | 111011 | 0 | 110010 | 1000101 | 10000001 | 101010 | 10110 |
Color Harmonies of #204E27
Complementary color
Monochromatic Colors of #204E27
Black with #204E27
Text Example
Text Example
White with #204E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204E27; }
p { color: rgb(32,78,39); }
H1.HeaderClassName
{
color: #204E27;
}
.AnyTagClassName
{
color: #204E27;
}
</style>
background-color css
<style>
a { background-color: #204E27; }
a { background-color: rgb(32,78,39); }
div.DivClassName
{
background-color: #204E27;
}
.BgClassName
{
background-color: #204E27;
}
</style>
border-color css
<style>
span { border-color: #204E27; }
span { border-color: rgb(32,78,39); }
td.TdClassName
{
border-color: #204E27;
}
.TagClassName
{
border-color: #204E27;
}
</style>