Shades of Myrtle #0F4A00
Tints of Myrtle #0F4A00
RGB
CMYK
RGB Variations
Color information
#0F4A00 (or 0x0F4A00) is known color: Myrtle. HEX triplet: 0F, 4A and 00. RGB value is (15,74,0). Sum of RGB (Red+Green+Blue) = 15+74+0=89 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.85% from 89); Green value is 74 (29.30% from 255 or 83.15% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 74 - color contains mainly: green. Hex color #0F4A00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F4A00 is #F0B5FF. Grayscale: #303030. Windows color (decimal): -15775232 or 18959. OLE color: 18959.
HSL color Cylindrical-coordinate representation of color #0F4A00: hue angle of 107.84º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F4A00 is Cyan = 0.80, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 74 | 0 | - |
| CMYK | 0.80 | 0 | 1 | 0.71 |
| HSL | 107.84º | 1% | 0.15% | - |
| HSV(B) | 107.84º | 1% | 0.29% | - |
| XYZ | 2.65 | 5 | 0.83 | - |
| YUV | 47.92 | 100.95 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 74 | 0 | 0.80 | 0 | 1 | 0.71 | 107.84 | 1 | 0.15 |
| Hex | F | 4A | 0 | 50 | 0 | 64 | 47 | 6C | 64 | F |
| Octal | 17 | 112 | 0 | 120 | 0 | 144 | 107 | 154 | 144 | 17 |
| Binary | 1111 | 1001010 | 0 | 1010000 | 0 | 1100100 | 1000111 | 1101100 | 1100100 | 1111 |
Color Harmonies of #0F4A00
Complementary color
Monochromatic Colors of #0F4A00
Black with #0F4A00
Text Example
Text Example
White with #0F4A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4A00; }
p { color: rgb(15,74,0); }
H1.HeaderClassName
{
color: #0F4A00;
}
.AnyTagClassName
{
color: #0F4A00;
}
</style>
background-color css
<style>
a { background-color: #0F4A00; }
a { background-color: rgb(15,74,0); }
div.DivClassName
{
background-color: #0F4A00;
}
.BgClassName
{
background-color: #0F4A00;
}
</style>
border-color css
<style>
span { border-color: #0F4A00; }
span { border-color: rgb(15,74,0); }
td.TdClassName
{
border-color: #0F4A00;
}
.TagClassName
{
border-color: #0F4A00;
}
</style>