Shades of Myrtle #20481F
Tints of Myrtle #20481F
RGB
CMYK
RGB Variations
Color information
#20481F (or 0x20481F) is known color: Myrtle. HEX triplet: 20, 48 and 1F. RGB value is (32,72,31). Sum of RGB (Red+Green+Blue) = 32+72+31=135 (17% of max value = 765). Red value is 32 (12.89% from 255 or 23.70% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #20481F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20481F is #DFB7E0. Grayscale: #373737. Windows color (decimal): -14661601 or 2050080. OLE color: 2050080.
HSL color Cylindrical-coordinate representation of color #20481F: hue angle of 118.54º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #20481F is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 72 | 31 | - |
| CMYK | 0.56 | 0 | 0.57 | 0.72 |
| HSL | 118.54º | 0.4% | 0.2% | - |
| HSV(B) | 118.54º | 0.57% | 0.28% | - |
| XYZ | 3.16 | 5.04 | 2.1 | - |
| YUV | 55.37 | 114.25 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 72 | 31 | 0.56 | 0 | 0.57 | 0.72 | 118.54 | 0.4 | 0.2 |
| Hex | 20 | 48 | 1F | 38 | 0 | 39 | 48 | 77 | 28 | 14 |
| Octal | 40 | 110 | 37 | 70 | 0 | 71 | 110 | 167 | 50 | 24 |
| Binary | 100000 | 1001000 | 11111 | 111000 | 0 | 111001 | 1001000 | 1110111 | 101000 | 10100 |
Color Harmonies of #20481F
Complementary color
Monochromatic Colors of #20481F
Black with #20481F
Text Example
Text Example
White with #20481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20481F; }
p { color: rgb(32,72,31); }
H1.HeaderClassName
{
color: #20481F;
}
.AnyTagClassName
{
color: #20481F;
}
</style>
background-color css
<style>
a { background-color: #20481F; }
a { background-color: rgb(32,72,31); }
div.DivClassName
{
background-color: #20481F;
}
.BgClassName
{
background-color: #20481F;
}
</style>
border-color css
<style>
span { border-color: #20481F; }
span { border-color: rgb(32,72,31); }
td.TdClassName
{
border-color: #20481F;
}
.TagClassName
{
border-color: #20481F;
}
</style>