Shades of Myrtle #0F4809
Tints of Myrtle #0F4809
RGB
CMYK
RGB Variations
Color information
#0F4809 (or 0x0F4809) is known color: Myrtle. HEX triplet: 0F, 48 and 09. RGB value is (15,72,9). Sum of RGB (Red+Green+Blue) = 15+72+9=96 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.62% from 96); Green value is 72 (28.52% from 255 or 75% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 72 - color contains mainly: green. Hex color #0F4809 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4809 is #F0B7F6. Grayscale: #2F2F2F. Windows color (decimal): -15775735 or 608271. OLE color: 608271.
HSL color Cylindrical-coordinate representation of color #0F4809: hue angle of 114.29º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F4809 is Cyan = 0.79, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 15 | 72 | 9 | - |
| CMYK | 0.79 | 0 | 0.88 | 0.72 |
| HSL | 114.29º | 0.78% | 0.16% | - |
| HSV(B) | 114.29º | 0.88% | 0.28% | - |
| XYZ | 2.56 | 4.76 | 1.04 | - |
| YUV | 47.78 | 106.12 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 72 | 9 | 0.79 | 0 | 0.88 | 0.72 | 114.29 | 0.78 | 0.16 |
| Hex | F | 48 | 9 | 4F | 0 | 58 | 48 | 72 | 4E | 10 |
| Octal | 17 | 110 | 11 | 117 | 0 | 130 | 110 | 162 | 116 | 20 |
| Binary | 1111 | 1001000 | 1001 | 1001111 | 0 | 1011000 | 1001000 | 1110010 | 1001110 | 10000 |
Color Harmonies of #0F4809
Complementary color
Monochromatic Colors of #0F4809
Black with #0F4809
Text Example
Text Example
White with #0F4809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4809; }
p { color: rgb(15,72,9); }
H1.HeaderClassName
{
color: #0F4809;
}
.AnyTagClassName
{
color: #0F4809;
}
</style>
background-color css
<style>
a { background-color: #0F4809; }
a { background-color: rgb(15,72,9); }
div.DivClassName
{
background-color: #0F4809;
}
.BgClassName
{
background-color: #0F4809;
}
</style>
border-color css
<style>
span { border-color: #0F4809; }
span { border-color: rgb(15,72,9); }
td.TdClassName
{
border-color: #0F4809;
}
.TagClassName
{
border-color: #0F4809;
}
</style>