Shades of Myrtle #24411D
Tints of Myrtle #24411D
RGB
CMYK
RGB Variations
Color information
#24411D (or 0x24411D) is known color: Myrtle. HEX triplet: 24, 41 and 1D. RGB value is (36,65,29). Sum of RGB (Red+Green+Blue) = 36+65+29=130 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.69% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #24411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24411D is #DBBEE2. Grayscale: #343434. Windows color (decimal): -14401251 or 1917220. OLE color: 1917220.
HSL color Cylindrical-coordinate representation of color #24411D: hue angle of 108.33º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #24411D is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 65 | 29 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.75 |
| HSL | 108.33º | 0.38% | 0.18% | - |
| HSV(B) | 108.33º | 0.55% | 0.25% | - |
| XYZ | 2.84 | 4.24 | 1.83 | - |
| YUV | 52.23 | 114.89 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 65 | 29 | 0.45 | 0 | 0.55 | 0.75 | 108.33 | 0.38 | 0.18 |
| Hex | 24 | 41 | 1D | 2D | 0 | 37 | 4B | 6C | 26 | 12 |
| Octal | 44 | 101 | 35 | 55 | 0 | 67 | 113 | 154 | 46 | 22 |
| Binary | 100100 | 1000001 | 11101 | 101101 | 0 | 110111 | 1001011 | 1101100 | 100110 | 10010 |
Color Harmonies of #24411D
Complementary color
Monochromatic Colors of #24411D
Black with #24411D
Text Example
Text Example
White with #24411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24411D; }
p { color: rgb(36,65,29); }
H1.HeaderClassName
{
color: #24411D;
}
.AnyTagClassName
{
color: #24411D;
}
</style>
background-color css
<style>
a { background-color: #24411D; }
a { background-color: rgb(36,65,29); }
div.DivClassName
{
background-color: #24411D;
}
.BgClassName
{
background-color: #24411D;
}
</style>
border-color css
<style>
span { border-color: #24411D; }
span { border-color: rgb(36,65,29); }
td.TdClassName
{
border-color: #24411D;
}
.TagClassName
{
border-color: #24411D;
}
</style>