Shades of Myrtle #20381A
Tints of Myrtle #20381A
RGB
CMYK
RGB Variations
Color information
#20381A (or 0x20381A) is known color: Myrtle. HEX triplet: 20, 38 and 1A. RGB value is (32,56,26). Sum of RGB (Red+Green+Blue) = 32+56+26=114 (15% of max value = 765). Red value is 32 (12.89% from 255 or 28.07% from 114); Green value is 56 (22.27% from 255 or 49.12% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 56 - color contains mainly: green. Hex color #20381A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20381A is #DFC7E5. Grayscale: #2D2D2D. Windows color (decimal): -14665702 or 1718304. OLE color: 1718304.
HSL color Cylindrical-coordinate representation of color #20381A: hue angle of 108º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #20381A is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 56 | 26 | - |
| CMYK | 0.43 | 0 | 0.54 | 0.78 |
| HSL | 108º | 0.37% | 0.16% | - |
| HSV(B) | 108º | 0.54% | 0.22% | - |
| XYZ | 2.2 | 3.21 | 1.48 | - |
| YUV | 45.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 56 | 26 | 0.43 | 0 | 0.54 | 0.78 | 108 | 0.37 | 0.16 |
| Hex | 20 | 38 | 1A | 2B | 0 | 36 | 4E | 6C | 25 | 10 |
| Octal | 40 | 70 | 32 | 53 | 0 | 66 | 116 | 154 | 45 | 20 |
| Binary | 100000 | 111000 | 11010 | 101011 | 0 | 110110 | 1001110 | 1101100 | 100101 | 10000 |
Color Harmonies of #20381A
Complementary color
Monochromatic Colors of #20381A
Black with #20381A
Text Example
Text Example
White with #20381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20381A; }
p { color: rgb(32,56,26); }
H1.HeaderClassName
{
color: #20381A;
}
.AnyTagClassName
{
color: #20381A;
}
</style>
background-color css
<style>
a { background-color: #20381A; }
a { background-color: rgb(32,56,26); }
div.DivClassName
{
background-color: #20381A;
}
.BgClassName
{
background-color: #20381A;
}
</style>
border-color css
<style>
span { border-color: #20381A; }
span { border-color: rgb(32,56,26); }
td.TdClassName
{
border-color: #20381A;
}
.TagClassName
{
border-color: #20381A;
}
</style>