Shades of Myrtle #224916
Tints of Myrtle #224916
RGB
CMYK
RGB Variations
Color information
#224916 (or 0x224916) is known color: Myrtle. HEX triplet: 22, 49 and 16. RGB value is (34,73,22). Sum of RGB (Red+Green+Blue) = 34+73+22=129 (17% of max value = 765). Red value is 34 (13.67% from 255 or 26.36% from 129); Green value is 73 (28.91% from 255 or 56.59% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 73 - color contains mainly: green. Hex color #224916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224916 is #DDB6E9. Grayscale: #373737. Windows color (decimal): -14530282 or 1460514. OLE color: 1460514.
HSL color Cylindrical-coordinate representation of color #224916: hue angle of 105.88º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #224916 is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 73 | 22 | - |
| CMYK | 0.53 | 0 | 0.70 | 0.71 |
| HSL | 105.88º | 0.54% | 0.19% | - |
| HSV(B) | 105.88º | 0.7% | 0.29% | - |
| XYZ | 3.19 | 5.16 | 1.59 | - |
| YUV | 55.53 | 109.08 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 73 | 22 | 0.53 | 0 | 0.70 | 0.71 | 105.88 | 0.54 | 0.19 |
| Hex | 22 | 49 | 16 | 35 | 0 | 46 | 47 | 6A | 36 | 13 |
| Octal | 42 | 111 | 26 | 65 | 0 | 106 | 107 | 152 | 66 | 23 |
| Binary | 100010 | 1001001 | 10110 | 110101 | 0 | 1000110 | 1000111 | 1101010 | 110110 | 10011 |
Color Harmonies of #224916
Complementary color
Monochromatic Colors of #224916
Black with #224916
Text Example
Text Example
White with #224916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224916; }
p { color: rgb(34,73,22); }
H1.HeaderClassName
{
color: #224916;
}
.AnyTagClassName
{
color: #224916;
}
</style>
background-color css
<style>
a { background-color: #224916; }
a { background-color: rgb(34,73,22); }
div.DivClassName
{
background-color: #224916;
}
.BgClassName
{
background-color: #224916;
}
</style>
border-color css
<style>
span { border-color: #224916; }
span { border-color: rgb(34,73,22); }
td.TdClassName
{
border-color: #224916;
}
.TagClassName
{
border-color: #224916;
}
</style>