Shades of Myrtle #24520D
Tints of Myrtle #24520D
RGB
CMYK
RGB Variations
Color information
#24520D (or 0x24520D) is known color: Myrtle. HEX triplet: 24, 52 and 0D. RGB value is (36,82,13). Sum of RGB (Red+Green+Blue) = 36+82+13=131 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.48% from 131); Green value is 82 (32.42% from 255 or 62.60% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 82 - color contains mainly: green. Hex color #24520D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #24520D is #DBADF2. Grayscale: #3C3C3C. Windows color (decimal): -14396915 or 872996. OLE color: 872996.
HSL color Cylindrical-coordinate representation of color #24520D: hue angle of 100º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #24520D is Cyan = 0.56, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 82 | 13 | - |
| CMYK | 0.56 | 0 | 0.84 | 0.68 |
| HSL | 100º | 0.73% | 0.19% | - |
| HSV(B) | 100º | 0.84% | 0.32% | - |
| XYZ | 3.82 | 6.44 | 1.42 | - |
| YUV | 60.38 | 101.26 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 13 | 0.56 | 0 | 0.84 | 0.68 | 100 | 0.73 | 0.19 |
| Hex | 24 | 52 | D | 38 | 0 | 54 | 44 | 64 | 49 | 13 |
| Octal | 44 | 122 | 15 | 70 | 0 | 124 | 104 | 144 | 111 | 23 |
| Binary | 100100 | 1010010 | 1101 | 111000 | 0 | 1010100 | 1000100 | 1100100 | 1001001 | 10011 |
Color Harmonies of #24520D
Complementary color
Monochromatic Colors of #24520D
Black with #24520D
Text Example
Text Example
White with #24520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24520D; }
p { color: rgb(36,82,13); }
H1.HeaderClassName
{
color: #24520D;
}
.AnyTagClassName
{
color: #24520D;
}
</style>
background-color css
<style>
a { background-color: #24520D; }
a { background-color: rgb(36,82,13); }
div.DivClassName
{
background-color: #24520D;
}
.BgClassName
{
background-color: #24520D;
}
</style>
border-color css
<style>
span { border-color: #24520D; }
span { border-color: rgb(36,82,13); }
td.TdClassName
{
border-color: #24520D;
}
.TagClassName
{
border-color: #24520D;
}
</style>