Shades of Myrtle #0F3D10
Tints of Myrtle #0F3D10
RGB
CMYK
RGB Variations
Color information
#0F3D10 (or 0x0F3D10) is known color: Myrtle. HEX triplet: 0F, 3D and 10. RGB value is (15,61,16). Sum of RGB (Red+Green+Blue) = 15+61+16=92 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.30% from 92); Green value is 61 (24.22% from 255 or 66.30% from 92); Blue value is 16 (6.64% from 255 or 17.39% from 92); Max value from RGB is 61 - color contains mainly: green. Hex color #0F3D10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3D10 is #F0C2EF. Grayscale: #2A2A2A. Windows color (decimal): -15778544 or 1064207. OLE color: 1064207.
HSL color Cylindrical-coordinate representation of color #0F3D10: hue angle of 121.3º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F3D10 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 15 | 61 | 16 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.76 |
| HSL | 121.3º | 0.61% | 0.15% | - |
| HSV(B) | 121.3º | 0.75% | 0.24% | - |
| XYZ | 1.96 | 3.48 | 1.06 | - |
| YUV | 42.12 | 113.26 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 61 | 16 | 0.75 | 0 | 0.74 | 0.76 | 121.3 | 0.61 | 0.15 |
| Hex | F | 3D | 10 | 4B | 0 | 4A | 4C | 79 | 3D | F |
| Octal | 17 | 75 | 20 | 113 | 0 | 112 | 114 | 171 | 75 | 17 |
| Binary | 1111 | 111101 | 10000 | 1001011 | 0 | 1001010 | 1001100 | 1111001 | 111101 | 1111 |
Color Harmonies of #0F3D10
Complementary color
Monochromatic Colors of #0F3D10
Black with #0F3D10
Text Example
Text Example
White with #0F3D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3D10; }
p { color: rgb(15,61,16); }
H1.HeaderClassName
{
color: #0F3D10;
}
.AnyTagClassName
{
color: #0F3D10;
}
</style>
background-color css
<style>
a { background-color: #0F3D10; }
a { background-color: rgb(15,61,16); }
div.DivClassName
{
background-color: #0F3D10;
}
.BgClassName
{
background-color: #0F3D10;
}
</style>
border-color css
<style>
span { border-color: #0F3D10; }
span { border-color: rgb(15,61,16); }
td.TdClassName
{
border-color: #0F3D10;
}
.TagClassName
{
border-color: #0F3D10;
}
</style>