Shades of Myrtle #225425
Tints of Myrtle #225425
RGB
CMYK
RGB Variations
Color information
#225425 (or 0x225425) is known color: Myrtle. HEX triplet: 22, 54 and 25. RGB value is (34,84,37). Sum of RGB (Red+Green+Blue) = 34+84+37=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 84 (33.20% from 255 or 54.19% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 84 - color contains mainly: green. Hex color #225425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225425 is #DDABDA. Grayscale: #3F3F3F. Windows color (decimal): -14527451 or 2446370. OLE color: 2446370.
HSL color Cylindrical-coordinate representation of color #225425: hue angle of 123.6º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #225425 is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 84 | 37 | - |
| CMYK | 0.60 | 0 | 0.56 | 0.67 |
| HSL | 123.6º | 0.42% | 0.23% | - |
| HSV(B) | 123.6º | 0.6% | 0.33% | - |
| XYZ | 4.16 | 6.81 | 2.85 | - |
| YUV | 63.69 | 112.94 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 84 | 37 | 0.60 | 0 | 0.56 | 0.67 | 123.6 | 0.42 | 0.23 |
| Hex | 22 | 54 | 25 | 3C | 0 | 38 | 43 | 7C | 2A | 17 |
| Octal | 42 | 124 | 45 | 74 | 0 | 70 | 103 | 174 | 52 | 27 |
| Binary | 100010 | 1010100 | 100101 | 111100 | 0 | 111000 | 1000011 | 1111100 | 101010 | 10111 |
Color Harmonies of #225425
Complementary color
Monochromatic Colors of #225425
Black with #225425
Text Example
Text Example
White with #225425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225425; }
p { color: rgb(34,84,37); }
H1.HeaderClassName
{
color: #225425;
}
.AnyTagClassName
{
color: #225425;
}
</style>
background-color css
<style>
a { background-color: #225425; }
a { background-color: rgb(34,84,37); }
div.DivClassName
{
background-color: #225425;
}
.BgClassName
{
background-color: #225425;
}
</style>
border-color css
<style>
span { border-color: #225425; }
span { border-color: rgb(34,84,37); }
td.TdClassName
{
border-color: #225425;
}
.TagClassName
{
border-color: #225425;
}
</style>