Shades of Myrtle #0F3612
Tints of Myrtle #0F3612
RGB
CMYK
RGB Variations
Color information
#0F3612 (or 0x0F3612) is known color: Myrtle. HEX triplet: 0F, 36 and 12. RGB value is (15,54,18). Sum of RGB (Red+Green+Blue) = 15+54+18=87 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.24% from 87); Green value is 54 (21.48% from 255 or 62.07% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 54 - color contains mainly: green. Hex color #0F3612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3612 is #F0C9ED. Grayscale: #262626. Windows color (decimal): -15780334 or 1193487. OLE color: 1193487.
HSL color Cylindrical-coordinate representation of color #0F3612: hue angle of 124.62º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F3612 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 15 | 54 | 18 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.79 |
| HSL | 124.62º | 0.57% | 0.14% | - |
| HSV(B) | 124.62º | 0.72% | 0.21% | - |
| XYZ | 1.63 | 2.78 | 1.02 | - |
| YUV | 38.24 | 116.58 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 54 | 18 | 0.72 | 0 | 0.67 | 0.79 | 124.62 | 0.57 | 0.14 |
| Hex | F | 36 | 12 | 48 | 0 | 43 | 4F | 7D | 39 | E |
| Octal | 17 | 66 | 22 | 110 | 0 | 103 | 117 | 175 | 71 | 16 |
| Binary | 1111 | 110110 | 10010 | 1001000 | 0 | 1000011 | 1001111 | 1111101 | 111001 | 1110 |
Color Harmonies of #0F3612
Complementary color
Monochromatic Colors of #0F3612
Black with #0F3612
Text Example
Text Example
White with #0F3612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3612; }
p { color: rgb(15,54,18); }
H1.HeaderClassName
{
color: #0F3612;
}
.AnyTagClassName
{
color: #0F3612;
}
</style>
background-color css
<style>
a { background-color: #0F3612; }
a { background-color: rgb(15,54,18); }
div.DivClassName
{
background-color: #0F3612;
}
.BgClassName
{
background-color: #0F3612;
}
</style>
border-color css
<style>
span { border-color: #0F3612; }
span { border-color: rgb(15,54,18); }
td.TdClassName
{
border-color: #0F3612;
}
.TagClassName
{
border-color: #0F3612;
}
</style>