Shades of Myrtle #225022
Tints of Myrtle #225022
RGB
CMYK
RGB Variations
Color information
#225022 (or 0x225022) is known color: Myrtle. HEX triplet: 22, 50 and 22. RGB value is (34,80,34). Sum of RGB (Red+Green+Blue) = 34+80+34=148 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.97% from 148); Green value is 80 (31.64% from 255 or 54.05% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 80 - color contains mainly: green. Hex color #225022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225022 is #DDAFDD. Grayscale: #3D3D3D. Windows color (decimal): -14528478 or 2248738. OLE color: 2248738.
HSL color Cylindrical-coordinate representation of color #225022: hue angle of 120º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #225022 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 80 | 34 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.69 |
| HSL | 120º | 0.4% | 0.22% | - |
| HSV(B) | 120º | 0.58% | 0.31% | - |
| XYZ | 3.82 | 6.19 | 2.51 | - |
| YUV | 61 | 112.76 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 80 | 34 | 0.58 | 0 | 0.58 | 0.69 | 120 | 0.4 | 0.22 |
| Hex | 22 | 50 | 22 | 3A | 0 | 3A | 45 | 78 | 28 | 16 |
| Octal | 42 | 120 | 42 | 72 | 0 | 72 | 105 | 170 | 50 | 26 |
| Binary | 100010 | 1010000 | 100010 | 111010 | 0 | 111010 | 1000101 | 1111000 | 101000 | 10110 |
Color Harmonies of #225022
Complementary color
Monochromatic Colors of #225022
Black with #225022
Text Example
Text Example
White with #225022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225022; }
p { color: rgb(34,80,34); }
H1.HeaderClassName
{
color: #225022;
}
.AnyTagClassName
{
color: #225022;
}
</style>
background-color css
<style>
a { background-color: #225022; }
a { background-color: rgb(34,80,34); }
div.DivClassName
{
background-color: #225022;
}
.BgClassName
{
background-color: #225022;
}
</style>
border-color css
<style>
span { border-color: #225022; }
span { border-color: rgb(34,80,34); }
td.TdClassName
{
border-color: #225022;
}
.TagClassName
{
border-color: #225022;
}
</style>