Shades of Myrtle #21521D
Tints of Myrtle #21521D
RGB
CMYK
RGB Variations
Color information
#21521D (or 0x21521D) is known color: Myrtle. HEX triplet: 21, 52 and 1D. RGB value is (33,82,29). Sum of RGB (Red+Green+Blue) = 33+82+29=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 82 (32.42% from 255 or 56.94% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 82 - color contains mainly: green. Hex color #21521D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21521D is #DEADE2. Grayscale: #3D3D3D. Windows color (decimal): -14593507 or 1921569. OLE color: 1921569.
HSL color Cylindrical-coordinate representation of color #21521D: hue angle of 115.47º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21521D is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 82 | 29 | - |
| CMYK | 0.60 | 0 | 0.65 | 0.68 |
| HSL | 115.47º | 0.48% | 0.22% | - |
| HSV(B) | 115.47º | 0.65% | 0.32% | - |
| XYZ | 3.87 | 6.45 | 2.2 | - |
| YUV | 61.31 | 109.77 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 29 | 0.60 | 0 | 0.65 | 0.68 | 115.47 | 0.48 | 0.22 |
| Hex | 21 | 52 | 1D | 3C | 0 | 41 | 44 | 73 | 30 | 16 |
| Octal | 41 | 122 | 35 | 74 | 0 | 101 | 104 | 163 | 60 | 26 |
| Binary | 100001 | 1010010 | 11101 | 111100 | 0 | 1000001 | 1000100 | 1110011 | 110000 | 10110 |
Color Harmonies of #21521D
Complementary color
Monochromatic Colors of #21521D
Black with #21521D
Text Example
Text Example
White with #21521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21521D; }
p { color: rgb(33,82,29); }
H1.HeaderClassName
{
color: #21521D;
}
.AnyTagClassName
{
color: #21521D;
}
</style>
background-color css
<style>
a { background-color: #21521D; }
a { background-color: rgb(33,82,29); }
div.DivClassName
{
background-color: #21521D;
}
.BgClassName
{
background-color: #21521D;
}
</style>
border-color css
<style>
span { border-color: #21521D; }
span { border-color: rgb(33,82,29); }
td.TdClassName
{
border-color: #21521D;
}
.TagClassName
{
border-color: #21521D;
}
</style>