Shades of Myrtle #204A07
Tints of Myrtle #204A07
RGB
CMYK
RGB Variations
Color information
#204A07 (or 0x204A07) is known color: Myrtle. HEX triplet: 20, 4A and 07. RGB value is (32,74,7). Sum of RGB (Red+Green+Blue) = 32+74+7=113 (14% of max value = 765). Red value is 32 (12.89% from 255 or 28.32% from 113); Green value is 74 (29.30% from 255 or 65.49% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 74 - color contains mainly: green. Hex color #204A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #204A07 is #DFB5F8. Grayscale: #363636. Windows color (decimal): -14661113 or 477728. OLE color: 477728.
HSL color Cylindrical-coordinate representation of color #204A07: hue angle of 97.61º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #204A07 is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 74 | 7 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.71 |
| HSL | 97.61º | 0.83% | 0.16% | - |
| HSV(B) | 97.61º | 0.91% | 0.29% | - |
| XYZ | 3.08 | 5.22 | 1.05 | - |
| YUV | 53.8 | 101.59 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 74 | 7 | 0.57 | 0 | 0.91 | 0.71 | 97.61 | 0.83 | 0.16 |
| Hex | 20 | 4A | 7 | 39 | 0 | 5B | 47 | 62 | 53 | 10 |
| Octal | 40 | 112 | 7 | 71 | 0 | 133 | 107 | 142 | 123 | 20 |
| Binary | 100000 | 1001010 | 111 | 111001 | 0 | 1011011 | 1000111 | 1100010 | 1010011 | 10000 |
Color Harmonies of #204A07
Complementary color
Monochromatic Colors of #204A07
Black with #204A07
Text Example
Text Example
White with #204A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204A07; }
p { color: rgb(32,74,7); }
H1.HeaderClassName
{
color: #204A07;
}
.AnyTagClassName
{
color: #204A07;
}
</style>
background-color css
<style>
a { background-color: #204A07; }
a { background-color: rgb(32,74,7); }
div.DivClassName
{
background-color: #204A07;
}
.BgClassName
{
background-color: #204A07;
}
</style>
border-color css
<style>
span { border-color: #204A07; }
span { border-color: rgb(32,74,7); }
td.TdClassName
{
border-color: #204A07;
}
.TagClassName
{
border-color: #204A07;
}
</style>