Shades of Myrtle #225214
Tints of Myrtle #225214
RGB
CMYK
RGB Variations
Color information
#225214 (or 0x225214) is known color: Myrtle. HEX triplet: 22, 52 and 14. RGB value is (34,82,20). Sum of RGB (Red+Green+Blue) = 34+82+20=136 (18% of max value = 765). Red value is 34 (13.67% from 255 or 25% from 136); Green value is 82 (32.42% from 255 or 60.29% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 82 - color contains mainly: green. Hex color #225214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225214 is #DDADEB. Grayscale: #3C3C3C. Windows color (decimal): -14527980 or 1331746. OLE color: 1331746.
HSL color Cylindrical-coordinate representation of color #225214: hue angle of 106.45º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #225214 is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 82 | 20 | - |
| CMYK | 0.59 | 0 | 0.76 | 0.68 |
| HSL | 106.45º | 0.61% | 0.2% | - |
| HSV(B) | 106.45º | 0.76% | 0.32% | - |
| XYZ | 3.8 | 6.43 | 1.7 | - |
| YUV | 60.58 | 105.1 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 82 | 20 | 0.59 | 0 | 0.76 | 0.68 | 106.45 | 0.61 | 0.2 |
| Hex | 22 | 52 | 14 | 3B | 0 | 4C | 44 | 6A | 3D | 14 |
| Octal | 42 | 122 | 24 | 73 | 0 | 114 | 104 | 152 | 75 | 24 |
| Binary | 100010 | 1010010 | 10100 | 111011 | 0 | 1001100 | 1000100 | 1101010 | 111101 | 10100 |
Color Harmonies of #225214
Complementary color
Monochromatic Colors of #225214
Black with #225214
Text Example
Text Example
White with #225214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225214; }
p { color: rgb(34,82,20); }
H1.HeaderClassName
{
color: #225214;
}
.AnyTagClassName
{
color: #225214;
}
</style>
background-color css
<style>
a { background-color: #225214; }
a { background-color: rgb(34,82,20); }
div.DivClassName
{
background-color: #225214;
}
.BgClassName
{
background-color: #225214;
}
</style>
border-color css
<style>
span { border-color: #225214; }
span { border-color: rgb(34,82,20); }
td.TdClassName
{
border-color: #225214;
}
.TagClassName
{
border-color: #225214;
}
</style>