Shades of Myrtle #21580D
Tints of Myrtle #21580D
RGB
CMYK
RGB Variations
Color information
#21580D (or 0x21580D) is known color: Myrtle. HEX triplet: 21, 58 and 0D. RGB value is (33,88,13). Sum of RGB (Red+Green+Blue) = 33+88+13=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 88 (34.77% from 255 or 65.67% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 88 - color contains mainly: green. Hex color #21580D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #21580D is #DEA7F2. Grayscale: #3F3F3F. Windows color (decimal): -14591987 or 874529. OLE color: 874529.
HSL color Cylindrical-coordinate representation of color #21580D: hue angle of 104º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21580D is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 88 | 13 | - |
| CMYK | 0.62 | 0 | 0.85 | 0.65 |
| HSL | 104º | 0.74% | 0.2% | - |
| HSV(B) | 104º | 0.85% | 0.35% | - |
| XYZ | 4.19 | 7.33 | 1.58 | - |
| YUV | 63.01 | 99.78 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 88 | 13 | 0.62 | 0 | 0.85 | 0.65 | 104 | 0.74 | 0.2 |
| Hex | 21 | 58 | D | 3E | 0 | 55 | 41 | 68 | 4A | 14 |
| Octal | 41 | 130 | 15 | 76 | 0 | 125 | 101 | 150 | 112 | 24 |
| Binary | 100001 | 1011000 | 1101 | 111110 | 0 | 1010101 | 1000001 | 1101000 | 1001010 | 10100 |
Color Harmonies of #21580D
Complementary color
Monochromatic Colors of #21580D
Black with #21580D
Text Example
Text Example
White with #21580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21580D; }
p { color: rgb(33,88,13); }
H1.HeaderClassName
{
color: #21580D;
}
.AnyTagClassName
{
color: #21580D;
}
</style>
background-color css
<style>
a { background-color: #21580D; }
a { background-color: rgb(33,88,13); }
div.DivClassName
{
background-color: #21580D;
}
.BgClassName
{
background-color: #21580D;
}
</style>
border-color css
<style>
span { border-color: #21580D; }
span { border-color: rgb(33,88,13); }
td.TdClassName
{
border-color: #21580D;
}
.TagClassName
{
border-color: #21580D;
}
</style>