Shades of Myrtle #24470A
Tints of Myrtle #24470A
RGB
CMYK
RGB Variations
Color information
#24470A (or 0x24470A) is known color: Myrtle. HEX triplet: 24, 47 and 0A. RGB value is (36,71,10). Sum of RGB (Red+Green+Blue) = 36+71+10=117 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.77% from 117); Green value is 71 (28.12% from 255 or 60.68% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 71 - color contains mainly: green. Hex color #24470A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #24470A is #DBB8F5. Grayscale: #353535. Windows color (decimal): -14399734 or 673572. OLE color: 673572.
HSL color Cylindrical-coordinate representation of color #24470A: hue angle of 94.43º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24470A is Cyan = 0.49, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 36 | 71 | 10 | - |
| CMYK | 0.49 | 0 | 0.86 | 0.72 |
| HSL | 94.43º | 0.75% | 0.16% | - |
| HSV(B) | 94.43º | 0.86% | 0.28% | - |
| XYZ | 3.04 | 4.9 | 1.07 | - |
| YUV | 53.58 | 103.4 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 71 | 10 | 0.49 | 0 | 0.86 | 0.72 | 94.43 | 0.75 | 0.16 |
| Hex | 24 | 47 | A | 31 | 0 | 56 | 48 | 5E | 4B | 10 |
| Octal | 44 | 107 | 12 | 61 | 0 | 126 | 110 | 136 | 113 | 20 |
| Binary | 100100 | 1000111 | 1010 | 110001 | 0 | 1010110 | 1001000 | 1011110 | 1001011 | 10000 |
Color Harmonies of #24470A
Complementary color
Monochromatic Colors of #24470A
Black with #24470A
Text Example
Text Example
White with #24470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24470A; }
p { color: rgb(36,71,10); }
H1.HeaderClassName
{
color: #24470A;
}
.AnyTagClassName
{
color: #24470A;
}
</style>
background-color css
<style>
a { background-color: #24470A; }
a { background-color: rgb(36,71,10); }
div.DivClassName
{
background-color: #24470A;
}
.BgClassName
{
background-color: #24470A;
}
</style>
border-color css
<style>
span { border-color: #24470A; }
span { border-color: rgb(36,71,10); }
td.TdClassName
{
border-color: #24470A;
}
.TagClassName
{
border-color: #24470A;
}
</style>