Shades of Myrtle #18590B
Tints of Myrtle #18590B
RGB
CMYK
RGB Variations
Color information
#18590B (or 0x18590B) is known color: Myrtle. HEX triplet: 18, 59 and 0B. RGB value is (24,89,11). Sum of RGB (Red+Green+Blue) = 24+89+11=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 89 (35.16% from 255 or 71.77% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 89 - color contains mainly: green. Hex color #18590B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18590B is #E7A6F4. Grayscale: #3C3C3C. Windows color (decimal): -15181557 or 743704. OLE color: 743704.
HSL color Cylindrical-coordinate representation of color #18590B: hue angle of 110º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18590B is Cyan = 0.73, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 24 | 89 | 11 | - |
| CMYK | 0.73 | 0 | 0.88 | 0.65 |
| HSL | 110º | 0.78% | 0.2% | - |
| HSV(B) | 110º | 0.88% | 0.35% | - |
| XYZ | 4.01 | 7.36 | 1.53 | - |
| YUV | 60.67 | 99.97 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 89 | 11 | 0.73 | 0 | 0.88 | 0.65 | 110 | 0.78 | 0.2 |
| Hex | 18 | 59 | B | 49 | 0 | 58 | 41 | 6E | 4E | 14 |
| Octal | 30 | 131 | 13 | 111 | 0 | 130 | 101 | 156 | 116 | 24 |
| Binary | 11000 | 1011001 | 1011 | 1001001 | 0 | 1011000 | 1000001 | 1101110 | 1001110 | 10100 |
Color Harmonies of #18590B
Complementary color
Monochromatic Colors of #18590B
Black with #18590B
Text Example
Text Example
White with #18590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18590B; }
p { color: rgb(24,89,11); }
H1.HeaderClassName
{
color: #18590B;
}
.AnyTagClassName
{
color: #18590B;
}
</style>
background-color css
<style>
a { background-color: #18590B; }
a { background-color: rgb(24,89,11); }
div.DivClassName
{
background-color: #18590B;
}
.BgClassName
{
background-color: #18590B;
}
</style>
border-color css
<style>
span { border-color: #18590B; }
span { border-color: rgb(24,89,11); }
td.TdClassName
{
border-color: #18590B;
}
.TagClassName
{
border-color: #18590B;
}
</style>