Shades of Myrtle #18491D
Tints of Myrtle #18491D
RGB
CMYK
RGB Variations
Color information
#18491D (or 0x18491D) is known color: Myrtle. HEX triplet: 18, 49 and 1D. RGB value is (24,73,29). Sum of RGB (Red+Green+Blue) = 24+73+29=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 73 (28.91% from 255 or 57.94% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 73 - color contains mainly: green. Hex color #18491D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18491D is #E7B6E2. Grayscale: #353535. Windows color (decimal): -15185635 or 1919256. OLE color: 1919256.
HSL color Cylindrical-coordinate representation of color #18491D: hue angle of 126.12º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #18491D is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 73 | 29 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.71 |
| HSL | 126.12º | 0.51% | 0.19% | - |
| HSV(B) | 126.12º | 0.67% | 0.29% | - |
| XYZ | 2.98 | 5.05 | 1.98 | - |
| YUV | 53.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 73 | 29 | 0.67 | 0 | 0.60 | 0.71 | 126.12 | 0.51 | 0.19 |
| Hex | 18 | 49 | 1D | 43 | 0 | 3C | 47 | 7E | 33 | 13 |
| Octal | 30 | 111 | 35 | 103 | 0 | 74 | 107 | 176 | 63 | 23 |
| Binary | 11000 | 1001001 | 11101 | 1000011 | 0 | 111100 | 1000111 | 1111110 | 110011 | 10011 |
Color Harmonies of #18491D
Complementary color
Monochromatic Colors of #18491D
Black with #18491D
Text Example
Text Example
White with #18491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18491D; }
p { color: rgb(24,73,29); }
H1.HeaderClassName
{
color: #18491D;
}
.AnyTagClassName
{
color: #18491D;
}
</style>
background-color css
<style>
a { background-color: #18491D; }
a { background-color: rgb(24,73,29); }
div.DivClassName
{
background-color: #18491D;
}
.BgClassName
{
background-color: #18491D;
}
</style>
border-color css
<style>
span { border-color: #18491D; }
span { border-color: rgb(24,73,29); }
td.TdClassName
{
border-color: #18491D;
}
.TagClassName
{
border-color: #18491D;
}
</style>