Shades of Myrtle #18550B
Tints of Myrtle #18550B
RGB
CMYK
RGB Variations
Color information
#18550B (or 0x18550B) is known color: Myrtle. HEX triplet: 18, 55 and 0B. RGB value is (24,85,11). Sum of RGB (Red+Green+Blue) = 24+85+11=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 85 (33.59% from 255 or 70.83% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 85 - color contains mainly: green. Hex color #18550B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18550B is #E7AAF4. Grayscale: #3A3A3A. Windows color (decimal): -15182581 or 742680. OLE color: 742680.
HSL color Cylindrical-coordinate representation of color #18550B: hue angle of 109.46º 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 #18550B is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 85 | 11 | - |
| CMYK | 0.72 | 0 | 0.87 | 0.67 |
| HSL | 109.46º | 0.77% | 0.19% | - |
| HSV(B) | 109.46º | 0.87% | 0.33% | - |
| XYZ | 3.69 | 6.72 | 1.42 | - |
| YUV | 58.33 | 101.29 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 85 | 11 | 0.72 | 0 | 0.87 | 0.67 | 109.46 | 0.77 | 0.19 |
| Hex | 18 | 55 | B | 48 | 0 | 57 | 43 | 6D | 4D | 13 |
| Octal | 30 | 125 | 13 | 110 | 0 | 127 | 103 | 155 | 115 | 23 |
| Binary | 11000 | 1010101 | 1011 | 1001000 | 0 | 1010111 | 1000011 | 1101101 | 1001101 | 10011 |
Color Harmonies of #18550B
Complementary color
Monochromatic Colors of #18550B
Black with #18550B
Text Example
Text Example
White with #18550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18550B; }
p { color: rgb(24,85,11); }
H1.HeaderClassName
{
color: #18550B;
}
.AnyTagClassName
{
color: #18550B;
}
</style>
background-color css
<style>
a { background-color: #18550B; }
a { background-color: rgb(24,85,11); }
div.DivClassName
{
background-color: #18550B;
}
.BgClassName
{
background-color: #18550B;
}
</style>
border-color css
<style>
span { border-color: #18550B; }
span { border-color: rgb(24,85,11); }
td.TdClassName
{
border-color: #18550B;
}
.TagClassName
{
border-color: #18550B;
}
</style>