Shades of Myrtle #20491B
Tints of Myrtle #20491B
RGB
CMYK
RGB Variations
Color information
#20491B (or 0x20491B) is known color: Myrtle. HEX triplet: 20, 49 and 1B. RGB value is (32,73,27). Sum of RGB (Red+Green+Blue) = 32+73+27=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 73 (28.91% from 255 or 55.30% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 73 - color contains mainly: green. Hex color #20491B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20491B is #DFB6E4. Grayscale: #373737. Windows color (decimal): -14661349 or 1788192. OLE color: 1788192.
HSL color Cylindrical-coordinate representation of color #20491B: hue angle of 113.48º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #20491B is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 73 | 27 | - |
| CMYK | 0.56 | 0 | 0.63 | 0.71 |
| HSL | 113.48º | 0.46% | 0.2% | - |
| HSV(B) | 113.48º | 0.63% | 0.29% | - |
| XYZ | 3.18 | 5.15 | 1.86 | - |
| YUV | 55.5 | 111.92 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 73 | 27 | 0.56 | 0 | 0.63 | 0.71 | 113.48 | 0.46 | 0.2 |
| Hex | 20 | 49 | 1B | 38 | 0 | 3F | 47 | 71 | 2E | 14 |
| Octal | 40 | 111 | 33 | 70 | 0 | 77 | 107 | 161 | 56 | 24 |
| Binary | 100000 | 1001001 | 11011 | 111000 | 0 | 111111 | 1000111 | 1110001 | 101110 | 10100 |
Color Harmonies of #20491B
Complementary color
Monochromatic Colors of #20491B
Black with #20491B
Text Example
Text Example
White with #20491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20491B; }
p { color: rgb(32,73,27); }
H1.HeaderClassName
{
color: #20491B;
}
.AnyTagClassName
{
color: #20491B;
}
</style>
background-color css
<style>
a { background-color: #20491B; }
a { background-color: rgb(32,73,27); }
div.DivClassName
{
background-color: #20491B;
}
.BgClassName
{
background-color: #20491B;
}
</style>
border-color css
<style>
span { border-color: #20491B; }
span { border-color: rgb(32,73,27); }
td.TdClassName
{
border-color: #20491B;
}
.TagClassName
{
border-color: #20491B;
}
</style>