Shades of Myrtle #224606
Tints of Myrtle #224606
RGB
CMYK
RGB Variations
Color information
#224606 (or 0x224606) is known color: Myrtle. HEX triplet: 22, 46 and 06. RGB value is (34,70,6). Sum of RGB (Red+Green+Blue) = 34+70+6=110 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.91% from 110); Green value is 70 (27.73% from 255 or 63.64% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 70 - color contains mainly: green. Hex color #224606 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224606 is #DDB9F9. Grayscale: #343434. Windows color (decimal): -14531066 or 411170. OLE color: 411170.
HSL color Cylindrical-coordinate representation of color #224606: hue angle of 93.75º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #224606 is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 70 | 6 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.73 |
| HSL | 93.75º | 0.84% | 0.15% | - |
| HSV(B) | 93.75º | 0.91% | 0.27% | - |
| XYZ | 2.88 | 4.73 | 0.93 | - |
| YUV | 51.94 | 102.07 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 70 | 6 | 0.51 | 0 | 0.91 | 0.73 | 93.75 | 0.84 | 0.15 |
| Hex | 22 | 46 | 6 | 33 | 0 | 5B | 49 | 5E | 54 | F |
| Octal | 42 | 106 | 6 | 63 | 0 | 133 | 111 | 136 | 124 | 17 |
| Binary | 100010 | 1000110 | 110 | 110011 | 0 | 1011011 | 1001001 | 1011110 | 1010100 | 1111 |
Color Harmonies of #224606
Complementary color
Monochromatic Colors of #224606
Black with #224606
Text Example
Text Example
White with #224606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224606; }
p { color: rgb(34,70,6); }
H1.HeaderClassName
{
color: #224606;
}
.AnyTagClassName
{
color: #224606;
}
</style>
background-color css
<style>
a { background-color: #224606; }
a { background-color: rgb(34,70,6); }
div.DivClassName
{
background-color: #224606;
}
.BgClassName
{
background-color: #224606;
}
</style>
border-color css
<style>
span { border-color: #224606; }
span { border-color: rgb(34,70,6); }
td.TdClassName
{
border-color: #224606;
}
.TagClassName
{
border-color: #224606;
}
</style>