Shades of Myrtle #18510B
Tints of Myrtle #18510B
RGB
CMYK
RGB Variations
Color information
#18510B (or 0x18510B) is known color: Myrtle. HEX triplet: 18, 51 and 0B. RGB value is (24,81,11). Sum of RGB (Red+Green+Blue) = 24+81+11=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 81 (32.03% from 255 or 69.83% from 116); Blue value is 11 (4.69% from 255 or 9.48% from 116); Max value from RGB is 81 - color contains mainly: green. Hex color #18510B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18510B is #E7AEF4. Grayscale: #383838. Windows color (decimal): -15183605 or 741656. OLE color: 741656.
HSL color Cylindrical-coordinate representation of color #18510B: hue angle of 108.86º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18510B is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 24 | 81 | 11 | - |
| CMYK | 0.70 | 0 | 0.86 | 0.68 |
| HSL | 108.86º | 0.76% | 0.18% | - |
| HSV(B) | 108.86º | 0.86% | 0.32% | - |
| XYZ | 3.38 | 6.1 | 1.32 | - |
| YUV | 55.98 | 102.62 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 81 | 11 | 0.70 | 0 | 0.86 | 0.68 | 108.86 | 0.76 | 0.18 |
| Hex | 18 | 51 | B | 46 | 0 | 56 | 44 | 6D | 4C | 12 |
| Octal | 30 | 121 | 13 | 106 | 0 | 126 | 104 | 155 | 114 | 22 |
| Binary | 11000 | 1010001 | 1011 | 1000110 | 0 | 1010110 | 1000100 | 1101101 | 1001100 | 10010 |
Color Harmonies of #18510B
Complementary color
Monochromatic Colors of #18510B
Black with #18510B
Text Example
Text Example
White with #18510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18510B; }
p { color: rgb(24,81,11); }
H1.HeaderClassName
{
color: #18510B;
}
.AnyTagClassName
{
color: #18510B;
}
</style>
background-color css
<style>
a { background-color: #18510B; }
a { background-color: rgb(24,81,11); }
div.DivClassName
{
background-color: #18510B;
}
.BgClassName
{
background-color: #18510B;
}
</style>
border-color css
<style>
span { border-color: #18510B; }
span { border-color: rgb(24,81,11); }
td.TdClassName
{
border-color: #18510B;
}
.TagClassName
{
border-color: #18510B;
}
</style>