Shades of Myrtle #0F4F18
Tints of Myrtle #0F4F18
RGB
CMYK
RGB Variations
Color information
#0F4F18 (or 0x0F4F18) is known color: Myrtle. HEX triplet: 0F, 4F and 18. RGB value is (15,79,24). Sum of RGB (Red+Green+Blue) = 15+79+24=118 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.71% from 118); Green value is 79 (31.25% from 255 or 66.95% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 79 - color contains mainly: green. Hex color #0F4F18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F4F18 is #F0B0E7. Grayscale: #353535. Windows color (decimal): -15773928 or 1593103. OLE color: 1593103.
HSL color Cylindrical-coordinate representation of color #0F4F18: hue angle of 128.44º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F4F18 is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 79 | 24 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.69 |
| HSL | 128.44º | 0.68% | 0.18% | - |
| HSV(B) | 128.44º | 0.81% | 0.31% | - |
| XYZ | 3.16 | 5.76 | 1.81 | - |
| YUV | 53.59 | 111.3 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 79 | 24 | 0.81 | 0 | 0.70 | 0.69 | 128.44 | 0.68 | 0.18 |
| Hex | F | 4F | 18 | 51 | 0 | 46 | 45 | 80 | 44 | 12 |
| Octal | 17 | 117 | 30 | 121 | 0 | 106 | 105 | 200 | 104 | 22 |
| Binary | 1111 | 1001111 | 11000 | 1010001 | 0 | 1000110 | 1000101 | 10000000 | 1000100 | 10010 |
Color Harmonies of #0F4F18
Complementary color
Monochromatic Colors of #0F4F18
Black with #0F4F18
Text Example
Text Example
White with #0F4F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4F18; }
p { color: rgb(15,79,24); }
H1.HeaderClassName
{
color: #0F4F18;
}
.AnyTagClassName
{
color: #0F4F18;
}
</style>
background-color css
<style>
a { background-color: #0F4F18; }
a { background-color: rgb(15,79,24); }
div.DivClassName
{
background-color: #0F4F18;
}
.BgClassName
{
background-color: #0F4F18;
}
</style>
border-color css
<style>
span { border-color: #0F4F18; }
span { border-color: rgb(15,79,24); }
td.TdClassName
{
border-color: #0F4F18;
}
.TagClassName
{
border-color: #0F4F18;
}
</style>