Shades of Myrtle #18490D
Tints of Myrtle #18490D
RGB
CMYK
RGB Variations
Color information
#18490D (or 0x18490D) is known color: Myrtle. HEX triplet: 18, 49 and 0D. RGB value is (24,73,13). Sum of RGB (Red+Green+Blue) = 24+73+13=110 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.82% from 110); Green value is 73 (28.91% from 255 or 66.36% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 73 - color contains mainly: green. Hex color #18490D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18490D is #E7B6F2. Grayscale: #333333. Windows color (decimal): -15185651 or 870680. OLE color: 870680.
HSL color Cylindrical-coordinate representation of color #18490D: hue angle of 109º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18490D is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 73 | 13 | - |
| CMYK | 0.67 | 0 | 0.82 | 0.71 |
| HSL | 109º | 0.7% | 0.17% | - |
| HSV(B) | 109º | 0.82% | 0.29% | - |
| XYZ | 2.83 | 4.99 | 1.19 | - |
| YUV | 51.51 | 106.27 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 73 | 13 | 0.67 | 0 | 0.82 | 0.71 | 109 | 0.7 | 0.17 |
| Hex | 18 | 49 | D | 43 | 0 | 52 | 47 | 6D | 46 | 11 |
| Octal | 30 | 111 | 15 | 103 | 0 | 122 | 107 | 155 | 106 | 21 |
| Binary | 11000 | 1001001 | 1101 | 1000011 | 0 | 1010010 | 1000111 | 1101101 | 1000110 | 10001 |
Color Harmonies of #18490D
Complementary color
Monochromatic Colors of #18490D
Black with #18490D
Text Example
Text Example
White with #18490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18490D; }
p { color: rgb(24,73,13); }
H1.HeaderClassName
{
color: #18490D;
}
.AnyTagClassName
{
color: #18490D;
}
</style>
background-color css
<style>
a { background-color: #18490D; }
a { background-color: rgb(24,73,13); }
div.DivClassName
{
background-color: #18490D;
}
.BgClassName
{
background-color: #18490D;
}
</style>
border-color css
<style>
span { border-color: #18490D; }
span { border-color: rgb(24,73,13); }
td.TdClassName
{
border-color: #18490D;
}
.TagClassName
{
border-color: #18490D;
}
</style>