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