Shades of Myrtle #21491D
Tints of Myrtle #21491D
RGB
CMYK
RGB Variations
Color information
#21491D (or 0x21491D) is known color: Myrtle. HEX triplet: 21, 49 and 1D. RGB value is (33,73,29). Sum of RGB (Red+Green+Blue) = 33+73+29=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 73 (28.91% from 255 or 54.07% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 73 - color contains mainly: green. Hex color #21491D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21491D is #DEB6E2. Grayscale: #383838. Windows color (decimal): -14595811 or 1919265. OLE color: 1919265.
HSL color Cylindrical-coordinate representation of color #21491D: hue angle of 114.55º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #21491D is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 73 | 29 | - |
| CMYK | 0.55 | 0 | 0.60 | 0.71 |
| HSL | 114.55º | 0.43% | 0.2% | - |
| HSV(B) | 114.55º | 0.6% | 0.29% | - |
| XYZ | 3.23 | 5.18 | 1.99 | - |
| YUV | 56.02 | 112.75 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 29 | 0.55 | 0 | 0.60 | 0.71 | 114.55 | 0.43 | 0.2 |
| Hex | 21 | 49 | 1D | 37 | 0 | 3C | 47 | 73 | 2B | 14 |
| Octal | 41 | 111 | 35 | 67 | 0 | 74 | 107 | 163 | 53 | 24 |
| Binary | 100001 | 1001001 | 11101 | 110111 | 0 | 111100 | 1000111 | 1110011 | 101011 | 10100 |
Color Harmonies of #21491D
Complementary color
Monochromatic Colors of #21491D
Black with #21491D
Text Example
Text Example
White with #21491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21491D; }
p { color: rgb(33,73,29); }
H1.HeaderClassName
{
color: #21491D;
}
.AnyTagClassName
{
color: #21491D;
}
</style>
background-color css
<style>
a { background-color: #21491D; }
a { background-color: rgb(33,73,29); }
div.DivClassName
{
background-color: #21491D;
}
.BgClassName
{
background-color: #21491D;
}
</style>
border-color css
<style>
span { border-color: #21491D; }
span { border-color: rgb(33,73,29); }
td.TdClassName
{
border-color: #21491D;
}
.TagClassName
{
border-color: #21491D;
}
</style>