Shades of Myrtle #204F04
Tints of Myrtle #204F04
RGB
CMYK
RGB Variations
Color information
#204F04 (or 0x204F04) is known color: Myrtle. HEX triplet: 20, 4F and 04. RGB value is (32,79,4). Sum of RGB (Red+Green+Blue) = 32+79+4=115 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.83% from 115); Green value is 79 (31.25% from 255 or 68.70% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 79 - color contains mainly: green. Hex color #204F04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #204F04 is #DFB0FB. Grayscale: #383838. Windows color (decimal): -14659836 or 282400. OLE color: 282400.
HSL color Cylindrical-coordinate representation of color #204F04: hue angle of 97.6º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #204F04 is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 79 | 4 | - |
| CMYK | 0.59 | 0 | 0.95 | 0.69 |
| HSL | 97.6º | 0.9% | 0.16% | - |
| HSV(B) | 97.6º | 0.95% | 0.31% | - |
| XYZ | 3.41 | 5.91 | 1.08 | - |
| YUV | 56.4 | 98.43 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 79 | 4 | 0.59 | 0 | 0.95 | 0.69 | 97.6 | 0.9 | 0.16 |
| Hex | 20 | 4F | 4 | 3B | 0 | 5F | 45 | 62 | 5A | 10 |
| Octal | 40 | 117 | 4 | 73 | 0 | 137 | 105 | 142 | 132 | 20 |
| Binary | 100000 | 1001111 | 100 | 111011 | 0 | 1011111 | 1000101 | 1100010 | 1011010 | 10000 |
Color Harmonies of #204F04
Complementary color
Monochromatic Colors of #204F04
Black with #204F04
Text Example
Text Example
White with #204F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204F04; }
p { color: rgb(32,79,4); }
H1.HeaderClassName
{
color: #204F04;
}
.AnyTagClassName
{
color: #204F04;
}
</style>
background-color css
<style>
a { background-color: #204F04; }
a { background-color: rgb(32,79,4); }
div.DivClassName
{
background-color: #204F04;
}
.BgClassName
{
background-color: #204F04;
}
</style>
border-color css
<style>
span { border-color: #204F04; }
span { border-color: rgb(32,79,4); }
td.TdClassName
{
border-color: #204F04;
}
.TagClassName
{
border-color: #204F04;
}
</style>