Shades of Myrtle #20551B
Tints of Myrtle #20551B
RGB
CMYK
RGB Variations
Color information
#20551B (or 0x20551B) is known color: Myrtle. HEX triplet: 20, 55 and 1B. RGB value is (32,85,27). Sum of RGB (Red+Green+Blue) = 32+85+27=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #20551B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20551B is #DFAAE4. Grayscale: #3E3E3E. Windows color (decimal): -14658277 or 1791264. OLE color: 1791264.
HSL color Cylindrical-coordinate representation of color #20551B: hue angle of 114.83º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #20551B is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 85 | 27 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.67 |
| HSL | 114.83º | 0.52% | 0.22% | - |
| HSV(B) | 114.83º | 0.68% | 0.33% | - |
| XYZ | 4.04 | 6.88 | 2.15 | - |
| YUV | 62.54 | 107.94 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 85 | 27 | 0.62 | 0 | 0.68 | 0.67 | 114.83 | 0.52 | 0.22 |
| Hex | 20 | 55 | 1B | 3E | 0 | 44 | 43 | 73 | 34 | 16 |
| Octal | 40 | 125 | 33 | 76 | 0 | 104 | 103 | 163 | 64 | 26 |
| Binary | 100000 | 1010101 | 11011 | 111110 | 0 | 1000100 | 1000011 | 1110011 | 110100 | 10110 |
Color Harmonies of #20551B
Complementary color
Monochromatic Colors of #20551B
Black with #20551B
Text Example
Text Example
White with #20551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20551B; }
p { color: rgb(32,85,27); }
H1.HeaderClassName
{
color: #20551B;
}
.AnyTagClassName
{
color: #20551B;
}
</style>
background-color css
<style>
a { background-color: #20551B; }
a { background-color: rgb(32,85,27); }
div.DivClassName
{
background-color: #20551B;
}
.BgClassName
{
background-color: #20551B;
}
</style>
border-color css
<style>
span { border-color: #20551B; }
span { border-color: rgb(32,85,27); }
td.TdClassName
{
border-color: #20551B;
}
.TagClassName
{
border-color: #20551B;
}
</style>