Shades of Myrtle #0F410B
Tints of Myrtle #0F410B
RGB
CMYK
RGB Variations
Color information
#0F410B (or 0x0F410B) is known color: Myrtle. HEX triplet: 0F, 41 and 0B. RGB value is (15,65,11). Sum of RGB (Red+Green+Blue) = 15+65+11=91 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.48% from 91); Green value is 65 (25.78% from 255 or 71.43% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 65 - color contains mainly: green. Hex color #0F410B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F410B is #F0BEF4. Grayscale: #2C2C2C. Windows color (decimal): -15777525 or 737551. OLE color: 737551.
HSL color Cylindrical-coordinate representation of color #0F410B: hue angle of 115.56º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F410B is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 65 | 11 | - |
| CMYK | 0.77 | 0 | 0.83 | 0.75 |
| HSL | 115.56º | 0.71% | 0.15% | - |
| HSV(B) | 115.56º | 0.83% | 0.25% | - |
| XYZ | 2.15 | 3.91 | 0.96 | - |
| YUV | 43.89 | 109.44 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 65 | 11 | 0.77 | 0 | 0.83 | 0.75 | 115.56 | 0.71 | 0.15 |
| Hex | F | 41 | B | 4D | 0 | 53 | 4B | 74 | 47 | F |
| Octal | 17 | 101 | 13 | 115 | 0 | 123 | 113 | 164 | 107 | 17 |
| Binary | 1111 | 1000001 | 1011 | 1001101 | 0 | 1010011 | 1001011 | 1110100 | 1000111 | 1111 |
Color Harmonies of #0F410B
Complementary color
Monochromatic Colors of #0F410B
Black with #0F410B
Text Example
Text Example
White with #0F410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F410B; }
p { color: rgb(15,65,11); }
H1.HeaderClassName
{
color: #0F410B;
}
.AnyTagClassName
{
color: #0F410B;
}
</style>
background-color css
<style>
a { background-color: #0F410B; }
a { background-color: rgb(15,65,11); }
div.DivClassName
{
background-color: #0F410B;
}
.BgClassName
{
background-color: #0F410B;
}
</style>
border-color css
<style>
span { border-color: #0F410B; }
span { border-color: rgb(15,65,11); }
td.TdClassName
{
border-color: #0F410B;
}
.TagClassName
{
border-color: #0F410B;
}
</style>