Shades of Myrtle #18610B
Tints of Myrtle #18610B
RGB
CMYK
RGB Variations
Color information
#18610B (or 0x18610B) is known color: Myrtle. HEX triplet: 18, 61 and 0B. RGB value is (24,97,11). Sum of RGB (Red+Green+Blue) = 24+97+11=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 97 (38.28% from 255 or 73.48% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 97 - color contains mainly: green. Hex color #18610B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18610B is #E79EF4. Grayscale: #414141. Windows color (decimal): -15179509 or 745752. OLE color: 745752.
HSL color Cylindrical-coordinate representation of color #18610B: hue angle of 110.93º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18610B is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 97 | 11 | - |
| CMYK | 0.75 | 0 | 0.89 | 0.62 |
| HSL | 110.93º | 0.8% | 0.21% | - |
| HSV(B) | 110.93º | 0.89% | 0.38% | - |
| XYZ | 4.71 | 8.77 | 1.76 | - |
| YUV | 65.37 | 97.32 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 97 | 11 | 0.75 | 0 | 0.89 | 0.62 | 110.93 | 0.8 | 0.21 |
| Hex | 18 | 61 | B | 4B | 0 | 59 | 3E | 6F | 50 | 15 |
| Octal | 30 | 141 | 13 | 113 | 0 | 131 | 76 | 157 | 120 | 25 |
| Binary | 11000 | 1100001 | 1011 | 1001011 | 0 | 1011001 | 111110 | 1101111 | 1010000 | 10101 |
Color Harmonies of #18610B
Complementary color
Monochromatic Colors of #18610B
Black with #18610B
Text Example
Text Example
White with #18610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18610B; }
p { color: rgb(24,97,11); }
H1.HeaderClassName
{
color: #18610B;
}
.AnyTagClassName
{
color: #18610B;
}
</style>
background-color css
<style>
a { background-color: #18610B; }
a { background-color: rgb(24,97,11); }
div.DivClassName
{
background-color: #18610B;
}
.BgClassName
{
background-color: #18610B;
}
</style>
border-color css
<style>
span { border-color: #18610B; }
span { border-color: rgb(24,97,11); }
td.TdClassName
{
border-color: #18610B;
}
.TagClassName
{
border-color: #18610B;
}
</style>