Shades of Myrtle #20481D
Tints of Myrtle #20481D
RGB
CMYK
RGB Variations
Color information
#20481D (or 0x20481D) is known color: Myrtle. HEX triplet: 20, 48 and 1D. RGB value is (32,72,29). Sum of RGB (Red+Green+Blue) = 32+72+29=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 72 (28.52% from 255 or 54.14% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 72 - color contains mainly: green. Hex color #20481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20481D is #DFB7E2. Grayscale: #373737. Windows color (decimal): -14661603 or 1919008. OLE color: 1919008.
HSL color Cylindrical-coordinate representation of color #20481D: hue angle of 115.81º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #20481D is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 72 | 29 | - |
| CMYK | 0.56 | 0 | 0.60 | 0.72 |
| HSL | 115.81º | 0.43% | 0.2% | - |
| HSV(B) | 115.81º | 0.6% | 0.28% | - |
| XYZ | 3.13 | 5.03 | 1.97 | - |
| YUV | 55.14 | 113.25 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 72 | 29 | 0.56 | 0 | 0.60 | 0.72 | 115.81 | 0.43 | 0.2 |
| Hex | 20 | 48 | 1D | 38 | 0 | 3C | 48 | 74 | 2B | 14 |
| Octal | 40 | 110 | 35 | 70 | 0 | 74 | 110 | 164 | 53 | 24 |
| Binary | 100000 | 1001000 | 11101 | 111000 | 0 | 111100 | 1001000 | 1110100 | 101011 | 10100 |
Color Harmonies of #20481D
Complementary color
Monochromatic Colors of #20481D
Black with #20481D
Text Example
Text Example
White with #20481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20481D; }
p { color: rgb(32,72,29); }
H1.HeaderClassName
{
color: #20481D;
}
.AnyTagClassName
{
color: #20481D;
}
</style>
background-color css
<style>
a { background-color: #20481D; }
a { background-color: rgb(32,72,29); }
div.DivClassName
{
background-color: #20481D;
}
.BgClassName
{
background-color: #20481D;
}
</style>
border-color css
<style>
span { border-color: #20481D; }
span { border-color: rgb(32,72,29); }
td.TdClassName
{
border-color: #20481D;
}
.TagClassName
{
border-color: #20481D;
}
</style>