Shades of Myrtle #24550B
Tints of Myrtle #24550B
RGB
CMYK
RGB Variations
Color information
#24550B (or 0x24550B) is known color: Myrtle. HEX triplet: 24, 55 and 0B. RGB value is (36,85,11). Sum of RGB (Red+Green+Blue) = 36+85+11=132 (17% of max value = 765). Red value is 36 (14.45% from 255 or 27.27% from 132); Green value is 85 (33.59% from 255 or 64.39% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 85 - color contains mainly: green. Hex color #24550B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #24550B is #DBAAF4. Grayscale: #3E3E3E. Windows color (decimal): -14396149 or 742692. OLE color: 742692.
HSL color Cylindrical-coordinate representation of color #24550B: hue angle of 99.73º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #24550B is Cyan = 0.58, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 85 | 11 | - |
| CMYK | 0.58 | 0 | 0.87 | 0.67 |
| HSL | 99.73º | 0.77% | 0.19% | - |
| HSV(B) | 99.73º | 0.87% | 0.33% | - |
| XYZ | 4.04 | 6.9 | 1.43 | - |
| YUV | 61.91 | 99.27 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 11 | 0.58 | 0 | 0.87 | 0.67 | 99.73 | 0.77 | 0.19 |
| Hex | 24 | 55 | B | 3A | 0 | 57 | 43 | 64 | 4D | 13 |
| Octal | 44 | 125 | 13 | 72 | 0 | 127 | 103 | 144 | 115 | 23 |
| Binary | 100100 | 1010101 | 1011 | 111010 | 0 | 1010111 | 1000011 | 1100100 | 1001101 | 10011 |
Color Harmonies of #24550B
Complementary color
Monochromatic Colors of #24550B
Black with #24550B
Text Example
Text Example
White with #24550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24550B; }
p { color: rgb(36,85,11); }
H1.HeaderClassName
{
color: #24550B;
}
.AnyTagClassName
{
color: #24550B;
}
</style>
background-color css
<style>
a { background-color: #24550B; }
a { background-color: rgb(36,85,11); }
div.DivClassName
{
background-color: #24550B;
}
.BgClassName
{
background-color: #24550B;
}
</style>
border-color css
<style>
span { border-color: #24550B; }
span { border-color: rgb(36,85,11); }
td.TdClassName
{
border-color: #24550B;
}
.TagClassName
{
border-color: #24550B;
}
</style>