Shades of Myrtle #0F4903
Tints of Myrtle #0F4903
RGB
CMYK
RGB Variations
Color information
#0F4903 (or 0x0F4903) is known color: Myrtle. HEX triplet: 0F, 49 and 03. RGB value is (15,73,3). Sum of RGB (Red+Green+Blue) = 15+73+3=91 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.48% from 91); Green value is 73 (28.91% from 255 or 80.22% from 91); Blue value is 3 (1.56% from 255 or 3.30% from 91); Max value from RGB is 73 - color contains mainly: green. Hex color #0F4903 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4903 is #F0B6FC. Grayscale: #2F2F2F. Windows color (decimal): -15775485 or 215311. OLE color: 215311.
HSL color Cylindrical-coordinate representation of color #0F4903: hue angle of 109.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F4903 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 73 | 3 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.71 |
| HSL | 109.71º | 0.92% | 0.15% | - |
| HSV(B) | 109.71º | 0.96% | 0.29% | - |
| XYZ | 2.6 | 4.87 | 0.89 | - |
| YUV | 47.68 | 102.78 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 73 | 3 | 0.79 | 0 | 0.96 | 0.71 | 109.71 | 0.92 | 0.15 |
| Hex | F | 49 | 3 | 4F | 0 | 60 | 47 | 6E | 5C | F |
| Octal | 17 | 111 | 3 | 117 | 0 | 140 | 107 | 156 | 134 | 17 |
| Binary | 1111 | 1001001 | 11 | 1001111 | 0 | 1100000 | 1000111 | 1101110 | 1011100 | 1111 |
Color Harmonies of #0F4903
Complementary color
Monochromatic Colors of #0F4903
Black with #0F4903
Text Example
Text Example
White with #0F4903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4903; }
p { color: rgb(15,73,3); }
H1.HeaderClassName
{
color: #0F4903;
}
.AnyTagClassName
{
color: #0F4903;
}
</style>
background-color css
<style>
a { background-color: #0F4903; }
a { background-color: rgb(15,73,3); }
div.DivClassName
{
background-color: #0F4903;
}
.BgClassName
{
background-color: #0F4903;
}
</style>
border-color css
<style>
span { border-color: #0F4903; }
span { border-color: rgb(15,73,3); }
td.TdClassName
{
border-color: #0F4903;
}
.TagClassName
{
border-color: #0F4903;
}
</style>