Shades of Myrtle #0F440C
Tints of Myrtle #0F440C
RGB
CMYK
RGB Variations
Color information
#0F440C (or 0x0F440C) is known color: Myrtle. HEX triplet: 0F, 44 and 0C. RGB value is (15,68,12). Sum of RGB (Red+Green+Blue) = 15+68+12=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 68 (26.95% from 255 or 71.58% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 68 - color contains mainly: green. Hex color #0F440C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F440C is #F0BBF3. Grayscale: #2D2D2D. Windows color (decimal): -15776756 or 803855. OLE color: 803855.
HSL color Cylindrical-coordinate representation of color #0F440C: hue angle of 116.79º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F440C is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 15 | 68 | 12 | - |
| CMYK | 0.78 | 0 | 0.82 | 0.73 |
| HSL | 116.79º | 0.7% | 0.16% | - |
| HSV(B) | 116.79º | 0.82% | 0.27% | - |
| XYZ | 2.33 | 4.26 | 1.05 | - |
| YUV | 45.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 68 | 12 | 0.78 | 0 | 0.82 | 0.73 | 116.79 | 0.7 | 0.16 |
| Hex | F | 44 | C | 4E | 0 | 52 | 49 | 75 | 46 | 10 |
| Octal | 17 | 104 | 14 | 116 | 0 | 122 | 111 | 165 | 106 | 20 |
| Binary | 1111 | 1000100 | 1100 | 1001110 | 0 | 1010010 | 1001001 | 1110101 | 1000110 | 10000 |
Color Harmonies of #0F440C
Complementary color
Monochromatic Colors of #0F440C
Black with #0F440C
Text Example
Text Example
White with #0F440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F440C; }
p { color: rgb(15,68,12); }
H1.HeaderClassName
{
color: #0F440C;
}
.AnyTagClassName
{
color: #0F440C;
}
</style>
background-color css
<style>
a { background-color: #0F440C; }
a { background-color: rgb(15,68,12); }
div.DivClassName
{
background-color: #0F440C;
}
.BgClassName
{
background-color: #0F440C;
}
</style>
border-color css
<style>
span { border-color: #0F440C; }
span { border-color: rgb(15,68,12); }
td.TdClassName
{
border-color: #0F440C;
}
.TagClassName
{
border-color: #0F440C;
}
</style>