Shades of Myrtle #18400B
Tints of Myrtle #18400B
RGB
CMYK
RGB Variations
Color information
#18400B (or 0x18400B) is known color: Myrtle. HEX triplet: 18, 40 and 0B. RGB value is (24,64,11). Sum of RGB (Red+Green+Blue) = 24+64+11=99 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24.24% from 99); Green value is 64 (25.39% from 255 or 64.65% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 64 - color contains mainly: green. Hex color #18400B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18400B is #E7BFF4. Grayscale: #2E2E2E. Windows color (decimal): -15187957 or 737304. OLE color: 737304.
HSL color Cylindrical-coordinate representation of color #18400B: hue angle of 105.28º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18400B is Cyan = 0.62, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 64 | 11 | - |
| CMYK | 0.62 | 0 | 0.83 | 0.75 |
| HSL | 105.28º | 0.71% | 0.15% | - |
| HSV(B) | 105.28º | 0.83% | 0.25% | - |
| XYZ | 2.27 | 3.89 | 0.95 | - |
| YUV | 46 | 108.25 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 64 | 11 | 0.62 | 0 | 0.83 | 0.75 | 105.28 | 0.71 | 0.15 |
| Hex | 18 | 40 | B | 3E | 0 | 53 | 4B | 69 | 47 | F |
| Octal | 30 | 100 | 13 | 76 | 0 | 123 | 113 | 151 | 107 | 17 |
| Binary | 11000 | 1000000 | 1011 | 111110 | 0 | 1010011 | 1001011 | 1101001 | 1000111 | 1111 |
Color Harmonies of #18400B
Complementary color
Monochromatic Colors of #18400B
Black with #18400B
Text Example
Text Example
White with #18400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18400B; }
p { color: rgb(24,64,11); }
H1.HeaderClassName
{
color: #18400B;
}
.AnyTagClassName
{
color: #18400B;
}
</style>
background-color css
<style>
a { background-color: #18400B; }
a { background-color: rgb(24,64,11); }
div.DivClassName
{
background-color: #18400B;
}
.BgClassName
{
background-color: #18400B;
}
</style>
border-color css
<style>
span { border-color: #18400B; }
span { border-color: rgb(24,64,11); }
td.TdClassName
{
border-color: #18400B;
}
.TagClassName
{
border-color: #18400B;
}
</style>