Shades of Myrtle #0F3412
Tints of Myrtle #0F3412
RGB
CMYK
RGB Variations
Color information
#0F3412 (or 0x0F3412) is known color: Myrtle. HEX triplet: 0F, 34 and 12. RGB value is (15,52,18). Sum of RGB (Red+Green+Blue) = 15+52+18=85 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.65% from 85); Green value is 52 (20.70% from 255 or 61.18% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 52 - color contains mainly: green. Hex color #0F3412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3412 is #F0CBED. Grayscale: #252525. Windows color (decimal): -15780846 or 1192975. OLE color: 1192975.
HSL color Cylindrical-coordinate representation of color #0F3412: hue angle of 124.86º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F3412 is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 52 | 18 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.80 |
| HSL | 124.86º | 0.55% | 0.13% | - |
| HSV(B) | 124.86º | 0.71% | 0.2% | - |
| XYZ | 1.53 | 2.6 | 0.99 | - |
| YUV | 37.06 | 117.24 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 52 | 18 | 0.71 | 0 | 0.65 | 0.80 | 124.86 | 0.55 | 0.13 |
| Hex | F | 34 | 12 | 47 | 0 | 41 | 50 | 7D | 37 | D |
| Octal | 17 | 64 | 22 | 107 | 0 | 101 | 120 | 175 | 67 | 15 |
| Binary | 1111 | 110100 | 10010 | 1000111 | 0 | 1000001 | 1010000 | 1111101 | 110111 | 1101 |
Color Harmonies of #0F3412
Complementary color
Monochromatic Colors of #0F3412
Black with #0F3412
Text Example
Text Example
White with #0F3412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3412; }
p { color: rgb(15,52,18); }
H1.HeaderClassName
{
color: #0F3412;
}
.AnyTagClassName
{
color: #0F3412;
}
</style>
background-color css
<style>
a { background-color: #0F3412; }
a { background-color: rgb(15,52,18); }
div.DivClassName
{
background-color: #0F3412;
}
.BgClassName
{
background-color: #0F3412;
}
</style>
border-color css
<style>
span { border-color: #0F3412; }
span { border-color: rgb(15,52,18); }
td.TdClassName
{
border-color: #0F3412;
}
.TagClassName
{
border-color: #0F3412;
}
</style>