Shades of Myrtle #20480D
Tints of Myrtle #20480D
RGB
CMYK
RGB Variations
Color information
#20480D (or 0x20480D) is known color: Myrtle. HEX triplet: 20, 48 and 0D. RGB value is (32,72,13). Sum of RGB (Red+Green+Blue) = 32+72+13=117 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.35% from 117); Green value is 72 (28.52% from 255 or 61.54% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 72 - color contains mainly: green. Hex color #20480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20480D is #DFB7F2. Grayscale: #353535. Windows color (decimal): -14661619 or 870432. OLE color: 870432.
HSL color Cylindrical-coordinate representation of color #20480D: hue angle of 100.68º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20480D is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 72 | 13 | - |
| CMYK | 0.56 | 0 | 0.82 | 0.72 |
| HSL | 100.68º | 0.69% | 0.17% | - |
| HSV(B) | 100.68º | 0.82% | 0.28% | - |
| XYZ | 2.99 | 4.97 | 1.18 | - |
| YUV | 53.31 | 105.25 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 72 | 13 | 0.56 | 0 | 0.82 | 0.72 | 100.68 | 0.69 | 0.17 |
| Hex | 20 | 48 | D | 38 | 0 | 52 | 48 | 65 | 45 | 11 |
| Octal | 40 | 110 | 15 | 70 | 0 | 122 | 110 | 145 | 105 | 21 |
| Binary | 100000 | 1001000 | 1101 | 111000 | 0 | 1010010 | 1001000 | 1100101 | 1000101 | 10001 |
Color Harmonies of #20480D
Complementary color
Monochromatic Colors of #20480D
Black with #20480D
Text Example
Text Example
White with #20480D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20480D; }
p { color: rgb(32,72,13); }
H1.HeaderClassName
{
color: #20480D;
}
.AnyTagClassName
{
color: #20480D;
}
</style>
background-color css
<style>
a { background-color: #20480D; }
a { background-color: rgb(32,72,13); }
div.DivClassName
{
background-color: #20480D;
}
.BgClassName
{
background-color: #20480D;
}
</style>
border-color css
<style>
span { border-color: #20480D; }
span { border-color: rgb(32,72,13); }
td.TdClassName
{
border-color: #20480D;
}
.TagClassName
{
border-color: #20480D;
}
</style>