Shades of Myrtle #20381E
Tints of Myrtle #20381E
RGB
CMYK
RGB Variations
Color information
#20381E (or 0x20381E) is known color: Myrtle. HEX triplet: 20, 38 and 1E. RGB value is (32,56,30). Sum of RGB (Red+Green+Blue) = 32+56+30=118 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.12% from 118); Green value is 56 (22.27% from 255 or 47.46% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 56 - color contains mainly: green. Hex color #20381E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20381E is #DFC7E1. Grayscale: #2D2D2D. Windows color (decimal): -14665698 or 1980448. OLE color: 1980448.
HSL color Cylindrical-coordinate representation of color #20381E: hue angle of 115.38º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #20381E is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 56 | 30 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.78 |
| HSL | 115.38º | 0.3% | 0.17% | - |
| HSV(B) | 115.38º | 0.46% | 0.22% | - |
| XYZ | 2.24 | 3.23 | 1.73 | - |
| YUV | 45.86 | 119.05 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 56 | 30 | 0.43 | 0 | 0.46 | 0.78 | 115.38 | 0.3 | 0.17 |
| Hex | 20 | 38 | 1E | 2B | 0 | 2E | 4E | 73 | 1E | 11 |
| Octal | 40 | 70 | 36 | 53 | 0 | 56 | 116 | 163 | 36 | 21 |
| Binary | 100000 | 111000 | 11110 | 101011 | 0 | 101110 | 1001110 | 1110011 | 11110 | 10001 |
Color Harmonies of #20381E
Complementary color
Monochromatic Colors of #20381E
Black with #20381E
Text Example
Text Example
White with #20381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20381E; }
p { color: rgb(32,56,30); }
H1.HeaderClassName
{
color: #20381E;
}
.AnyTagClassName
{
color: #20381E;
}
</style>
background-color css
<style>
a { background-color: #20381E; }
a { background-color: rgb(32,56,30); }
div.DivClassName
{
background-color: #20381E;
}
.BgClassName
{
background-color: #20381E;
}
</style>
border-color css
<style>
span { border-color: #20381E; }
span { border-color: rgb(32,56,30); }
td.TdClassName
{
border-color: #20381E;
}
.TagClassName
{
border-color: #20381E;
}
</style>