Shades of Myrtle #24460A
Tints of Myrtle #24460A
RGB
CMYK
RGB Variations
Color information
#24460A (or 0x24460A) is known color: Myrtle. HEX triplet: 24, 46 and 0A. RGB value is (36,70,10). Sum of RGB (Red+Green+Blue) = 36+70+10=116 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.03% from 116); Green value is 70 (27.73% from 255 or 60.34% from 116); Blue value is 10 (4.30% from 255 or 8.62% from 116); Max value from RGB is 70 - color contains mainly: green. Hex color #24460A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24460A is #DBB9F5. Grayscale: #353535. Windows color (decimal): -14399990 or 673316. OLE color: 673316.
HSL color Cylindrical-coordinate representation of color #24460A: hue angle of 94º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24460A is Cyan = 0.49, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 36 | 70 | 10 | - |
| CMYK | 0.49 | 0 | 0.86 | 0.73 |
| HSL | 94º | 0.75% | 0.16% | - |
| HSV(B) | 94º | 0.86% | 0.27% | - |
| XYZ | 2.97 | 4.78 | 1.05 | - |
| YUV | 52.99 | 103.74 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 70 | 10 | 0.49 | 0 | 0.86 | 0.73 | 94 | 0.75 | 0.16 |
| Hex | 24 | 46 | A | 31 | 0 | 56 | 49 | 5E | 4B | 10 |
| Octal | 44 | 106 | 12 | 61 | 0 | 126 | 111 | 136 | 113 | 20 |
| Binary | 100100 | 1000110 | 1010 | 110001 | 0 | 1010110 | 1001001 | 1011110 | 1001011 | 10000 |
Color Harmonies of #24460A
Complementary color
Monochromatic Colors of #24460A
Black with #24460A
Text Example
Text Example
White with #24460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24460A; }
p { color: rgb(36,70,10); }
H1.HeaderClassName
{
color: #24460A;
}
.AnyTagClassName
{
color: #24460A;
}
</style>
background-color css
<style>
a { background-color: #24460A; }
a { background-color: rgb(36,70,10); }
div.DivClassName
{
background-color: #24460A;
}
.BgClassName
{
background-color: #24460A;
}
</style>
border-color css
<style>
span { border-color: #24460A; }
span { border-color: rgb(36,70,10); }
td.TdClassName
{
border-color: #24460A;
}
.TagClassName
{
border-color: #24460A;
}
</style>