Shades of Myrtle #18370B
Tints of Myrtle #18370B
RGB
CMYK
RGB Variations
Color information
#18370B (or 0x18370B) is known color: Myrtle. HEX triplet: 18, 37 and 0B. RGB value is (24,55,11). Sum of RGB (Red+Green+Blue) = 24+55+11=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 55 (21.88% from 255 or 61.11% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 55 - color contains mainly: green. Hex color #18370B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18370B is #E7C8F4. Grayscale: #282828. Windows color (decimal): -15190261 or 735000. OLE color: 735000.
HSL color Cylindrical-coordinate representation of color #18370B: hue angle of 102.27º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18370B is Cyan = 0.56, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 55 | 11 | - |
| CMYK | 0.56 | 0 | 0.8 | 0.78 |
| HSL | 102.27º | 0.67% | 0.13% | - |
| HSV(B) | 102.27º | 0.8% | 0.22% | - |
| XYZ | 1.8 | 2.95 | 0.79 | - |
| YUV | 40.72 | 111.23 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 55 | 11 | 0.56 | 0 | 0.8 | 0.78 | 102.27 | 0.67 | 0.13 |
| Hex | 18 | 37 | B | 38 | 0 | 50 | 4E | 66 | 43 | D |
| Octal | 30 | 67 | 13 | 70 | 0 | 120 | 116 | 146 | 103 | 15 |
| Binary | 11000 | 110111 | 1011 | 111000 | 0 | 1010000 | 1001110 | 1100110 | 1000011 | 1101 |
Color Harmonies of #18370B
Complementary color
Monochromatic Colors of #18370B
Black with #18370B
Text Example
Text Example
White with #18370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18370B; }
p { color: rgb(24,55,11); }
H1.HeaderClassName
{
color: #18370B;
}
.AnyTagClassName
{
color: #18370B;
}
</style>
background-color css
<style>
a { background-color: #18370B; }
a { background-color: rgb(24,55,11); }
div.DivClassName
{
background-color: #18370B;
}
.BgClassName
{
background-color: #18370B;
}
</style>
border-color css
<style>
span { border-color: #18370B; }
span { border-color: rgb(24,55,11); }
td.TdClassName
{
border-color: #18370B;
}
.TagClassName
{
border-color: #18370B;
}
</style>