Shades of Myrtle #224902
Tints of Myrtle #224902
RGB
CMYK
RGB Variations
Color information
#224902 (or 0x224902) is known color: Myrtle. HEX triplet: 22, 49 and 02. RGB value is (34,73,2). Sum of RGB (Red+Green+Blue) = 34+73+2=109 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.19% from 109); Green value is 73 (28.91% from 255 or 66.97% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 73 - color contains mainly: green. Hex color #224902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224902 is #DDB6FD. Grayscale: #353535. Windows color (decimal): -14530302 or 149794. OLE color: 149794.
HSL color Cylindrical-coordinate representation of color #224902: hue angle of 92.96º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #224902 is Cyan = 0.53, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 73 | 2 | - |
| CMYK | 0.53 | 0 | 0.97 | 0.71 |
| HSL | 92.96º | 0.95% | 0.15% | - |
| HSV(B) | 92.96º | 0.97% | 0.29% | - |
| XYZ | 3.05 | 5.11 | 0.88 | - |
| YUV | 53.25 | 99.08 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 73 | 2 | 0.53 | 0 | 0.97 | 0.71 | 92.96 | 0.95 | 0.15 |
| Hex | 22 | 49 | 2 | 35 | 0 | 61 | 47 | 5D | 5F | F |
| Octal | 42 | 111 | 2 | 65 | 0 | 141 | 107 | 135 | 137 | 17 |
| Binary | 100010 | 1001001 | 10 | 110101 | 0 | 1100001 | 1000111 | 1011101 | 1011111 | 1111 |
Color Harmonies of #224902
Complementary color
Monochromatic Colors of #224902
Black with #224902
Text Example
Text Example
White with #224902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224902; }
p { color: rgb(34,73,2); }
H1.HeaderClassName
{
color: #224902;
}
.AnyTagClassName
{
color: #224902;
}
</style>
background-color css
<style>
a { background-color: #224902; }
a { background-color: rgb(34,73,2); }
div.DivClassName
{
background-color: #224902;
}
.BgClassName
{
background-color: #224902;
}
</style>
border-color css
<style>
span { border-color: #224902; }
span { border-color: rgb(34,73,2); }
td.TdClassName
{
border-color: #224902;
}
.TagClassName
{
border-color: #224902;
}
</style>