Shades of Myrtle #224622
Tints of Myrtle #224622
RGB
CMYK
RGB Variations
Color information
#224622 (or 0x224622) is known color: Myrtle. HEX triplet: 22, 46 and 22. RGB value is (34,70,34). Sum of RGB (Red+Green+Blue) = 34+70+34=138 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.64% from 138); Green value is 70 (27.73% from 255 or 50.72% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 70 - color contains mainly: green. Hex color #224622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224622 is #DDB9DD. Grayscale: #373737. Windows color (decimal): -14531038 or 2246178. OLE color: 2246178.
HSL color Cylindrical-coordinate representation of color #224622: hue angle of 120º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #224622 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 70 | 34 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.73 |
| HSL | 120º | 0.35% | 0.2% | - |
| HSV(B) | 120º | 0.51% | 0.27% | - |
| XYZ | 3.14 | 4.84 | 2.28 | - |
| YUV | 55.13 | 116.07 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 70 | 34 | 0.51 | 0 | 0.51 | 0.73 | 120 | 0.35 | 0.2 |
| Hex | 22 | 46 | 22 | 33 | 0 | 33 | 49 | 78 | 23 | 14 |
| Octal | 42 | 106 | 42 | 63 | 0 | 63 | 111 | 170 | 43 | 24 |
| Binary | 100010 | 1000110 | 100010 | 110011 | 0 | 110011 | 1001001 | 1111000 | 100011 | 10100 |
Color Harmonies of #224622
Complementary color
Monochromatic Colors of #224622
Black with #224622
Text Example
Text Example
White with #224622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224622; }
p { color: rgb(34,70,34); }
H1.HeaderClassName
{
color: #224622;
}
.AnyTagClassName
{
color: #224622;
}
</style>
background-color css
<style>
a { background-color: #224622; }
a { background-color: rgb(34,70,34); }
div.DivClassName
{
background-color: #224622;
}
.BgClassName
{
background-color: #224622;
}
</style>
border-color css
<style>
span { border-color: #224622; }
span { border-color: rgb(34,70,34); }
td.TdClassName
{
border-color: #224622;
}
.TagClassName
{
border-color: #224622;
}
</style>