Shades of Myrtle #0F4014
Tints of Myrtle #0F4014
RGB
CMYK
RGB Variations
Color information
#0F4014 (or 0x0F4014) is known color: Myrtle. HEX triplet: 0F, 40 and 14. RGB value is (15,64,20). Sum of RGB (Red+Green+Blue) = 15+64+20=99 (13% of max value = 765). Red value is 15 (6.25% from 255 or 15.15% from 99); Green value is 64 (25.39% from 255 or 64.65% from 99); Blue value is 20 (8.20% from 255 or 20.20% from 99); Max value from RGB is 64 - color contains mainly: green. Hex color #0F4014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4014 is #F0BFEB. Grayscale: #2C2C2C. Windows color (decimal): -15777772 or 1327119. OLE color: 1327119.
HSL color Cylindrical-coordinate representation of color #0F4014: hue angle of 126.12º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4014 is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 64 | 20 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.75 |
| HSL | 126.12º | 0.62% | 0.15% | - |
| HSV(B) | 126.12º | 0.77% | 0.25% | - |
| XYZ | 2.16 | 3.82 | 1.29 | - |
| YUV | 44.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 20 | 0.77 | 0 | 0.69 | 0.75 | 126.12 | 0.62 | 0.15 |
| Hex | F | 40 | 14 | 4D | 0 | 45 | 4B | 7E | 3E | F |
| Octal | 17 | 100 | 24 | 115 | 0 | 105 | 113 | 176 | 76 | 17 |
| Binary | 1111 | 1000000 | 10100 | 1001101 | 0 | 1000101 | 1001011 | 1111110 | 111110 | 1111 |
Color Harmonies of #0F4014
Complementary color
Monochromatic Colors of #0F4014
Black with #0F4014
Text Example
Text Example
White with #0F4014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4014; }
p { color: rgb(15,64,20); }
H1.HeaderClassName
{
color: #0F4014;
}
.AnyTagClassName
{
color: #0F4014;
}
</style>
background-color css
<style>
a { background-color: #0F4014; }
a { background-color: rgb(15,64,20); }
div.DivClassName
{
background-color: #0F4014;
}
.BgClassName
{
background-color: #0F4014;
}
</style>
border-color css
<style>
span { border-color: #0F4014; }
span { border-color: rgb(15,64,20); }
td.TdClassName
{
border-color: #0F4014;
}
.TagClassName
{
border-color: #0F4014;
}
</style>