Shades of Myrtle #24660C
Tints of Myrtle #24660C
RGB
CMYK
RGB Variations
Color information
#24660C (or 0x24660C) is known color: Myrtle. HEX triplet: 24, 66 and 0C. RGB value is (36,102,12). Sum of RGB (Red+Green+Blue) = 36+102+12=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 102 (40.23% from 255 or 68% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 102 - color contains mainly: green. Hex color #24660C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #24660C is #DB99F3. Grayscale: #484848. Windows color (decimal): -14391796 or 812580. OLE color: 812580.
HSL color Cylindrical-coordinate representation of color #24660C: hue angle of 104º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #24660C is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 36 | 102 | 12 | - |
| CMYK | 0.65 | 0 | 0.88 | 0.6 |
| HSL | 104º | 0.79% | 0.22% | - |
| HSV(B) | 104º | 0.88% | 0.4% | - |
| XYZ | 5.55 | 9.9 | 1.97 | - |
| YUV | 72.01 | 94.13 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 102 | 12 | 0.65 | 0 | 0.88 | 0.6 | 104 | 0.79 | 0.22 |
| Hex | 24 | 66 | C | 41 | 0 | 58 | 3C | 68 | 4F | 16 |
| Octal | 44 | 146 | 14 | 101 | 0 | 130 | 74 | 150 | 117 | 26 |
| Binary | 100100 | 1100110 | 1100 | 1000001 | 0 | 1011000 | 111100 | 1101000 | 1001111 | 10110 |
Color Harmonies of #24660C
Complementary color
Monochromatic Colors of #24660C
Black with #24660C
Text Example
Text Example
White with #24660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24660C; }
p { color: rgb(36,102,12); }
H1.HeaderClassName
{
color: #24660C;
}
.AnyTagClassName
{
color: #24660C;
}
</style>
background-color css
<style>
a { background-color: #24660C; }
a { background-color: rgb(36,102,12); }
div.DivClassName
{
background-color: #24660C;
}
.BgClassName
{
background-color: #24660C;
}
</style>
border-color css
<style>
span { border-color: #24660C; }
span { border-color: rgb(36,102,12); }
td.TdClassName
{
border-color: #24660C;
}
.TagClassName
{
border-color: #24660C;
}
</style>