Shades of Myrtle #20371B
Tints of Myrtle #20371B
RGB
CMYK
RGB Variations
Color information
#20371B (or 0x20371B) is known color: Myrtle. HEX triplet: 20, 37 and 1B. RGB value is (32,55,27). Sum of RGB (Red+Green+Blue) = 32+55+27=114 (15% of max value = 765). Red value is 32 (12.89% from 255 or 28.07% from 114); Green value is 55 (21.88% from 255 or 48.25% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 55 - color contains mainly: green. Hex color #20371B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20371B is #DFC8E4. Grayscale: #2D2D2D. Windows color (decimal): -14665957 or 1783584. OLE color: 1783584.
HSL color Cylindrical-coordinate representation of color #20371B: hue angle of 109.29º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #20371B is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 55 | 27 | - |
| CMYK | 0.42 | 0 | 0.51 | 0.78 |
| HSL | 109.29º | 0.34% | 0.16% | - |
| HSV(B) | 109.29º | 0.51% | 0.22% | - |
| XYZ | 2.16 | 3.12 | 1.53 | - |
| YUV | 44.93 | 117.88 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 55 | 27 | 0.42 | 0 | 0.51 | 0.78 | 109.29 | 0.34 | 0.16 |
| Hex | 20 | 37 | 1B | 2A | 0 | 33 | 4E | 6D | 22 | 10 |
| Octal | 40 | 67 | 33 | 52 | 0 | 63 | 116 | 155 | 42 | 20 |
| Binary | 100000 | 110111 | 11011 | 101010 | 0 | 110011 | 1001110 | 1101101 | 100010 | 10000 |
Color Harmonies of #20371B
Complementary color
Monochromatic Colors of #20371B
Black with #20371B
Text Example
Text Example
White with #20371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20371B; }
p { color: rgb(32,55,27); }
H1.HeaderClassName
{
color: #20371B;
}
.AnyTagClassName
{
color: #20371B;
}
</style>
background-color css
<style>
a { background-color: #20371B; }
a { background-color: rgb(32,55,27); }
div.DivClassName
{
background-color: #20371B;
}
.BgClassName
{
background-color: #20371B;
}
</style>
border-color css
<style>
span { border-color: #20371B; }
span { border-color: rgb(32,55,27); }
td.TdClassName
{
border-color: #20371B;
}
.TagClassName
{
border-color: #20371B;
}
</style>