Shades of Myrtle #18400F
Tints of Myrtle #18400F
RGB
CMYK
RGB Variations
Color information
#18400F (or 0x18400F) is known color: Myrtle. HEX triplet: 18, 40 and 0F. RGB value is (24,64,15). Sum of RGB (Red+Green+Blue) = 24+64+15=103 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.30% from 103); Green value is 64 (25.39% from 255 or 62.14% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 64 - color contains mainly: green. Hex color #18400F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18400F is #E7BFF0. Grayscale: #2E2E2E. Windows color (decimal): -15187953 or 999448. OLE color: 999448.
HSL color Cylindrical-coordinate representation of color #18400F: hue angle of 108.98º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18400F is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 64 | 15 | - |
| CMYK | 0.62 | 0 | 0.77 | 0.75 |
| HSL | 108.98º | 0.62% | 0.15% | - |
| HSV(B) | 108.98º | 0.77% | 0.25% | - |
| XYZ | 2.3 | 3.9 | 1.08 | - |
| YUV | 46.45 | 110.25 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 64 | 15 | 0.62 | 0 | 0.77 | 0.75 | 108.98 | 0.62 | 0.15 |
| Hex | 18 | 40 | F | 3E | 0 | 4D | 4B | 6D | 3E | F |
| Octal | 30 | 100 | 17 | 76 | 0 | 115 | 113 | 155 | 76 | 17 |
| Binary | 11000 | 1000000 | 1111 | 111110 | 0 | 1001101 | 1001011 | 1101101 | 111110 | 1111 |
Color Harmonies of #18400F
Complementary color
Monochromatic Colors of #18400F
Black with #18400F
Text Example
Text Example
White with #18400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18400F; }
p { color: rgb(24,64,15); }
H1.HeaderClassName
{
color: #18400F;
}
.AnyTagClassName
{
color: #18400F;
}
</style>
background-color css
<style>
a { background-color: #18400F; }
a { background-color: rgb(24,64,15); }
div.DivClassName
{
background-color: #18400F;
}
.BgClassName
{
background-color: #18400F;
}
</style>
border-color css
<style>
span { border-color: #18400F; }
span { border-color: rgb(24,64,15); }
td.TdClassName
{
border-color: #18400F;
}
.TagClassName
{
border-color: #18400F;
}
</style>