Shades of Myrtle #24421D
Tints of Myrtle #24421D
RGB
CMYK
RGB Variations
Color information
#24421D (or 0x24421D) is known color: Myrtle. HEX triplet: 24, 42 and 1D. RGB value is (36,66,29). Sum of RGB (Red+Green+Blue) = 36+66+29=131 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.48% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #24421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24421D is #DBBDE2. Grayscale: #343434. Windows color (decimal): -14400995 or 1917476. OLE color: 1917476.
HSL color Cylindrical-coordinate representation of color #24421D: hue angle of 108.65º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #24421D is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 36 | 66 | 29 | - |
| CMYK | 0.45 | 0 | 0.56 | 0.74 |
| HSL | 108.65º | 0.39% | 0.19% | - |
| HSV(B) | 108.65º | 0.56% | 0.26% | - |
| XYZ | 2.9 | 4.36 | 1.85 | - |
| YUV | 52.81 | 114.56 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 66 | 29 | 0.45 | 0 | 0.56 | 0.74 | 108.65 | 0.39 | 0.19 |
| Hex | 24 | 42 | 1D | 2D | 0 | 38 | 4A | 6D | 27 | 13 |
| Octal | 44 | 102 | 35 | 55 | 0 | 70 | 112 | 155 | 47 | 23 |
| Binary | 100100 | 1000010 | 11101 | 101101 | 0 | 111000 | 1001010 | 1101101 | 100111 | 10011 |
Color Harmonies of #24421D
Complementary color
Monochromatic Colors of #24421D
Black with #24421D
Text Example
Text Example
White with #24421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24421D; }
p { color: rgb(36,66,29); }
H1.HeaderClassName
{
color: #24421D;
}
.AnyTagClassName
{
color: #24421D;
}
</style>
background-color css
<style>
a { background-color: #24421D; }
a { background-color: rgb(36,66,29); }
div.DivClassName
{
background-color: #24421D;
}
.BgClassName
{
background-color: #24421D;
}
</style>
border-color css
<style>
span { border-color: #24421D; }
span { border-color: rgb(36,66,29); }
td.TdClassName
{
border-color: #24421D;
}
.TagClassName
{
border-color: #24421D;
}
</style>