Shades of Myrtle #0F3A08
Tints of Myrtle #0F3A08
RGB
CMYK
RGB Variations
Color information
#0F3A08 (or 0x0F3A08) is known color: Myrtle. HEX triplet: 0F, 3A and 08. RGB value is (15,58,8). Sum of RGB (Red+Green+Blue) = 15+58+8=81 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.52% from 81); Green value is 58 (23.05% from 255 or 71.60% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 58 - color contains mainly: green. Hex color #0F3A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3A08 is #F0C5F7. Grayscale: #272727. Windows color (decimal): -15779320 or 539151. OLE color: 539151.
HSL color Cylindrical-coordinate representation of color #0F3A08: hue angle of 111.6º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F3A08 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 15 | 58 | 8 | - |
| CMYK | 0.74 | 0 | 0.86 | 0.77 |
| HSL | 111.6º | 0.76% | 0.13% | - |
| HSV(B) | 111.6º | 0.86% | 0.23% | - |
| XYZ | 1.75 | 3.15 | 0.74 | - |
| YUV | 39.44 | 110.25 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 58 | 8 | 0.74 | 0 | 0.86 | 0.77 | 111.6 | 0.76 | 0.13 |
| Hex | F | 3A | 8 | 4A | 0 | 56 | 4D | 70 | 4C | D |
| Octal | 17 | 72 | 10 | 112 | 0 | 126 | 115 | 160 | 114 | 15 |
| Binary | 1111 | 111010 | 1000 | 1001010 | 0 | 1010110 | 1001101 | 1110000 | 1001100 | 1101 |
Color Harmonies of #0F3A08
Complementary color
Monochromatic Colors of #0F3A08
Black with #0F3A08
Text Example
Text Example
White with #0F3A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3A08; }
p { color: rgb(15,58,8); }
H1.HeaderClassName
{
color: #0F3A08;
}
.AnyTagClassName
{
color: #0F3A08;
}
</style>
background-color css
<style>
a { background-color: #0F3A08; }
a { background-color: rgb(15,58,8); }
div.DivClassName
{
background-color: #0F3A08;
}
.BgClassName
{
background-color: #0F3A08;
}
</style>
border-color css
<style>
span { border-color: #0F3A08; }
span { border-color: rgb(15,58,8); }
td.TdClassName
{
border-color: #0F3A08;
}
.TagClassName
{
border-color: #0F3A08;
}
</style>