Shades of Myrtle #0F3E0A
Tints of Myrtle #0F3E0A
RGB
CMYK
RGB Variations
Color information
#0F3E0A (or 0x0F3E0A) is known color: Myrtle. HEX triplet: 0F, 3E and 0A. RGB value is (15,62,10). Sum of RGB (Red+Green+Blue) = 15+62+10=87 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.24% from 87); Green value is 62 (24.61% from 255 or 71.26% from 87); Blue value is 10 (4.30% from 255 or 11.49% from 87); Max value from RGB is 62 - color contains mainly: green. Hex color #0F3E0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3E0A is #F0C1F5. Grayscale: #2A2A2A. Windows color (decimal): -15778294 or 671247. OLE color: 671247.
HSL color Cylindrical-coordinate representation of color #0F3E0A: hue angle of 114.23º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F3E0A is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 15 | 62 | 10 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.76 |
| HSL | 114.23º | 0.72% | 0.14% | - |
| HSV(B) | 114.23º | 0.84% | 0.24% | - |
| XYZ | 1.97 | 3.57 | 0.87 | - |
| YUV | 42.02 | 109.93 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 62 | 10 | 0.76 | 0 | 0.84 | 0.76 | 114.23 | 0.72 | 0.14 |
| Hex | F | 3E | A | 4C | 0 | 54 | 4C | 72 | 48 | E |
| Octal | 17 | 76 | 12 | 114 | 0 | 124 | 114 | 162 | 110 | 16 |
| Binary | 1111 | 111110 | 1010 | 1001100 | 0 | 1010100 | 1001100 | 1110010 | 1001000 | 1110 |
Color Harmonies of #0F3E0A
Complementary color
Monochromatic Colors of #0F3E0A
Black with #0F3E0A
Text Example
Text Example
White with #0F3E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3E0A; }
p { color: rgb(15,62,10); }
H1.HeaderClassName
{
color: #0F3E0A;
}
.AnyTagClassName
{
color: #0F3E0A;
}
</style>
background-color css
<style>
a { background-color: #0F3E0A; }
a { background-color: rgb(15,62,10); }
div.DivClassName
{
background-color: #0F3E0A;
}
.BgClassName
{
background-color: #0F3E0A;
}
</style>
border-color css
<style>
span { border-color: #0F3E0A; }
span { border-color: rgb(15,62,10); }
td.TdClassName
{
border-color: #0F3E0A;
}
.TagClassName
{
border-color: #0F3E0A;
}
</style>