Shades of Myrtle #20331C
Tints of Myrtle #20331C
RGB
CMYK
RGB Variations
Color information
#20331C (or 0x20331C) is known color: Myrtle. HEX triplet: 20, 33 and 1C. RGB value is (32,51,28). Sum of RGB (Red+Green+Blue) = 32+51+28=111 (14% of max value = 765). Red value is 32 (12.89% from 255 or 28.83% from 111); Green value is 51 (20.31% from 255 or 45.95% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 51 - color contains mainly: green. Hex color #20331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20331C is #DFCCE3. Grayscale: #2A2A2A. Windows color (decimal): -14666980 or 1848096. OLE color: 1848096.
HSL color Cylindrical-coordinate representation of color #20331C: hue angle of 109.57º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #20331C is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 32 | 51 | 28 | - |
| CMYK | 0.37 | 0 | 0.45 | 0.8 |
| HSL | 109.57º | 0.29% | 0.15% | - |
| HSV(B) | 109.57º | 0.45% | 0.2% | - |
| XYZ | 1.99 | 2.76 | 1.53 | - |
| YUV | 42.7 | 119.71 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 28 | 0.37 | 0 | 0.45 | 0.8 | 109.57 | 0.29 | 0.15 |
| Hex | 20 | 33 | 1C | 25 | 0 | 2D | 50 | 6E | 1D | F |
| Octal | 40 | 63 | 34 | 45 | 0 | 55 | 120 | 156 | 35 | 17 |
| Binary | 100000 | 110011 | 11100 | 100101 | 0 | 101101 | 1010000 | 1101110 | 11101 | 1111 |
Color Harmonies of #20331C
Complementary color
Monochromatic Colors of #20331C
Black with #20331C
Text Example
Text Example
White with #20331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20331C; }
p { color: rgb(32,51,28); }
H1.HeaderClassName
{
color: #20331C;
}
.AnyTagClassName
{
color: #20331C;
}
</style>
background-color css
<style>
a { background-color: #20331C; }
a { background-color: rgb(32,51,28); }
div.DivClassName
{
background-color: #20331C;
}
.BgClassName
{
background-color: #20331C;
}
</style>
border-color css
<style>
span { border-color: #20331C; }
span { border-color: rgb(32,51,28); }
td.TdClassName
{
border-color: #20331C;
}
.TagClassName
{
border-color: #20331C;
}
</style>