Shades of Myrtle #0F370C
Tints of Myrtle #0F370C
RGB
CMYK
RGB Variations
Color information
#0F370C (or 0x0F370C) is known color: Myrtle. HEX triplet: 0F, 37 and 0C. RGB value is (15,55,12). Sum of RGB (Red+Green+Blue) = 15+55+12=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 55 (21.88% from 255 or 67.07% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 55 - color contains mainly: green. Hex color #0F370C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F370C is #F0C8F3. Grayscale: #262626. Windows color (decimal): -15780084 or 800527. OLE color: 800527.
HSL color Cylindrical-coordinate representation of color #0F370C: hue angle of 115.81º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F370C is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 55 | 12 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.78 |
| HSL | 115.81º | 0.64% | 0.13% | - |
| HSV(B) | 115.81º | 0.78% | 0.22% | - |
| XYZ | 1.63 | 2.86 | 0.81 | - |
| YUV | 38.14 | 113.25 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 55 | 12 | 0.73 | 0 | 0.78 | 0.78 | 115.81 | 0.64 | 0.13 |
| Hex | F | 37 | C | 49 | 0 | 4E | 4E | 74 | 40 | D |
| Octal | 17 | 67 | 14 | 111 | 0 | 116 | 116 | 164 | 100 | 15 |
| Binary | 1111 | 110111 | 1100 | 1001001 | 0 | 1001110 | 1001110 | 1110100 | 1000000 | 1101 |
Color Harmonies of #0F370C
Complementary color
Monochromatic Colors of #0F370C
Black with #0F370C
Text Example
Text Example
White with #0F370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F370C; }
p { color: rgb(15,55,12); }
H1.HeaderClassName
{
color: #0F370C;
}
.AnyTagClassName
{
color: #0F370C;
}
</style>
background-color css
<style>
a { background-color: #0F370C; }
a { background-color: rgb(15,55,12); }
div.DivClassName
{
background-color: #0F370C;
}
.BgClassName
{
background-color: #0F370C;
}
</style>
border-color css
<style>
span { border-color: #0F370C; }
span { border-color: rgb(15,55,12); }
td.TdClassName
{
border-color: #0F370C;
}
.TagClassName
{
border-color: #0F370C;
}
</style>