Shades of Myrtle #244220
Tints of Myrtle #244220
RGB
CMYK
RGB Variations
Color information
#244220 (or 0x244220) is known color: Myrtle. HEX triplet: 24, 42 and 20. RGB value is (36,66,32). Sum of RGB (Red+Green+Blue) = 36+66+32=134 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.87% from 134); Green value is 66 (26.17% from 255 or 49.25% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 66 - color contains mainly: green. Hex color #244220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244220 is #DBBDDF. Grayscale: #353535. Windows color (decimal): -14400992 or 2114084. OLE color: 2114084.
HSL color Cylindrical-coordinate representation of color #244220: hue angle of 112.94º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #244220 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 36 | 66 | 32 | - |
| CMYK | 0.45 | 0 | 0.52 | 0.74 |
| HSL | 112.94º | 0.35% | 0.19% | - |
| HSV(B) | 112.94º | 0.52% | 0.26% | - |
| XYZ | 2.94 | 4.38 | 2.06 | - |
| YUV | 53.15 | 116.06 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 66 | 32 | 0.45 | 0 | 0.52 | 0.74 | 112.94 | 0.35 | 0.19 |
| Hex | 24 | 42 | 20 | 2D | 0 | 34 | 4A | 71 | 23 | 13 |
| Octal | 44 | 102 | 40 | 55 | 0 | 64 | 112 | 161 | 43 | 23 |
| Binary | 100100 | 1000010 | 100000 | 101101 | 0 | 110100 | 1001010 | 1110001 | 100011 | 10011 |
Color Harmonies of #244220
Complementary color
Monochromatic Colors of #244220
Black with #244220
Text Example
Text Example
White with #244220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244220; }
p { color: rgb(36,66,32); }
H1.HeaderClassName
{
color: #244220;
}
.AnyTagClassName
{
color: #244220;
}
</style>
background-color css
<style>
a { background-color: #244220; }
a { background-color: rgb(36,66,32); }
div.DivClassName
{
background-color: #244220;
}
.BgClassName
{
background-color: #244220;
}
</style>
border-color css
<style>
span { border-color: #244220; }
span { border-color: rgb(36,66,32); }
td.TdClassName
{
border-color: #244220;
}
.TagClassName
{
border-color: #244220;
}
</style>