Shades of Myrtle #18350D
Tints of Myrtle #18350D
RGB
CMYK
RGB Variations
Color information
#18350D (or 0x18350D) is known color: Myrtle. HEX triplet: 18, 35 and 0D. RGB value is (24,53,13). Sum of RGB (Red+Green+Blue) = 24+53+13=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 53 (21.09% from 255 or 58.89% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 53 - color contains mainly: green. Hex color #18350D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18350D is #E7CAF2. Grayscale: #272727. Windows color (decimal): -15190771 or 865560. OLE color: 865560.
HSL color Cylindrical-coordinate representation of color #18350D: hue angle of 103.5º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18350D is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 24 | 53 | 13 | - |
| CMYK | 0.55 | 0 | 0.75 | 0.79 |
| HSL | 103.5º | 0.61% | 0.13% | - |
| HSV(B) | 103.5º | 0.75% | 0.21% | - |
| XYZ | 1.72 | 2.77 | 0.82 | - |
| YUV | 39.77 | 112.89 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 13 | 0.55 | 0 | 0.75 | 0.79 | 103.5 | 0.61 | 0.13 |
| Hex | 18 | 35 | D | 37 | 0 | 4B | 4F | 68 | 3D | D |
| Octal | 30 | 65 | 15 | 67 | 0 | 113 | 117 | 150 | 75 | 15 |
| Binary | 11000 | 110101 | 1101 | 110111 | 0 | 1001011 | 1001111 | 1101000 | 111101 | 1101 |
Color Harmonies of #18350D
Complementary color
Monochromatic Colors of #18350D
Black with #18350D
Text Example
Text Example
White with #18350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18350D; }
p { color: rgb(24,53,13); }
H1.HeaderClassName
{
color: #18350D;
}
.AnyTagClassName
{
color: #18350D;
}
</style>
background-color css
<style>
a { background-color: #18350D; }
a { background-color: rgb(24,53,13); }
div.DivClassName
{
background-color: #18350D;
}
.BgClassName
{
background-color: #18350D;
}
</style>
border-color css
<style>
span { border-color: #18350D; }
span { border-color: rgb(24,53,13); }
td.TdClassName
{
border-color: #18350D;
}
.TagClassName
{
border-color: #18350D;
}
</style>