Shades of Myrtle #214222
Tints of Myrtle #214222
RGB
CMYK
RGB Variations
Color information
#214222 (or 0x214222) is known color: Myrtle. HEX triplet: 21, 42 and 22. RGB value is (33,66,34). Sum of RGB (Red+Green+Blue) = 33+66+34=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #214222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214222 is #DEBDDD. Grayscale: #343434. Windows color (decimal): -14597598 or 2245153. OLE color: 2245153.
HSL color Cylindrical-coordinate representation of color #214222: hue angle of 121.82º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #214222 is Cyan = 0.5, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 66 | 34 | - |
| CMYK | 0.5 | 0 | 0.48 | 0.74 |
| HSL | 121.82º | 0.33% | 0.19% | - |
| HSV(B) | 121.82º | 0.5% | 0.26% | - |
| XYZ | 2.86 | 4.34 | 2.2 | - |
| YUV | 52.49 | 117.57 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 66 | 34 | 0.5 | 0 | 0.48 | 0.74 | 121.82 | 0.33 | 0.19 |
| Hex | 21 | 42 | 22 | 32 | 0 | 30 | 4A | 7A | 21 | 13 |
| Octal | 41 | 102 | 42 | 62 | 0 | 60 | 112 | 172 | 41 | 23 |
| Binary | 100001 | 1000010 | 100010 | 110010 | 0 | 110000 | 1001010 | 1111010 | 100001 | 10011 |
Color Harmonies of #214222
Complementary color
Monochromatic Colors of #214222
Black with #214222
Text Example
Text Example
White with #214222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214222; }
p { color: rgb(33,66,34); }
H1.HeaderClassName
{
color: #214222;
}
.AnyTagClassName
{
color: #214222;
}
</style>
background-color css
<style>
a { background-color: #214222; }
a { background-color: rgb(33,66,34); }
div.DivClassName
{
background-color: #214222;
}
.BgClassName
{
background-color: #214222;
}
</style>
border-color css
<style>
span { border-color: #214222; }
span { border-color: rgb(33,66,34); }
td.TdClassName
{
border-color: #214222;
}
.TagClassName
{
border-color: #214222;
}
</style>