Shades of Myrtle #24520A
Tints of Myrtle #24520A
RGB
CMYK
RGB Variations
Color information
#24520A (or 0x24520A) is known color: Myrtle. HEX triplet: 24, 52 and 0A. RGB value is (36,82,10). Sum of RGB (Red+Green+Blue) = 36+82+10=128 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.12% from 128); Green value is 82 (32.42% from 255 or 64.06% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 82 - color contains mainly: green. Hex color #24520A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #24520A is #DBADF5. Grayscale: #3C3C3C. Windows color (decimal): -14396918 or 676388. OLE color: 676388.
HSL color Cylindrical-coordinate representation of color #24520A: hue angle of 98.33º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #24520A is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 82 | 10 | - |
| CMYK | 0.56 | 0 | 0.88 | 0.68 |
| HSL | 98.33º | 0.78% | 0.18% | - |
| HSV(B) | 98.33º | 0.88% | 0.32% | - |
| XYZ | 3.8 | 6.43 | 1.33 | - |
| YUV | 60.04 | 99.76 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 10 | 0.56 | 0 | 0.88 | 0.68 | 98.33 | 0.78 | 0.18 |
| Hex | 24 | 52 | A | 38 | 0 | 58 | 44 | 62 | 4E | 12 |
| Octal | 44 | 122 | 12 | 70 | 0 | 130 | 104 | 142 | 116 | 22 |
| Binary | 100100 | 1010010 | 1010 | 111000 | 0 | 1011000 | 1000100 | 1100010 | 1001110 | 10010 |
Color Harmonies of #24520A
Complementary color
Monochromatic Colors of #24520A
Black with #24520A
Text Example
Text Example
White with #24520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24520A; }
p { color: rgb(36,82,10); }
H1.HeaderClassName
{
color: #24520A;
}
.AnyTagClassName
{
color: #24520A;
}
</style>
background-color css
<style>
a { background-color: #24520A; }
a { background-color: rgb(36,82,10); }
div.DivClassName
{
background-color: #24520A;
}
.BgClassName
{
background-color: #24520A;
}
</style>
border-color css
<style>
span { border-color: #24520A; }
span { border-color: rgb(36,82,10); }
td.TdClassName
{
border-color: #24520A;
}
.TagClassName
{
border-color: #24520A;
}
</style>