Shades of Myrtle #20570B
Tints of Myrtle #20570B
RGB
CMYK
RGB Variations
Color information
#20570B (or 0x20570B) is known color: Myrtle. HEX triplet: 20, 57 and 0B. RGB value is (32,87,11). Sum of RGB (Red+Green+Blue) = 32+87+11=130 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.62% from 130); Green value is 87 (34.38% from 255 or 66.92% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 87 - color contains mainly: green. Hex color #20570B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #20570B is #DFA8F4. Grayscale: #3E3E3E. Windows color (decimal): -14657781 or 743200. OLE color: 743200.
HSL color Cylindrical-coordinate representation of color #20570B: hue angle of 103.42º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20570B is Cyan = 0.63, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 87 | 11 | - |
| CMYK | 0.63 | 0 | 0.87 | 0.66 |
| HSL | 103.42º | 0.78% | 0.19% | - |
| HSV(B) | 103.42º | 0.87% | 0.34% | - |
| XYZ | 4.06 | 7.15 | 1.48 | - |
| YUV | 61.89 | 99.28 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 87 | 11 | 0.63 | 0 | 0.87 | 0.66 | 103.42 | 0.78 | 0.19 |
| Hex | 20 | 57 | B | 3F | 0 | 57 | 42 | 67 | 4E | 13 |
| Octal | 40 | 127 | 13 | 77 | 0 | 127 | 102 | 147 | 116 | 23 |
| Binary | 100000 | 1010111 | 1011 | 111111 | 0 | 1010111 | 1000010 | 1100111 | 1001110 | 10011 |
Color Harmonies of #20570B
Complementary color
Monochromatic Colors of #20570B
Black with #20570B
Text Example
Text Example
White with #20570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20570B; }
p { color: rgb(32,87,11); }
H1.HeaderClassName
{
color: #20570B;
}
.AnyTagClassName
{
color: #20570B;
}
</style>
background-color css
<style>
a { background-color: #20570B; }
a { background-color: rgb(32,87,11); }
div.DivClassName
{
background-color: #20570B;
}
.BgClassName
{
background-color: #20570B;
}
</style>
border-color css
<style>
span { border-color: #20570B; }
span { border-color: rgb(32,87,11); }
td.TdClassName
{
border-color: #20570B;
}
.TagClassName
{
border-color: #20570B;
}
</style>