Shades of Myrtle #18491B
Tints of Myrtle #18491B
RGB
CMYK
RGB Variations
Color information
#18491B (or 0x18491B) is known color: Myrtle. HEX triplet: 18, 49 and 1B. RGB value is (24,73,27). Sum of RGB (Red+Green+Blue) = 24+73+27=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 73 (28.91% from 255 or 58.87% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 73 - color contains mainly: green. Hex color #18491B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18491B is #E7B6E4. Grayscale: #353535. Windows color (decimal): -15185637 or 1788184. OLE color: 1788184.
HSL color Cylindrical-coordinate representation of color #18491B: hue angle of 123.67º 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 #18491B is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 73 | 27 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.71 |
| HSL | 123.67º | 0.51% | 0.19% | - |
| HSV(B) | 123.67º | 0.67% | 0.29% | - |
| XYZ | 2.96 | 5.04 | 1.85 | - |
| YUV | 53.11 | 113.27 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 73 | 27 | 0.67 | 0 | 0.63 | 0.71 | 123.67 | 0.51 | 0.19 |
| Hex | 18 | 49 | 1B | 43 | 0 | 3F | 47 | 7C | 33 | 13 |
| Octal | 30 | 111 | 33 | 103 | 0 | 77 | 107 | 174 | 63 | 23 |
| Binary | 11000 | 1001001 | 11011 | 1000011 | 0 | 111111 | 1000111 | 1111100 | 110011 | 10011 |
Color Harmonies of #18491B
Complementary color
Monochromatic Colors of #18491B
Black with #18491B
Text Example
Text Example
White with #18491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18491B; }
p { color: rgb(24,73,27); }
H1.HeaderClassName
{
color: #18491B;
}
.AnyTagClassName
{
color: #18491B;
}
</style>
background-color css
<style>
a { background-color: #18491B; }
a { background-color: rgb(24,73,27); }
div.DivClassName
{
background-color: #18491B;
}
.BgClassName
{
background-color: #18491B;
}
</style>
border-color css
<style>
span { border-color: #18491B; }
span { border-color: rgb(24,73,27); }
td.TdClassName
{
border-color: #18491B;
}
.TagClassName
{
border-color: #18491B;
}
</style>