Shades of Myrtle #20421F
Tints of Myrtle #20421F
RGB
CMYK
RGB Variations
Color information
#20421F (or 0x20421F) is known color: Myrtle. HEX triplet: 20, 42 and 1F. RGB value is (32,66,31). Sum of RGB (Red+Green+Blue) = 32+66+31=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #20421F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20421F is #DFBDE0. Grayscale: #333333. Windows color (decimal): -14663137 or 2048544. OLE color: 2048544.
HSL color Cylindrical-coordinate representation of color #20421F: hue angle of 118.29º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #20421F is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 66 | 31 | - |
| CMYK | 0.52 | 0 | 0.53 | 0.74 |
| HSL | 118.29º | 0.36% | 0.19% | - |
| HSV(B) | 118.29º | 0.53% | 0.26% | - |
| XYZ | 2.79 | 4.3 | 1.98 | - |
| YUV | 51.84 | 116.24 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 66 | 31 | 0.52 | 0 | 0.53 | 0.74 | 118.29 | 0.36 | 0.19 |
| Hex | 20 | 42 | 1F | 34 | 0 | 35 | 4A | 76 | 24 | 13 |
| Octal | 40 | 102 | 37 | 64 | 0 | 65 | 112 | 166 | 44 | 23 |
| Binary | 100000 | 1000010 | 11111 | 110100 | 0 | 110101 | 1001010 | 1110110 | 100100 | 10011 |
Color Harmonies of #20421F
Complementary color
Monochromatic Colors of #20421F
Black with #20421F
Text Example
Text Example
White with #20421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20421F; }
p { color: rgb(32,66,31); }
H1.HeaderClassName
{
color: #20421F;
}
.AnyTagClassName
{
color: #20421F;
}
</style>
background-color css
<style>
a { background-color: #20421F; }
a { background-color: rgb(32,66,31); }
div.DivClassName
{
background-color: #20421F;
}
.BgClassName
{
background-color: #20421F;
}
</style>
border-color css
<style>
span { border-color: #20421F; }
span { border-color: rgb(32,66,31); }
td.TdClassName
{
border-color: #20421F;
}
.TagClassName
{
border-color: #20421F;
}
</style>