Shades of Myrtle #20531B
Tints of Myrtle #20531B
RGB
CMYK
RGB Variations
Color information
#20531B (or 0x20531B) is known color: Myrtle. HEX triplet: 20, 53 and 1B. RGB value is (32,83,27). Sum of RGB (Red+Green+Blue) = 32+83+27=142 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.54% from 142); Green value is 83 (32.81% from 255 or 58.45% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 83 - color contains mainly: green. Hex color #20531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20531B is #DFACE4. Grayscale: #3D3D3D. Windows color (decimal): -14658789 or 1790752. OLE color: 1790752.
HSL color Cylindrical-coordinate representation of color #20531B: hue angle of 114.64º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #20531B is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 83 | 27 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.67 |
| HSL | 114.64º | 0.51% | 0.22% | - |
| HSV(B) | 114.64º | 0.67% | 0.33% | - |
| XYZ | 3.89 | 6.57 | 2.1 | - |
| YUV | 61.37 | 108.6 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 27 | 0.61 | 0 | 0.67 | 0.67 | 114.64 | 0.51 | 0.22 |
| Hex | 20 | 53 | 1B | 3D | 0 | 43 | 43 | 73 | 33 | 16 |
| Octal | 40 | 123 | 33 | 75 | 0 | 103 | 103 | 163 | 63 | 26 |
| Binary | 100000 | 1010011 | 11011 | 111101 | 0 | 1000011 | 1000011 | 1110011 | 110011 | 10110 |
Color Harmonies of #20531B
Complementary color
Monochromatic Colors of #20531B
Black with #20531B
Text Example
Text Example
White with #20531B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20531B; }
p { color: rgb(32,83,27); }
H1.HeaderClassName
{
color: #20531B;
}
.AnyTagClassName
{
color: #20531B;
}
</style>
background-color css
<style>
a { background-color: #20531B; }
a { background-color: rgb(32,83,27); }
div.DivClassName
{
background-color: #20531B;
}
.BgClassName
{
background-color: #20531B;
}
</style>
border-color css
<style>
span { border-color: #20531B; }
span { border-color: rgb(32,83,27); }
td.TdClassName
{
border-color: #20531B;
}
.TagClassName
{
border-color: #20531B;
}
</style>