Shades of Myrtle #20361D
Tints of Myrtle #20361D
RGB
CMYK
RGB Variations
Color information
#20361D (or 0x20361D) is known color: Myrtle. HEX triplet: 20, 36 and 1D. RGB value is (32,54,29). Sum of RGB (Red+Green+Blue) = 32+54+29=115 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.83% from 115); Green value is 54 (21.48% from 255 or 46.96% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 54 - color contains mainly: green. Hex color #20361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20361D is #DFC9E2. Grayscale: #2C2C2C. Windows color (decimal): -14666211 or 1914400. OLE color: 1914400.
HSL color Cylindrical-coordinate representation of color #20361D: hue angle of 112.8º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #20361D is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 32 | 54 | 29 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.79 |
| HSL | 112.8º | 0.3% | 0.16% | - |
| HSV(B) | 112.8º | 0.46% | 0.21% | - |
| XYZ | 2.14 | 3.03 | 1.64 | - |
| YUV | 44.57 | 119.21 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 54 | 29 | 0.41 | 0 | 0.46 | 0.79 | 112.8 | 0.3 | 0.16 |
| Hex | 20 | 36 | 1D | 29 | 0 | 2E | 4F | 71 | 1E | 10 |
| Octal | 40 | 66 | 35 | 51 | 0 | 56 | 117 | 161 | 36 | 20 |
| Binary | 100000 | 110110 | 11101 | 101001 | 0 | 101110 | 1001111 | 1110001 | 11110 | 10000 |
Color Harmonies of #20361D
Complementary color
Monochromatic Colors of #20361D
Black with #20361D
Text Example
Text Example
White with #20361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20361D; }
p { color: rgb(32,54,29); }
H1.HeaderClassName
{
color: #20361D;
}
.AnyTagClassName
{
color: #20361D;
}
</style>
background-color css
<style>
a { background-color: #20361D; }
a { background-color: rgb(32,54,29); }
div.DivClassName
{
background-color: #20361D;
}
.BgClassName
{
background-color: #20361D;
}
</style>
border-color css
<style>
span { border-color: #20361D; }
span { border-color: rgb(32,54,29); }
td.TdClassName
{
border-color: #20361D;
}
.TagClassName
{
border-color: #20361D;
}
</style>