Shades of Myrtle #0F390D
Tints of Myrtle #0F390D
RGB
CMYK
RGB Variations
Color information
#0F390D (or 0x0F390D) is known color: Myrtle. HEX triplet: 0F, 39 and 0D. RGB value is (15,57,13). Sum of RGB (Red+Green+Blue) = 15+57+13=85 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.65% from 85); Green value is 57 (22.66% from 255 or 67.06% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 57 - color contains mainly: green. Hex color #0F390D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F390D is #F0C6F2. Grayscale: #272727. Windows color (decimal): -15779571 or 866575. OLE color: 866575.
HSL color Cylindrical-coordinate representation of color #0F390D: hue angle of 117.27º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F390D is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 57 | 13 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.78 |
| HSL | 117.27º | 0.63% | 0.14% | - |
| HSV(B) | 117.27º | 0.77% | 0.22% | - |
| XYZ | 1.73 | 3.06 | 0.88 | - |
| YUV | 39.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 57 | 13 | 0.74 | 0 | 0.77 | 0.78 | 117.27 | 0.63 | 0.14 |
| Hex | F | 39 | D | 4A | 0 | 4D | 4E | 75 | 3F | E |
| Octal | 17 | 71 | 15 | 112 | 0 | 115 | 116 | 165 | 77 | 16 |
| Binary | 1111 | 111001 | 1101 | 1001010 | 0 | 1001101 | 1001110 | 1110101 | 111111 | 1110 |
Color Harmonies of #0F390D
Complementary color
Monochromatic Colors of #0F390D
Black with #0F390D
Text Example
Text Example
White with #0F390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F390D; }
p { color: rgb(15,57,13); }
H1.HeaderClassName
{
color: #0F390D;
}
.AnyTagClassName
{
color: #0F390D;
}
</style>
background-color css
<style>
a { background-color: #0F390D; }
a { background-color: rgb(15,57,13); }
div.DivClassName
{
background-color: #0F390D;
}
.BgClassName
{
background-color: #0F390D;
}
</style>
border-color css
<style>
span { border-color: #0F390D; }
span { border-color: rgb(15,57,13); }
td.TdClassName
{
border-color: #0F390D;
}
.TagClassName
{
border-color: #0F390D;
}
</style>