Shades of Myrtle #204A21
Tints of Myrtle #204A21
RGB
CMYK
RGB Variations
Color information
#204A21 (or 0x204A21) is known color: Myrtle. HEX triplet: 20, 4A and 21. RGB value is (32,74,33). Sum of RGB (Red+Green+Blue) = 32+74+33=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 74 (29.30% from 255 or 53.24% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 74 - color contains mainly: green. Hex color #204A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204A21 is #DFB5DE. Grayscale: #383838. Windows color (decimal): -14661087 or 2181664. OLE color: 2181664.
HSL color Cylindrical-coordinate representation of color #204A21: hue angle of 121.43º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #204A21 is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 74 | 33 | - |
| CMYK | 0.57 | 0 | 0.55 | 0.71 |
| HSL | 121.43º | 0.4% | 0.21% | - |
| HSV(B) | 121.43º | 0.57% | 0.29% | - |
| XYZ | 3.32 | 5.31 | 2.29 | - |
| YUV | 56.77 | 114.59 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 74 | 33 | 0.57 | 0 | 0.55 | 0.71 | 121.43 | 0.4 | 0.21 |
| Hex | 20 | 4A | 21 | 39 | 0 | 37 | 47 | 79 | 28 | 15 |
| Octal | 40 | 112 | 41 | 71 | 0 | 67 | 107 | 171 | 50 | 25 |
| Binary | 100000 | 1001010 | 100001 | 111001 | 0 | 110111 | 1000111 | 1111001 | 101000 | 10101 |
Color Harmonies of #204A21
Complementary color
Monochromatic Colors of #204A21
Black with #204A21
Text Example
Text Example
White with #204A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204A21; }
p { color: rgb(32,74,33); }
H1.HeaderClassName
{
color: #204A21;
}
.AnyTagClassName
{
color: #204A21;
}
</style>
background-color css
<style>
a { background-color: #204A21; }
a { background-color: rgb(32,74,33); }
div.DivClassName
{
background-color: #204A21;
}
.BgClassName
{
background-color: #204A21;
}
</style>
border-color css
<style>
span { border-color: #204A21; }
span { border-color: rgb(32,74,33); }
td.TdClassName
{
border-color: #204A21;
}
.TagClassName
{
border-color: #204A21;
}
</style>