Shades of Myrtle #18650F
Tints of Myrtle #18650F
RGB
CMYK
RGB Variations
Color information
#18650F (or 0x18650F) is known color: Myrtle. HEX triplet: 18, 65 and 0F. RGB value is (24,101,15). Sum of RGB (Red+Green+Blue) = 24+101+15=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 101 (39.84% from 255 or 72.14% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 101 - color contains mainly: green. Hex color #18650F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18650F is #E79AF0. Grayscale: #444444. Windows color (decimal): -15178481 or 1008920. OLE color: 1008920.
HSL color Cylindrical-coordinate representation of color #18650F: hue angle of 113.72º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18650F is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 101 | 15 | - |
| CMYK | 0.76 | 0 | 0.85 | 0.60 |
| HSL | 113.72º | 0.74% | 0.23% | - |
| HSV(B) | 113.72º | 0.85% | 0.4% | - |
| XYZ | 5.12 | 9.54 | 2.02 | - |
| YUV | 68.17 | 97.99 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 101 | 15 | 0.76 | 0 | 0.85 | 0.60 | 113.72 | 0.74 | 0.23 |
| Hex | 18 | 65 | F | 4C | 0 | 55 | 3C | 72 | 4A | 17 |
| Octal | 30 | 145 | 17 | 114 | 0 | 125 | 74 | 162 | 112 | 27 |
| Binary | 11000 | 1100101 | 1111 | 1001100 | 0 | 1010101 | 111100 | 1110010 | 1001010 | 10111 |
Color Harmonies of #18650F
Complementary color
Monochromatic Colors of #18650F
Black with #18650F
Text Example
Text Example
White with #18650F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18650F; }
p { color: rgb(24,101,15); }
H1.HeaderClassName
{
color: #18650F;
}
.AnyTagClassName
{
color: #18650F;
}
</style>
background-color css
<style>
a { background-color: #18650F; }
a { background-color: rgb(24,101,15); }
div.DivClassName
{
background-color: #18650F;
}
.BgClassName
{
background-color: #18650F;
}
</style>
border-color css
<style>
span { border-color: #18650F; }
span { border-color: rgb(24,101,15); }
td.TdClassName
{
border-color: #18650F;
}
.TagClassName
{
border-color: #18650F;
}
</style>