Shades of Myrtle #0F400C
Tints of Myrtle #0F400C
RGB
CMYK
RGB Variations
Color information
#0F400C (or 0x0F400C) is known color: Myrtle. HEX triplet: 0F, 40 and 0C. RGB value is (15,64,12). Sum of RGB (Red+Green+Blue) = 15+64+12=91 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.48% from 91); Green value is 64 (25.39% from 255 or 70.33% from 91); Blue value is 12 (5.08% from 255 or 13.19% from 91); Max value from RGB is 64 - color contains mainly: green. Hex color #0F400C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F400C is #F0BFF3. Grayscale: #2B2B2B. Windows color (decimal): -15777780 or 802831. OLE color: 802831.
HSL color Cylindrical-coordinate representation of color #0F400C: hue angle of 116.54º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F400C is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 64 | 12 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.75 |
| HSL | 116.54º | 0.68% | 0.15% | - |
| HSV(B) | 116.54º | 0.81% | 0.25% | - |
| XYZ | 2.1 | 3.79 | 0.97 | - |
| YUV | 43.42 | 110.27 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 64 | 12 | 0.77 | 0 | 0.81 | 0.75 | 116.54 | 0.68 | 0.15 |
| Hex | F | 40 | C | 4D | 0 | 51 | 4B | 75 | 44 | F |
| Octal | 17 | 100 | 14 | 115 | 0 | 121 | 113 | 165 | 104 | 17 |
| Binary | 1111 | 1000000 | 1100 | 1001101 | 0 | 1010001 | 1001011 | 1110101 | 1000100 | 1111 |
Color Harmonies of #0F400C
Complementary color
Monochromatic Colors of #0F400C
Black with #0F400C
Text Example
Text Example
White with #0F400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F400C; }
p { color: rgb(15,64,12); }
H1.HeaderClassName
{
color: #0F400C;
}
.AnyTagClassName
{
color: #0F400C;
}
</style>
background-color css
<style>
a { background-color: #0F400C; }
a { background-color: rgb(15,64,12); }
div.DivClassName
{
background-color: #0F400C;
}
.BgClassName
{
background-color: #0F400C;
}
</style>
border-color css
<style>
span { border-color: #0F400C; }
span { border-color: rgb(15,64,12); }
td.TdClassName
{
border-color: #0F400C;
}
.TagClassName
{
border-color: #0F400C;
}
</style>