Shades of Myrtle #0F3A0B
Tints of Myrtle #0F3A0B
RGB
CMYK
RGB Variations
Color information
#0F3A0B (or 0x0F3A0B) is known color: Myrtle. HEX triplet: 0F, 3A and 0B. RGB value is (15,58,11). Sum of RGB (Red+Green+Blue) = 15+58+11=84 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.86% from 84); Green value is 58 (23.05% from 255 or 69.05% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 58 - color contains mainly: green. Hex color #0F3A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3A0B is #F0C5F4. Grayscale: #272727. Windows color (decimal): -15779317 or 735759. OLE color: 735759.
HSL color Cylindrical-coordinate representation of color #0F3A0B: hue angle of 114.89º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F3A0B is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 15 | 58 | 11 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.77 |
| HSL | 114.89º | 0.68% | 0.14% | - |
| HSV(B) | 114.89º | 0.81% | 0.23% | - |
| XYZ | 1.77 | 3.15 | 0.83 | - |
| YUV | 39.79 | 111.75 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 58 | 11 | 0.74 | 0 | 0.81 | 0.77 | 114.89 | 0.68 | 0.14 |
| Hex | F | 3A | B | 4A | 0 | 51 | 4D | 73 | 44 | E |
| Octal | 17 | 72 | 13 | 112 | 0 | 121 | 115 | 163 | 104 | 16 |
| Binary | 1111 | 111010 | 1011 | 1001010 | 0 | 1010001 | 1001101 | 1110011 | 1000100 | 1110 |
Color Harmonies of #0F3A0B
Complementary color
Monochromatic Colors of #0F3A0B
Black with #0F3A0B
Text Example
Text Example
White with #0F3A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3A0B; }
p { color: rgb(15,58,11); }
H1.HeaderClassName
{
color: #0F3A0B;
}
.AnyTagClassName
{
color: #0F3A0B;
}
</style>
background-color css
<style>
a { background-color: #0F3A0B; }
a { background-color: rgb(15,58,11); }
div.DivClassName
{
background-color: #0F3A0B;
}
.BgClassName
{
background-color: #0F3A0B;
}
</style>
border-color css
<style>
span { border-color: #0F3A0B; }
span { border-color: rgb(15,58,11); }
td.TdClassName
{
border-color: #0F3A0B;
}
.TagClassName
{
border-color: #0F3A0B;
}
</style>