Shades of Myrtle #204821
Tints of Myrtle #204821
RGB
CMYK
RGB Variations
Color information
#204821 (or 0x204821) is known color: Myrtle. HEX triplet: 20, 48 and 21. RGB value is (32,72,33). Sum of RGB (Red+Green+Blue) = 32+72+33=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 72 (28.52% from 255 or 52.55% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 72 - color contains mainly: green. Hex color #204821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204821 is #DFB7DE. Grayscale: #373737. Windows color (decimal): -14661599 or 2181152. OLE color: 2181152.
HSL color Cylindrical-coordinate representation of color #204821: hue angle of 121.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #204821 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 72 | 33 | - |
| CMYK | 0.56 | 0 | 0.54 | 0.72 |
| HSL | 121.5º | 0.38% | 0.2% | - |
| HSV(B) | 121.5º | 0.56% | 0.28% | - |
| XYZ | 3.19 | 5.05 | 2.25 | - |
| YUV | 55.59 | 115.25 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 72 | 33 | 0.56 | 0 | 0.54 | 0.72 | 121.5 | 0.38 | 0.2 |
| Hex | 20 | 48 | 21 | 38 | 0 | 36 | 48 | 7A | 26 | 14 |
| Octal | 40 | 110 | 41 | 70 | 0 | 66 | 110 | 172 | 46 | 24 |
| Binary | 100000 | 1001000 | 100001 | 111000 | 0 | 110110 | 1001000 | 1111010 | 100110 | 10100 |
Color Harmonies of #204821
Complementary color
Monochromatic Colors of #204821
Black with #204821
Text Example
Text Example
White with #204821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204821; }
p { color: rgb(32,72,33); }
H1.HeaderClassName
{
color: #204821;
}
.AnyTagClassName
{
color: #204821;
}
</style>
background-color css
<style>
a { background-color: #204821; }
a { background-color: rgb(32,72,33); }
div.DivClassName
{
background-color: #204821;
}
.BgClassName
{
background-color: #204821;
}
</style>
border-color css
<style>
span { border-color: #204821; }
span { border-color: rgb(32,72,33); }
td.TdClassName
{
border-color: #204821;
}
.TagClassName
{
border-color: #204821;
}
</style>