Shades of Myrtle #0F3A01
Tints of Myrtle #0F3A01
RGB
CMYK
RGB Variations
Color information
#0F3A01 (or 0x0F3A01) is known color: Myrtle. HEX triplet: 0F, 3A and 01. RGB value is (15,58,1). Sum of RGB (Red+Green+Blue) = 15+58+1=74 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.27% from 74); Green value is 58 (23.05% from 255 or 78.38% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 58 - color contains mainly: green. Hex color #0F3A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3A01 is #F0C5FE. Grayscale: #262626. Windows color (decimal): -15779327 or 80399. OLE color: 80399.
HSL color Cylindrical-coordinate representation of color #0F3A01: hue angle of 105.26º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F3A01 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 15 | 58 | 1 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.77 |
| HSL | 105.26º | 0.97% | 0.12% | - |
| HSV(B) | 105.26º | 0.98% | 0.23% | - |
| XYZ | 1.72 | 3.13 | 0.54 | - |
| YUV | 38.65 | 106.75 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 58 | 1 | 0.74 | 0 | 0.98 | 0.77 | 105.26 | 0.97 | 0.12 |
| Hex | F | 3A | 1 | 4A | 0 | 62 | 4D | 69 | 61 | C |
| Octal | 17 | 72 | 1 | 112 | 0 | 142 | 115 | 151 | 141 | 14 |
| Binary | 1111 | 111010 | 1 | 1001010 | 0 | 1100010 | 1001101 | 1101001 | 1100001 | 1100 |
Color Harmonies of #0F3A01
Complementary color
Monochromatic Colors of #0F3A01
Black with #0F3A01
Text Example
Text Example
White with #0F3A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3A01; }
p { color: rgb(15,58,1); }
H1.HeaderClassName
{
color: #0F3A01;
}
.AnyTagClassName
{
color: #0F3A01;
}
</style>
background-color css
<style>
a { background-color: #0F3A01; }
a { background-color: rgb(15,58,1); }
div.DivClassName
{
background-color: #0F3A01;
}
.BgClassName
{
background-color: #0F3A01;
}
</style>
border-color css
<style>
span { border-color: #0F3A01; }
span { border-color: rgb(15,58,1); }
td.TdClassName
{
border-color: #0F3A01;
}
.TagClassName
{
border-color: #0F3A01;
}
</style>