Shades of Myrtle #225024
Tints of Myrtle #225024
RGB
CMYK
RGB Variations
Color information
#225024 (or 0x225024) is known color: Myrtle. HEX triplet: 22, 50 and 24. RGB value is (34,80,36). Sum of RGB (Red+Green+Blue) = 34+80+36=150 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.67% from 150); Green value is 80 (31.64% from 255 or 53.33% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 80 - color contains mainly: green. Hex color #225024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225024 is #DDAFDB. Grayscale: #3D3D3D. Windows color (decimal): -14528476 or 2379810. OLE color: 2379810.
HSL color Cylindrical-coordinate representation of color #225024: hue angle of 122.61º 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 #225024 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 80 | 36 | - |
| CMYK | 0.58 | 0 | 0.55 | 0.69 |
| HSL | 122.61º | 0.4% | 0.22% | - |
| HSV(B) | 122.61º | 0.58% | 0.31% | - |
| XYZ | 3.85 | 6.2 | 2.66 | - |
| YUV | 61.23 | 113.76 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 80 | 36 | 0.58 | 0 | 0.55 | 0.69 | 122.61 | 0.4 | 0.22 |
| Hex | 22 | 50 | 24 | 3A | 0 | 37 | 45 | 7B | 28 | 16 |
| Octal | 42 | 120 | 44 | 72 | 0 | 67 | 105 | 173 | 50 | 26 |
| Binary | 100010 | 1010000 | 100100 | 111010 | 0 | 110111 | 1000101 | 1111011 | 101000 | 10110 |
Color Harmonies of #225024
Complementary color
Monochromatic Colors of #225024
Black with #225024
Text Example
Text Example
White with #225024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225024; }
p { color: rgb(34,80,36); }
H1.HeaderClassName
{
color: #225024;
}
.AnyTagClassName
{
color: #225024;
}
</style>
background-color css
<style>
a { background-color: #225024; }
a { background-color: rgb(34,80,36); }
div.DivClassName
{
background-color: #225024;
}
.BgClassName
{
background-color: #225024;
}
</style>
border-color css
<style>
span { border-color: #225024; }
span { border-color: rgb(34,80,36); }
td.TdClassName
{
border-color: #225024;
}
.TagClassName
{
border-color: #225024;
}
</style>