Shades of Myrtle #20361E
Tints of Myrtle #20361E
RGB
CMYK
RGB Variations
Color information
#20361E (or 0x20361E) is known color: Myrtle. HEX triplet: 20, 36 and 1E. RGB value is (32,54,30). Sum of RGB (Red+Green+Blue) = 32+54+30=116 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.59% from 116); Green value is 54 (21.48% from 255 or 46.55% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 54 - color contains mainly: green. Hex color #20361E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20361E is #DFC9E1. Grayscale: #2C2C2C. Windows color (decimal): -14666210 or 1979936. OLE color: 1979936.
HSL color Cylindrical-coordinate representation of color #20361E: hue angle of 115º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #20361E is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 32 | 54 | 30 | - |
| CMYK | 0.41 | 0 | 0.44 | 0.79 |
| HSL | 115º | 0.29% | 0.16% | - |
| HSV(B) | 115º | 0.44% | 0.21% | - |
| XYZ | 2.15 | 3.04 | 1.7 | - |
| YUV | 44.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 54 | 30 | 0.41 | 0 | 0.44 | 0.79 | 115 | 0.29 | 0.16 |
| Hex | 20 | 36 | 1E | 29 | 0 | 2C | 4F | 73 | 1D | 10 |
| Octal | 40 | 66 | 36 | 51 | 0 | 54 | 117 | 163 | 35 | 20 |
| Binary | 100000 | 110110 | 11110 | 101001 | 0 | 101100 | 1001111 | 1110011 | 11101 | 10000 |
Color Harmonies of #20361E
Complementary color
Monochromatic Colors of #20361E
Black with #20361E
Text Example
Text Example
White with #20361E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20361E; }
p { color: rgb(32,54,30); }
H1.HeaderClassName
{
color: #20361E;
}
.AnyTagClassName
{
color: #20361E;
}
</style>
background-color css
<style>
a { background-color: #20361E; }
a { background-color: rgb(32,54,30); }
div.DivClassName
{
background-color: #20361E;
}
.BgClassName
{
background-color: #20361E;
}
</style>
border-color css
<style>
span { border-color: #20361E; }
span { border-color: rgb(32,54,30); }
td.TdClassName
{
border-color: #20361E;
}
.TagClassName
{
border-color: #20361E;
}
</style>