Shades of Myrtle #21491C
Tints of Myrtle #21491C
RGB
CMYK
RGB Variations
Color information
#21491C (or 0x21491C) is known color: Myrtle. HEX triplet: 21, 49 and 1C. RGB value is (33,73,28). Sum of RGB (Red+Green+Blue) = 33+73+28=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 73 (28.91% from 255 or 54.48% from 134); Blue value is 28 (11.33% from 255 or 20.90% from 134); Max value from RGB is 73 - color contains mainly: green. Hex color #21491C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21491C is #DEB6E3. Grayscale: #383838. Windows color (decimal): -14595812 or 1853729. OLE color: 1853729.
HSL color Cylindrical-coordinate representation of color #21491C: hue angle of 113.33º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #21491C is Cyan = 0.55, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 73 | 28 | - |
| CMYK | 0.55 | 0 | 0.62 | 0.71 |
| HSL | 113.33º | 0.45% | 0.2% | - |
| HSV(B) | 113.33º | 0.62% | 0.29% | - |
| XYZ | 3.22 | 5.17 | 1.93 | - |
| YUV | 55.91 | 112.25 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 28 | 0.55 | 0 | 0.62 | 0.71 | 113.33 | 0.45 | 0.2 |
| Hex | 21 | 49 | 1C | 37 | 0 | 3E | 47 | 71 | 2D | 14 |
| Octal | 41 | 111 | 34 | 67 | 0 | 76 | 107 | 161 | 55 | 24 |
| Binary | 100001 | 1001001 | 11100 | 110111 | 0 | 111110 | 1000111 | 1110001 | 101101 | 10100 |
Color Harmonies of #21491C
Complementary color
Monochromatic Colors of #21491C
Black with #21491C
Text Example
Text Example
White with #21491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21491C; }
p { color: rgb(33,73,28); }
H1.HeaderClassName
{
color: #21491C;
}
.AnyTagClassName
{
color: #21491C;
}
</style>
background-color css
<style>
a { background-color: #21491C; }
a { background-color: rgb(33,73,28); }
div.DivClassName
{
background-color: #21491C;
}
.BgClassName
{
background-color: #21491C;
}
</style>
border-color css
<style>
span { border-color: #21491C; }
span { border-color: rgb(33,73,28); }
td.TdClassName
{
border-color: #21491C;
}
.TagClassName
{
border-color: #21491C;
}
</style>