Shades of Myrtle #20491F
Tints of Myrtle #20491F
RGB
CMYK
RGB Variations
Color information
#20491F (or 0x20491F) is known color: Myrtle. HEX triplet: 20, 49 and 1F. RGB value is (32,73,31). Sum of RGB (Red+Green+Blue) = 32+73+31=136 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.53% from 136); Green value is 73 (28.91% from 255 or 53.68% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 73 - color contains mainly: green. Hex color #20491F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20491F is #DFB6E0. Grayscale: #383838. Windows color (decimal): -14661345 or 2050336. OLE color: 2050336.
HSL color Cylindrical-coordinate representation of color #20491F: hue angle of 118.57º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #20491F is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 73 | 31 | - |
| CMYK | 0.56 | 0 | 0.58 | 0.71 |
| HSL | 118.57º | 0.4% | 0.2% | - |
| HSV(B) | 118.57º | 0.58% | 0.29% | - |
| XYZ | 3.23 | 5.17 | 2.12 | - |
| YUV | 55.95 | 113.92 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 73 | 31 | 0.56 | 0 | 0.58 | 0.71 | 118.57 | 0.4 | 0.2 |
| Hex | 20 | 49 | 1F | 38 | 0 | 3A | 47 | 77 | 28 | 14 |
| Octal | 40 | 111 | 37 | 70 | 0 | 72 | 107 | 167 | 50 | 24 |
| Binary | 100000 | 1001001 | 11111 | 111000 | 0 | 111010 | 1000111 | 1110111 | 101000 | 10100 |
Color Harmonies of #20491F
Complementary color
Monochromatic Colors of #20491F
Black with #20491F
Text Example
Text Example
White with #20491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20491F; }
p { color: rgb(32,73,31); }
H1.HeaderClassName
{
color: #20491F;
}
.AnyTagClassName
{
color: #20491F;
}
</style>
background-color css
<style>
a { background-color: #20491F; }
a { background-color: rgb(32,73,31); }
div.DivClassName
{
background-color: #20491F;
}
.BgClassName
{
background-color: #20491F;
}
</style>
border-color css
<style>
span { border-color: #20491F; }
span { border-color: rgb(32,73,31); }
td.TdClassName
{
border-color: #20491F;
}
.TagClassName
{
border-color: #20491F;
}
</style>