Shades of Myrtle #224616
Tints of Myrtle #224616
RGB
CMYK
RGB Variations
Color information
#224616 (or 0x224616) is known color: Myrtle. HEX triplet: 22, 46 and 16. RGB value is (34,70,22). Sum of RGB (Red+Green+Blue) = 34+70+22=126 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.98% from 126); Green value is 70 (27.73% from 255 or 55.56% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 70 - color contains mainly: green. Hex color #224616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #224616 is #DDB9E9. Grayscale: #353535. Windows color (decimal): -14531050 or 1459746. OLE color: 1459746.
HSL color Cylindrical-coordinate representation of color #224616: hue angle of 105º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #224616 is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 70 | 22 | - |
| CMYK | 0.51 | 0 | 0.69 | 0.73 |
| HSL | 105º | 0.52% | 0.18% | - |
| HSV(B) | 105º | 0.69% | 0.27% | - |
| XYZ | 2.99 | 4.78 | 1.52 | - |
| YUV | 53.76 | 110.07 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 70 | 22 | 0.51 | 0 | 0.69 | 0.73 | 105 | 0.52 | 0.18 |
| Hex | 22 | 46 | 16 | 33 | 0 | 45 | 49 | 69 | 34 | 12 |
| Octal | 42 | 106 | 26 | 63 | 0 | 105 | 111 | 151 | 64 | 22 |
| Binary | 100010 | 1000110 | 10110 | 110011 | 0 | 1000101 | 1001001 | 1101001 | 110100 | 10010 |
Color Harmonies of #224616
Complementary color
Monochromatic Colors of #224616
Black with #224616
Text Example
Text Example
White with #224616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224616; }
p { color: rgb(34,70,22); }
H1.HeaderClassName
{
color: #224616;
}
.AnyTagClassName
{
color: #224616;
}
</style>
background-color css
<style>
a { background-color: #224616; }
a { background-color: rgb(34,70,22); }
div.DivClassName
{
background-color: #224616;
}
.BgClassName
{
background-color: #224616;
}
</style>
border-color css
<style>
span { border-color: #224616; }
span { border-color: rgb(34,70,22); }
td.TdClassName
{
border-color: #224616;
}
.TagClassName
{
border-color: #224616;
}
</style>