Shades of Myrtle #0F3611
Tints of Myrtle #0F3611
RGB
CMYK
RGB Variations
Color information
#0F3611 (or 0x0F3611) is known color: Myrtle. HEX triplet: 0F, 36 and 11. RGB value is (15,54,17). Sum of RGB (Red+Green+Blue) = 15+54+17=86 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.44% from 86); Green value is 54 (21.48% from 255 or 62.79% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 54 - color contains mainly: green. Hex color #0F3611 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3611 is #F0C9EE. Grayscale: #262626. Windows color (decimal): -15780335 or 1127951. OLE color: 1127951.
HSL color Cylindrical-coordinate representation of color #0F3611: hue angle of 123.08º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F3611 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 15 | 54 | 17 | - |
| CMYK | 0.72 | 0 | 0.69 | 0.79 |
| HSL | 123.08º | 0.57% | 0.14% | - |
| HSV(B) | 123.08º | 0.72% | 0.21% | - |
| XYZ | 1.62 | 2.78 | 0.98 | - |
| YUV | 38.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 54 | 17 | 0.72 | 0 | 0.69 | 0.79 | 123.08 | 0.57 | 0.14 |
| Hex | F | 36 | 11 | 48 | 0 | 45 | 4F | 7B | 39 | E |
| Octal | 17 | 66 | 21 | 110 | 0 | 105 | 117 | 173 | 71 | 16 |
| Binary | 1111 | 110110 | 10001 | 1001000 | 0 | 1000101 | 1001111 | 1111011 | 111001 | 1110 |
Color Harmonies of #0F3611
Complementary color
Monochromatic Colors of #0F3611
Black with #0F3611
Text Example
Text Example
White with #0F3611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3611; }
p { color: rgb(15,54,17); }
H1.HeaderClassName
{
color: #0F3611;
}
.AnyTagClassName
{
color: #0F3611;
}
</style>
background-color css
<style>
a { background-color: #0F3611; }
a { background-color: rgb(15,54,17); }
div.DivClassName
{
background-color: #0F3611;
}
.BgClassName
{
background-color: #0F3611;
}
</style>
border-color css
<style>
span { border-color: #0F3611; }
span { border-color: rgb(15,54,17); }
td.TdClassName
{
border-color: #0F3611;
}
.TagClassName
{
border-color: #0F3611;
}
</style>