Shades of Myrtle #0F3700
Tints of Myrtle #0F3700
RGB
CMYK
RGB Variations
Color information
#0F3700 (or 0x0F3700) is known color: Myrtle. HEX triplet: 0F, 37 and 00. RGB value is (15,55,0). Sum of RGB (Red+Green+Blue) = 15+55+0=70 (9% of max value = 765). Red value is 15 (6.25% from 255 or 21.43% from 70); Green value is 55 (21.88% from 255 or 78.57% from 70); Blue value is 0 (0.39% from 255 or 0% from 70); Max value from RGB is 55 - color contains mainly: green. Hex color #0F3700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3700 is #F0C8FF. Grayscale: #242424. Windows color (decimal): -15780096 or 14095. OLE color: 14095.
HSL color Cylindrical-coordinate representation of color #0F3700: hue angle of 103.64º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F3700 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 55 | 0 | - |
| CMYK | 0.73 | 0 | 1 | 0.78 |
| HSL | 103.64º | 1% | 0.11% | - |
| HSV(B) | 103.64º | 1% | 0.22% | - |
| XYZ | 1.56 | 2.83 | 0.46 | - |
| YUV | 36.77 | 107.25 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 55 | 0 | 0.73 | 0 | 1 | 0.78 | 103.64 | 1 | 0.11 |
| Hex | F | 37 | 0 | 49 | 0 | 64 | 4E | 68 | 64 | B |
| Octal | 17 | 67 | 0 | 111 | 0 | 144 | 116 | 150 | 144 | 13 |
| Binary | 1111 | 110111 | 0 | 1001001 | 0 | 1100100 | 1001110 | 1101000 | 1100100 | 1011 |
Color Harmonies of #0F3700
Complementary color
Monochromatic Colors of #0F3700
Black with #0F3700
Text Example
Text Example
White with #0F3700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3700; }
p { color: rgb(15,55,0); }
H1.HeaderClassName
{
color: #0F3700;
}
.AnyTagClassName
{
color: #0F3700;
}
</style>
background-color css
<style>
a { background-color: #0F3700; }
a { background-color: rgb(15,55,0); }
div.DivClassName
{
background-color: #0F3700;
}
.BgClassName
{
background-color: #0F3700;
}
</style>
border-color css
<style>
span { border-color: #0F3700; }
span { border-color: rgb(15,55,0); }
td.TdClassName
{
border-color: #0F3700;
}
.TagClassName
{
border-color: #0F3700;
}
</style>