Shades of Myrtle #0F3B03
Tints of Myrtle #0F3B03
RGB
CMYK
RGB Variations
Color information
#0F3B03 (or 0x0F3B03) is known color: Myrtle. HEX triplet: 0F, 3B and 03. RGB value is (15,59,3). Sum of RGB (Red+Green+Blue) = 15+59+3=77 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.48% from 77); Green value is 59 (23.44% from 255 or 76.62% from 77); Blue value is 3 (1.56% from 255 or 3.90% from 77); Max value from RGB is 59 - color contains mainly: green. Hex color #0F3B03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3B03 is #F0C4FC. Grayscale: #272727. Windows color (decimal): -15779069 or 211727. OLE color: 211727.
HSL color Cylindrical-coordinate representation of color #0F3B03: hue angle of 107.14º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F3B03 is Cyan = 0.75, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 15 | 59 | 3 | - |
| CMYK | 0.75 | 0 | 0.95 | 0.77 |
| HSL | 107.14º | 0.9% | 0.12% | - |
| HSV(B) | 107.14º | 0.95% | 0.23% | - |
| XYZ | 1.78 | 3.24 | 0.62 | - |
| YUV | 39.46 | 107.42 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 59 | 3 | 0.75 | 0 | 0.95 | 0.77 | 107.14 | 0.9 | 0.12 |
| Hex | F | 3B | 3 | 4B | 0 | 5F | 4D | 6B | 5A | C |
| Octal | 17 | 73 | 3 | 113 | 0 | 137 | 115 | 153 | 132 | 14 |
| Binary | 1111 | 111011 | 11 | 1001011 | 0 | 1011111 | 1001101 | 1101011 | 1011010 | 1100 |
Color Harmonies of #0F3B03
Complementary color
Monochromatic Colors of #0F3B03
Black with #0F3B03
Text Example
Text Example
White with #0F3B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3B03; }
p { color: rgb(15,59,3); }
H1.HeaderClassName
{
color: #0F3B03;
}
.AnyTagClassName
{
color: #0F3B03;
}
</style>
background-color css
<style>
a { background-color: #0F3B03; }
a { background-color: rgb(15,59,3); }
div.DivClassName
{
background-color: #0F3B03;
}
.BgClassName
{
background-color: #0F3B03;
}
</style>
border-color css
<style>
span { border-color: #0F3B03; }
span { border-color: rgb(15,59,3); }
td.TdClassName
{
border-color: #0F3B03;
}
.TagClassName
{
border-color: #0F3B03;
}
</style>