Shades of Myrtle #214920
Tints of Myrtle #214920
RGB
CMYK
RGB Variations
Color information
#214920 (or 0x214920) is known color: Myrtle. HEX triplet: 21, 49 and 20. RGB value is (33,73,32). Sum of RGB (Red+Green+Blue) = 33+73+32=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 73 (28.91% from 255 or 52.90% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 73 - color contains mainly: green. Hex color #214920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214920 is #DEB6DF. Grayscale: #383838. Windows color (decimal): -14595808 or 2115873. OLE color: 2115873.
HSL color Cylindrical-coordinate representation of color #214920: hue angle of 118.54º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #214920 is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 73 | 32 | - |
| CMYK | 0.55 | 0 | 0.56 | 0.71 |
| HSL | 118.54º | 0.39% | 0.21% | - |
| HSV(B) | 118.54º | 0.56% | 0.29% | - |
| XYZ | 3.27 | 5.19 | 2.2 | - |
| YUV | 56.37 | 114.25 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 32 | 0.55 | 0 | 0.56 | 0.71 | 118.54 | 0.39 | 0.21 |
| Hex | 21 | 49 | 20 | 37 | 0 | 38 | 47 | 77 | 27 | 15 |
| Octal | 41 | 111 | 40 | 67 | 0 | 70 | 107 | 167 | 47 | 25 |
| Binary | 100001 | 1001001 | 100000 | 110111 | 0 | 111000 | 1000111 | 1110111 | 100111 | 10101 |
Color Harmonies of #214920
Complementary color
Monochromatic Colors of #214920
Black with #214920
Text Example
Text Example
White with #214920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214920; }
p { color: rgb(33,73,32); }
H1.HeaderClassName
{
color: #214920;
}
.AnyTagClassName
{
color: #214920;
}
</style>
background-color css
<style>
a { background-color: #214920; }
a { background-color: rgb(33,73,32); }
div.DivClassName
{
background-color: #214920;
}
.BgClassName
{
background-color: #214920;
}
</style>
border-color css
<style>
span { border-color: #214920; }
span { border-color: rgb(33,73,32); }
td.TdClassName
{
border-color: #214920;
}
.TagClassName
{
border-color: #214920;
}
</style>