Shades of Myrtle #0F3A13
Tints of Myrtle #0F3A13
RGB
CMYK
RGB Variations
Color information
#0F3A13 (or 0x0F3A13) is known color: Myrtle. HEX triplet: 0F, 3A and 13. RGB value is (15,58,19). Sum of RGB (Red+Green+Blue) = 15+58+19=92 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.30% from 92); Green value is 58 (23.05% from 255 or 63.04% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 58 - color contains mainly: green. Hex color #0F3A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3A13 is #F0C5EC. Grayscale: #282828. Windows color (decimal): -15779309 or 1260047. OLE color: 1260047.
HSL color Cylindrical-coordinate representation of color #0F3A13: hue angle of 125.58º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F3A13 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 15 | 58 | 19 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.77 |
| HSL | 125.58º | 0.59% | 0.14% | - |
| HSV(B) | 125.58º | 0.74% | 0.23% | - |
| XYZ | 1.83 | 3.17 | 1.13 | - |
| YUV | 40.7 | 115.75 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 58 | 19 | 0.74 | 0 | 0.67 | 0.77 | 125.58 | 0.59 | 0.14 |
| Hex | F | 3A | 13 | 4A | 0 | 43 | 4D | 7E | 3B | E |
| Octal | 17 | 72 | 23 | 112 | 0 | 103 | 115 | 176 | 73 | 16 |
| Binary | 1111 | 111010 | 10011 | 1001010 | 0 | 1000011 | 1001101 | 1111110 | 111011 | 1110 |
Color Harmonies of #0F3A13
Complementary color
Monochromatic Colors of #0F3A13
Black with #0F3A13
Text Example
Text Example
White with #0F3A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3A13; }
p { color: rgb(15,58,19); }
H1.HeaderClassName
{
color: #0F3A13;
}
.AnyTagClassName
{
color: #0F3A13;
}
</style>
background-color css
<style>
a { background-color: #0F3A13; }
a { background-color: rgb(15,58,19); }
div.DivClassName
{
background-color: #0F3A13;
}
.BgClassName
{
background-color: #0F3A13;
}
</style>
border-color css
<style>
span { border-color: #0F3A13; }
span { border-color: rgb(15,58,19); }
td.TdClassName
{
border-color: #0F3A13;
}
.TagClassName
{
border-color: #0F3A13;
}
</style>