Shades of Myrtle #214722
Tints of Myrtle #214722
RGB
CMYK
RGB Variations
Color information
#214722 (or 0x214722) is known color: Myrtle. HEX triplet: 21, 47 and 22. RGB value is (33,71,34). Sum of RGB (Red+Green+Blue) = 33+71+34=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #214722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214722 is #DEB8DD. Grayscale: #373737. Windows color (decimal): -14596318 or 2246433. OLE color: 2246433.
HSL color Cylindrical-coordinate representation of color #214722: hue angle of 121.58º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #214722 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 71 | 34 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.72 |
| HSL | 121.58º | 0.37% | 0.2% | - |
| HSV(B) | 121.58º | 0.54% | 0.28% | - |
| XYZ | 3.17 | 4.95 | 2.3 | - |
| YUV | 55.42 | 115.91 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 34 | 0.54 | 0 | 0.52 | 0.72 | 121.58 | 0.37 | 0.2 |
| Hex | 21 | 47 | 22 | 36 | 0 | 34 | 48 | 7A | 25 | 14 |
| Octal | 41 | 107 | 42 | 66 | 0 | 64 | 110 | 172 | 45 | 24 |
| Binary | 100001 | 1000111 | 100010 | 110110 | 0 | 110100 | 1001000 | 1111010 | 100101 | 10100 |
Color Harmonies of #214722
Complementary color
Monochromatic Colors of #214722
Black with #214722
Text Example
Text Example
White with #214722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214722; }
p { color: rgb(33,71,34); }
H1.HeaderClassName
{
color: #214722;
}
.AnyTagClassName
{
color: #214722;
}
</style>
background-color css
<style>
a { background-color: #214722; }
a { background-color: rgb(33,71,34); }
div.DivClassName
{
background-color: #214722;
}
.BgClassName
{
background-color: #214722;
}
</style>
border-color css
<style>
span { border-color: #214722; }
span { border-color: rgb(33,71,34); }
td.TdClassName
{
border-color: #214722;
}
.TagClassName
{
border-color: #214722;
}
</style>