Shades of Myrtle #20381D
Tints of Myrtle #20381D
RGB
CMYK
RGB Variations
Color information
#20381D (or 0x20381D) is known color: Myrtle. HEX triplet: 20, 38 and 1D. RGB value is (32,56,29). Sum of RGB (Red+Green+Blue) = 32+56+29=117 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.35% from 117); Green value is 56 (22.27% from 255 or 47.86% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 56 - color contains mainly: green. Hex color #20381D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20381D is #DFC7E2. Grayscale: #2D2D2D. Windows color (decimal): -14665699 or 1914912. OLE color: 1914912.
HSL color Cylindrical-coordinate representation of color #20381D: hue angle of 113.33º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #20381D is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 56 | 29 | - |
| CMYK | 0.43 | 0 | 0.48 | 0.78 |
| HSL | 113.33º | 0.32% | 0.17% | - |
| HSV(B) | 113.33º | 0.48% | 0.22% | - |
| XYZ | 2.23 | 3.22 | 1.67 | - |
| YUV | 45.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 56 | 29 | 0.43 | 0 | 0.48 | 0.78 | 113.33 | 0.32 | 0.17 |
| Hex | 20 | 38 | 1D | 2B | 0 | 30 | 4E | 71 | 20 | 11 |
| Octal | 40 | 70 | 35 | 53 | 0 | 60 | 116 | 161 | 40 | 21 |
| Binary | 100000 | 111000 | 11101 | 101011 | 0 | 110000 | 1001110 | 1110001 | 100000 | 10001 |
Color Harmonies of #20381D
Complementary color
Monochromatic Colors of #20381D
Black with #20381D
Text Example
Text Example
White with #20381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20381D; }
p { color: rgb(32,56,29); }
H1.HeaderClassName
{
color: #20381D;
}
.AnyTagClassName
{
color: #20381D;
}
</style>
background-color css
<style>
a { background-color: #20381D; }
a { background-color: rgb(32,56,29); }
div.DivClassName
{
background-color: #20381D;
}
.BgClassName
{
background-color: #20381D;
}
</style>
border-color css
<style>
span { border-color: #20381D; }
span { border-color: rgb(32,56,29); }
td.TdClassName
{
border-color: #20381D;
}
.TagClassName
{
border-color: #20381D;
}
</style>