Shades of Myrtle #214122
Tints of Myrtle #214122
RGB
CMYK
RGB Variations
Color information
#214122 (or 0x214122) is known color: Myrtle. HEX triplet: 21, 41 and 22. RGB value is (33,65,34). Sum of RGB (Red+Green+Blue) = 33+65+34=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 34 (13.67% from 255 or 25.76% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #214122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214122 is #DEBEDD. Grayscale: #333333. Windows color (decimal): -14597854 or 2244897. OLE color: 2244897.
HSL color Cylindrical-coordinate representation of color #214122: hue angle of 121.88º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #214122 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 65 | 34 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.75 |
| HSL | 121.88º | 0.33% | 0.19% | - |
| HSV(B) | 121.88º | 0.49% | 0.25% | - |
| XYZ | 2.81 | 4.22 | 2.18 | - |
| YUV | 51.9 | 117.9 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 34 | 0.49 | 0 | 0.48 | 0.75 | 121.88 | 0.33 | 0.19 |
| Hex | 21 | 41 | 22 | 31 | 0 | 30 | 4B | 7A | 21 | 13 |
| Octal | 41 | 101 | 42 | 61 | 0 | 60 | 113 | 172 | 41 | 23 |
| Binary | 100001 | 1000001 | 100010 | 110001 | 0 | 110000 | 1001011 | 1111010 | 100001 | 10011 |
Color Harmonies of #214122
Complementary color
Monochromatic Colors of #214122
Black with #214122
Text Example
Text Example
White with #214122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214122; }
p { color: rgb(33,65,34); }
H1.HeaderClassName
{
color: #214122;
}
.AnyTagClassName
{
color: #214122;
}
</style>
background-color css
<style>
a { background-color: #214122; }
a { background-color: rgb(33,65,34); }
div.DivClassName
{
background-color: #214122;
}
.BgClassName
{
background-color: #214122;
}
</style>
border-color css
<style>
span { border-color: #214122; }
span { border-color: rgb(33,65,34); }
td.TdClassName
{
border-color: #214122;
}
.TagClassName
{
border-color: #214122;
}
</style>