Shades of Myrtle #20411D
Tints of Myrtle #20411D
RGB
CMYK
RGB Variations
Color information
#20411D (or 0x20411D) is known color: Myrtle. HEX triplet: 20, 41 and 1D. RGB value is (32,65,29). Sum of RGB (Red+Green+Blue) = 32+65+29=126 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.40% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #20411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20411D is #DFBEE2. Grayscale: #333333. Windows color (decimal): -14663395 or 1917216. OLE color: 1917216.
HSL color Cylindrical-coordinate representation of color #20411D: hue angle of 115º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #20411D is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 32 | 65 | 29 | - |
| CMYK | 0.51 | 0 | 0.55 | 0.75 |
| HSL | 115º | 0.38% | 0.18% | - |
| HSV(B) | 115º | 0.55% | 0.25% | - |
| XYZ | 2.71 | 4.18 | 1.83 | - |
| YUV | 51.03 | 115.57 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 29 | 0.51 | 0 | 0.55 | 0.75 | 115 | 0.38 | 0.18 |
| Hex | 20 | 41 | 1D | 33 | 0 | 37 | 4B | 73 | 26 | 12 |
| Octal | 40 | 101 | 35 | 63 | 0 | 67 | 113 | 163 | 46 | 22 |
| Binary | 100000 | 1000001 | 11101 | 110011 | 0 | 110111 | 1001011 | 1110011 | 100110 | 10010 |
Color Harmonies of #20411D
Complementary color
Monochromatic Colors of #20411D
Black with #20411D
Text Example
Text Example
White with #20411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20411D; }
p { color: rgb(32,65,29); }
H1.HeaderClassName
{
color: #20411D;
}
.AnyTagClassName
{
color: #20411D;
}
</style>
background-color css
<style>
a { background-color: #20411D; }
a { background-color: rgb(32,65,29); }
div.DivClassName
{
background-color: #20411D;
}
.BgClassName
{
background-color: #20411D;
}
</style>
border-color css
<style>
span { border-color: #20411D; }
span { border-color: rgb(32,65,29); }
td.TdClassName
{
border-color: #20411D;
}
.TagClassName
{
border-color: #20411D;
}
</style>