Shades of Myrtle #204E07
Tints of Myrtle #204E07
RGB
CMYK
RGB Variations
Color information
#204E07 (or 0x204E07) is known color: Myrtle. HEX triplet: 20, 4E and 07. RGB value is (32,78,7). Sum of RGB (Red+Green+Blue) = 32+78+7=117 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.35% from 117); Green value is 78 (30.86% from 255 or 66.67% from 117); Blue value is 7 (3.12% from 255 or 5.98% from 117); Max value from RGB is 78 - color contains mainly: green. Hex color #204E07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #204E07 is #DFB1F8. Grayscale: #383838. Windows color (decimal): -14660089 or 478752. OLE color: 478752.
HSL color Cylindrical-coordinate representation of color #204E07: hue angle of 98.87º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #204E07 is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 78 | 7 | - |
| CMYK | 0.59 | 0 | 0.91 | 0.69 |
| HSL | 98.87º | 0.84% | 0.17% | - |
| HSV(B) | 98.87º | 0.91% | 0.31% | - |
| XYZ | 3.36 | 5.77 | 1.14 | - |
| YUV | 56.15 | 100.26 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 78 | 7 | 0.59 | 0 | 0.91 | 0.69 | 98.87 | 0.84 | 0.17 |
| Hex | 20 | 4E | 7 | 3B | 0 | 5B | 45 | 63 | 54 | 11 |
| Octal | 40 | 116 | 7 | 73 | 0 | 133 | 105 | 143 | 124 | 21 |
| Binary | 100000 | 1001110 | 111 | 111011 | 0 | 1011011 | 1000101 | 1100011 | 1010100 | 10001 |
Color Harmonies of #204E07
Complementary color
Monochromatic Colors of #204E07
Black with #204E07
Text Example
Text Example
White with #204E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204E07; }
p { color: rgb(32,78,7); }
H1.HeaderClassName
{
color: #204E07;
}
.AnyTagClassName
{
color: #204E07;
}
</style>
background-color css
<style>
a { background-color: #204E07; }
a { background-color: rgb(32,78,7); }
div.DivClassName
{
background-color: #204E07;
}
.BgClassName
{
background-color: #204E07;
}
</style>
border-color css
<style>
span { border-color: #204E07; }
span { border-color: rgb(32,78,7); }
td.TdClassName
{
border-color: #204E07;
}
.TagClassName
{
border-color: #204E07;
}
</style>