Shades of Myrtle #245522
Tints of Myrtle #245522
RGB
CMYK
RGB Variations
Color information
#245522 (or 0x245522) is known color: Myrtle. HEX triplet: 24, 55 and 22. RGB value is (36,85,34). Sum of RGB (Red+Green+Blue) = 36+85+34=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #245522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245522 is #DBAADD. Grayscale: #404040. Windows color (decimal): -14396126 or 2250020. OLE color: 2250020.
HSL color Cylindrical-coordinate representation of color #245522: hue angle of 117.65º degrees, saturation: 0.43, 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 #245522 is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 85 | 34 | - |
| CMYK | 0.58 | 0 | 0.60 | 0.67 |
| HSL | 117.65º | 0.43% | 0.23% | - |
| HSV(B) | 117.65º | 0.6% | 0.33% | - |
| XYZ | 4.26 | 6.99 | 2.64 | - |
| YUV | 64.54 | 110.77 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 34 | 0.58 | 0 | 0.60 | 0.67 | 117.65 | 0.43 | 0.23 |
| Hex | 24 | 55 | 22 | 3A | 0 | 3C | 43 | 76 | 2B | 17 |
| Octal | 44 | 125 | 42 | 72 | 0 | 74 | 103 | 166 | 53 | 27 |
| Binary | 100100 | 1010101 | 100010 | 111010 | 0 | 111100 | 1000011 | 1110110 | 101011 | 10111 |
Color Harmonies of #245522
Complementary color
Monochromatic Colors of #245522
Black with #245522
Text Example
Text Example
White with #245522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245522; }
p { color: rgb(36,85,34); }
H1.HeaderClassName
{
color: #245522;
}
.AnyTagClassName
{
color: #245522;
}
</style>
background-color css
<style>
a { background-color: #245522; }
a { background-color: rgb(36,85,34); }
div.DivClassName
{
background-color: #245522;
}
.BgClassName
{
background-color: #245522;
}
</style>
border-color css
<style>
span { border-color: #245522; }
span { border-color: rgb(36,85,34); }
td.TdClassName
{
border-color: #245522;
}
.TagClassName
{
border-color: #245522;
}
</style>