Shades of Myrtle #18600D
Tints of Myrtle #18600D
RGB
CMYK
RGB Variations
Color information
#18600D (or 0x18600D) is known color: Myrtle. HEX triplet: 18, 60 and 0D. RGB value is (24,96,13). Sum of RGB (Red+Green+Blue) = 24+96+13=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 96 (37.89% from 255 or 72.18% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 96 - color contains mainly: green. Hex color #18600D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18600D is #E79FF2. Grayscale: #414141. Windows color (decimal): -15179763 or 876568. OLE color: 876568.
HSL color Cylindrical-coordinate representation of color #18600D: hue angle of 112.05º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18600D is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 96 | 13 | - |
| CMYK | 0.75 | 0 | 0.86 | 0.62 |
| HSL | 112.05º | 0.76% | 0.21% | - |
| HSV(B) | 112.05º | 0.86% | 0.38% | - |
| XYZ | 4.63 | 8.59 | 1.79 | - |
| YUV | 65.01 | 98.65 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 96 | 13 | 0.75 | 0 | 0.86 | 0.62 | 112.05 | 0.76 | 0.21 |
| Hex | 18 | 60 | D | 4B | 0 | 56 | 3E | 70 | 4C | 15 |
| Octal | 30 | 140 | 15 | 113 | 0 | 126 | 76 | 160 | 114 | 25 |
| Binary | 11000 | 1100000 | 1101 | 1001011 | 0 | 1010110 | 111110 | 1110000 | 1001100 | 10101 |
Color Harmonies of #18600D
Complementary color
Monochromatic Colors of #18600D
Black with #18600D
Text Example
Text Example
White with #18600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18600D; }
p { color: rgb(24,96,13); }
H1.HeaderClassName
{
color: #18600D;
}
.AnyTagClassName
{
color: #18600D;
}
</style>
background-color css
<style>
a { background-color: #18600D; }
a { background-color: rgb(24,96,13); }
div.DivClassName
{
background-color: #18600D;
}
.BgClassName
{
background-color: #18600D;
}
</style>
border-color css
<style>
span { border-color: #18600D; }
span { border-color: rgb(24,96,13); }
td.TdClassName
{
border-color: #18600D;
}
.TagClassName
{
border-color: #18600D;
}
</style>