Shades of Myrtle #225616
Tints of Myrtle #225616
RGB
CMYK
RGB Variations
Color information
#225616 (or 0x225616) is known color: Myrtle. HEX triplet: 22, 56 and 16. RGB value is (34,86,22). Sum of RGB (Red+Green+Blue) = 34+86+22=142 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.94% from 142); Green value is 86 (33.98% from 255 or 60.56% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 86 - color contains mainly: green. Hex color #225616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225616 is #DDA9E9. Grayscale: #3F3F3F. Windows color (decimal): -14526954 or 1463842. OLE color: 1463842.
HSL color Cylindrical-coordinate representation of color #225616: hue angle of 108.75º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #225616 is Cyan = 0.60, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 34 | 86 | 22 | - |
| CMYK | 0.60 | 0 | 0.74 | 0.66 |
| HSL | 108.75º | 0.59% | 0.21% | - |
| HSV(B) | 108.75º | 0.74% | 0.34% | - |
| XYZ | 4.13 | 7.05 | 1.9 | - |
| YUV | 63.16 | 104.77 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 86 | 22 | 0.60 | 0 | 0.74 | 0.66 | 108.75 | 0.59 | 0.21 |
| Hex | 22 | 56 | 16 | 3C | 0 | 4A | 42 | 6D | 3B | 15 |
| Octal | 42 | 126 | 26 | 74 | 0 | 112 | 102 | 155 | 73 | 25 |
| Binary | 100010 | 1010110 | 10110 | 111100 | 0 | 1001010 | 1000010 | 1101101 | 111011 | 10101 |
Color Harmonies of #225616
Complementary color
Monochromatic Colors of #225616
Black with #225616
Text Example
Text Example
White with #225616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225616; }
p { color: rgb(34,86,22); }
H1.HeaderClassName
{
color: #225616;
}
.AnyTagClassName
{
color: #225616;
}
</style>
background-color css
<style>
a { background-color: #225616; }
a { background-color: rgb(34,86,22); }
div.DivClassName
{
background-color: #225616;
}
.BgClassName
{
background-color: #225616;
}
</style>
border-color css
<style>
span { border-color: #225616; }
span { border-color: rgb(34,86,22); }
td.TdClassName
{
border-color: #225616;
}
.TagClassName
{
border-color: #225616;
}
</style>