Shades of Myrtle #20501A
Tints of Myrtle #20501A
RGB
CMYK
RGB Variations
Color information
#20501A (or 0x20501A) is known color: Myrtle. HEX triplet: 20, 50 and 1A. RGB value is (32,80,26). Sum of RGB (Red+Green+Blue) = 32+80+26=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 80 (31.64% from 255 or 57.97% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 80 - color contains mainly: green. Hex color #20501A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20501A is #DFAFE5. Grayscale: #3B3B3B. Windows color (decimal): -14659558 or 1724448. OLE color: 1724448.
HSL color Cylindrical-coordinate representation of color #20501A: hue angle of 113.33º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #20501A is Cyan = 0.60, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 80 | 26 | - |
| CMYK | 0.60 | 0 | 0.67 | 0.69 |
| HSL | 113.33º | 0.51% | 0.21% | - |
| HSV(B) | 113.33º | 0.68% | 0.31% | - |
| XYZ | 3.65 | 6.12 | 1.97 | - |
| YUV | 59.49 | 109.1 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 26 | 0.60 | 0 | 0.67 | 0.69 | 113.33 | 0.51 | 0.21 |
| Hex | 20 | 50 | 1A | 3C | 0 | 43 | 45 | 71 | 33 | 15 |
| Octal | 40 | 120 | 32 | 74 | 0 | 103 | 105 | 161 | 63 | 25 |
| Binary | 100000 | 1010000 | 11010 | 111100 | 0 | 1000011 | 1000101 | 1110001 | 110011 | 10101 |
Color Harmonies of #20501A
Complementary color
Monochromatic Colors of #20501A
Black with #20501A
Text Example
Text Example
White with #20501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20501A; }
p { color: rgb(32,80,26); }
H1.HeaderClassName
{
color: #20501A;
}
.AnyTagClassName
{
color: #20501A;
}
</style>
background-color css
<style>
a { background-color: #20501A; }
a { background-color: rgb(32,80,26); }
div.DivClassName
{
background-color: #20501A;
}
.BgClassName
{
background-color: #20501A;
}
</style>
border-color css
<style>
span { border-color: #20501A; }
span { border-color: rgb(32,80,26); }
td.TdClassName
{
border-color: #20501A;
}
.TagClassName
{
border-color: #20501A;
}
</style>