Shades of Myrtle #225213
Tints of Myrtle #225213
RGB
CMYK
RGB Variations
Color information
#225213 (or 0x225213) is known color: Myrtle. HEX triplet: 22, 52 and 13. RGB value is (34,82,19). Sum of RGB (Red+Green+Blue) = 34+82+19=135 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.19% from 135); Green value is 82 (32.42% from 255 or 60.74% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 82 - color contains mainly: green. Hex color #225213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #225213 is #DDADEC. Grayscale: #3C3C3C. Windows color (decimal): -14527981 or 1266210. OLE color: 1266210.
HSL color Cylindrical-coordinate representation of color #225213: hue angle of 105.71º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #225213 is Cyan = 0.59, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 82 | 19 | - |
| CMYK | 0.59 | 0 | 0.77 | 0.68 |
| HSL | 105.71º | 0.62% | 0.2% | - |
| HSV(B) | 105.71º | 0.77% | 0.32% | - |
| XYZ | 3.79 | 6.42 | 1.66 | - |
| YUV | 60.47 | 104.6 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 82 | 19 | 0.59 | 0 | 0.77 | 0.68 | 105.71 | 0.62 | 0.2 |
| Hex | 22 | 52 | 13 | 3B | 0 | 4D | 44 | 6A | 3E | 14 |
| Octal | 42 | 122 | 23 | 73 | 0 | 115 | 104 | 152 | 76 | 24 |
| Binary | 100010 | 1010010 | 10011 | 111011 | 0 | 1001101 | 1000100 | 1101010 | 111110 | 10100 |
Color Harmonies of #225213
Complementary color
Monochromatic Colors of #225213
Black with #225213
Text Example
Text Example
White with #225213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225213; }
p { color: rgb(34,82,19); }
H1.HeaderClassName
{
color: #225213;
}
.AnyTagClassName
{
color: #225213;
}
</style>
background-color css
<style>
a { background-color: #225213; }
a { background-color: rgb(34,82,19); }
div.DivClassName
{
background-color: #225213;
}
.BgClassName
{
background-color: #225213;
}
</style>
border-color css
<style>
span { border-color: #225213; }
span { border-color: rgb(34,82,19); }
td.TdClassName
{
border-color: #225213;
}
.TagClassName
{
border-color: #225213;
}
</style>