Shades of Myrtle #0F410C
Tints of Myrtle #0F410C
RGB
CMYK
RGB Variations
Color information
#0F410C (or 0x0F410C) is known color: Myrtle. HEX triplet: 0F, 41 and 0C. RGB value is (15,65,12). Sum of RGB (Red+Green+Blue) = 15+65+12=92 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.30% from 92); Green value is 65 (25.78% from 255 or 70.65% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 65 - color contains mainly: green. Hex color #0F410C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F410C is #F0BEF3. Grayscale: #2C2C2C. Windows color (decimal): -15777524 or 803087. OLE color: 803087.
HSL color Cylindrical-coordinate representation of color #0F410C: hue angle of 116.6º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F410C is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 65 | 12 | - |
| CMYK | 0.77 | 0 | 0.82 | 0.75 |
| HSL | 116.6º | 0.69% | 0.15% | - |
| HSV(B) | 116.6º | 0.82% | 0.25% | - |
| XYZ | 2.15 | 3.91 | 0.99 | - |
| YUV | 44.01 | 109.94 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 65 | 12 | 0.77 | 0 | 0.82 | 0.75 | 116.6 | 0.69 | 0.15 |
| Hex | F | 41 | C | 4D | 0 | 52 | 4B | 75 | 45 | F |
| Octal | 17 | 101 | 14 | 115 | 0 | 122 | 113 | 165 | 105 | 17 |
| Binary | 1111 | 1000001 | 1100 | 1001101 | 0 | 1010010 | 1001011 | 1110101 | 1000101 | 1111 |
Color Harmonies of #0F410C
Complementary color
Monochromatic Colors of #0F410C
Black with #0F410C
Text Example
Text Example
White with #0F410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F410C; }
p { color: rgb(15,65,12); }
H1.HeaderClassName
{
color: #0F410C;
}
.AnyTagClassName
{
color: #0F410C;
}
</style>
background-color css
<style>
a { background-color: #0F410C; }
a { background-color: rgb(15,65,12); }
div.DivClassName
{
background-color: #0F410C;
}
.BgClassName
{
background-color: #0F410C;
}
</style>
border-color css
<style>
span { border-color: #0F410C; }
span { border-color: rgb(15,65,12); }
td.TdClassName
{
border-color: #0F410C;
}
.TagClassName
{
border-color: #0F410C;
}
</style>