Shades of Myrtle #0F3A05
Tints of Myrtle #0F3A05
RGB
CMYK
RGB Variations
Color information
#0F3A05 (or 0x0F3A05) is known color: Myrtle. HEX triplet: 0F, 3A and 05. RGB value is (15,58,5). Sum of RGB (Red+Green+Blue) = 15+58+5=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 58 (23.05% from 255 or 74.36% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 58 - color contains mainly: green. Hex color #0F3A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3A05 is #F0C5FA. Grayscale: #272727. Windows color (decimal): -15779323 or 342543. OLE color: 342543.
HSL color Cylindrical-coordinate representation of color #0F3A05: hue angle of 108.68º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F3A05 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 15 | 58 | 5 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.77 |
| HSL | 108.68º | 0.84% | 0.12% | - |
| HSV(B) | 108.68º | 0.91% | 0.23% | - |
| XYZ | 1.74 | 3.14 | 0.66 | - |
| YUV | 39.1 | 108.75 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 58 | 5 | 0.74 | 0 | 0.91 | 0.77 | 108.68 | 0.84 | 0.12 |
| Hex | F | 3A | 5 | 4A | 0 | 5B | 4D | 6D | 54 | C |
| Octal | 17 | 72 | 5 | 112 | 0 | 133 | 115 | 155 | 124 | 14 |
| Binary | 1111 | 111010 | 101 | 1001010 | 0 | 1011011 | 1001101 | 1101101 | 1010100 | 1100 |
Color Harmonies of #0F3A05
Complementary color
Monochromatic Colors of #0F3A05
Black with #0F3A05
Text Example
Text Example
White with #0F3A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3A05; }
p { color: rgb(15,58,5); }
H1.HeaderClassName
{
color: #0F3A05;
}
.AnyTagClassName
{
color: #0F3A05;
}
</style>
background-color css
<style>
a { background-color: #0F3A05; }
a { background-color: rgb(15,58,5); }
div.DivClassName
{
background-color: #0F3A05;
}
.BgClassName
{
background-color: #0F3A05;
}
</style>
border-color css
<style>
span { border-color: #0F3A05; }
span { border-color: rgb(15,58,5); }
td.TdClassName
{
border-color: #0F3A05;
}
.TagClassName
{
border-color: #0F3A05;
}
</style>