Shades of Myrtle #21581D
Tints of Myrtle #21581D
RGB
CMYK
RGB Variations
Color information
#21581D (or 0x21581D) is known color: Myrtle. HEX triplet: 21, 58 and 1D. RGB value is (33,88,29). Sum of RGB (Red+Green+Blue) = 33+88+29=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 88 (34.77% from 255 or 58.67% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 88 - color contains mainly: green. Hex color #21581D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21581D is #DEA7E2. Grayscale: #414141. Windows color (decimal): -14591971 or 1923105. OLE color: 1923105.
HSL color Cylindrical-coordinate representation of color #21581D: hue angle of 115.93º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #21581D is Cyan = 0.62, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 33 | 88 | 29 | - |
| CMYK | 0.62 | 0 | 0.67 | 0.65 |
| HSL | 115.93º | 0.5% | 0.23% | - |
| HSV(B) | 115.93º | 0.67% | 0.35% | - |
| XYZ | 4.34 | 7.39 | 2.36 | - |
| YUV | 64.83 | 107.78 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 88 | 29 | 0.62 | 0 | 0.67 | 0.65 | 115.93 | 0.5 | 0.23 |
| Hex | 21 | 58 | 1D | 3E | 0 | 43 | 41 | 74 | 32 | 17 |
| Octal | 41 | 130 | 35 | 76 | 0 | 103 | 101 | 164 | 62 | 27 |
| Binary | 100001 | 1011000 | 11101 | 111110 | 0 | 1000011 | 1000001 | 1110100 | 110010 | 10111 |
Color Harmonies of #21581D
Complementary color
Monochromatic Colors of #21581D
Black with #21581D
Text Example
Text Example
White with #21581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21581D; }
p { color: rgb(33,88,29); }
H1.HeaderClassName
{
color: #21581D;
}
.AnyTagClassName
{
color: #21581D;
}
</style>
background-color css
<style>
a { background-color: #21581D; }
a { background-color: rgb(33,88,29); }
div.DivClassName
{
background-color: #21581D;
}
.BgClassName
{
background-color: #21581D;
}
</style>
border-color css
<style>
span { border-color: #21581D; }
span { border-color: rgb(33,88,29); }
td.TdClassName
{
border-color: #21581D;
}
.TagClassName
{
border-color: #21581D;
}
</style>