Shades of Myrtle #18400E
Tints of Myrtle #18400E
RGB
CMYK
RGB Variations
Color information
#18400E (or 0x18400E) is known color: Myrtle. HEX triplet: 18, 40 and 0E. RGB value is (24,64,14). Sum of RGB (Red+Green+Blue) = 24+64+14=102 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.53% from 102); Green value is 64 (25.39% from 255 or 62.75% from 102); Blue value is 14 (5.86% from 255 or 13.73% from 102); Max value from RGB is 64 - color contains mainly: green. Hex color #18400E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18400E is #E7BFF1. Grayscale: #2E2E2E. Windows color (decimal): -15187954 or 933912. OLE color: 933912.
HSL color Cylindrical-coordinate representation of color #18400E: hue angle of 108º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18400E is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 64 | 14 | - |
| CMYK | 0.62 | 0 | 0.78 | 0.75 |
| HSL | 108º | 0.64% | 0.15% | - |
| HSV(B) | 108º | 0.78% | 0.25% | - |
| XYZ | 2.29 | 3.89 | 1.05 | - |
| YUV | 46.34 | 109.75 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 64 | 14 | 0.62 | 0 | 0.78 | 0.75 | 108 | 0.64 | 0.15 |
| Hex | 18 | 40 | E | 3E | 0 | 4E | 4B | 6C | 40 | F |
| Octal | 30 | 100 | 16 | 76 | 0 | 116 | 113 | 154 | 100 | 17 |
| Binary | 11000 | 1000000 | 1110 | 111110 | 0 | 1001110 | 1001011 | 1101100 | 1000000 | 1111 |
Color Harmonies of #18400E
Complementary color
Monochromatic Colors of #18400E
Black with #18400E
Text Example
Text Example
White with #18400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18400E; }
p { color: rgb(24,64,14); }
H1.HeaderClassName
{
color: #18400E;
}
.AnyTagClassName
{
color: #18400E;
}
</style>
background-color css
<style>
a { background-color: #18400E; }
a { background-color: rgb(24,64,14); }
div.DivClassName
{
background-color: #18400E;
}
.BgClassName
{
background-color: #18400E;
}
</style>
border-color css
<style>
span { border-color: #18400E; }
span { border-color: rgb(24,64,14); }
td.TdClassName
{
border-color: #18400E;
}
.TagClassName
{
border-color: #18400E;
}
</style>