Shades of Myrtle #040F01
Tints of Myrtle #040F01
RGB
CMYK
RGB Variations
Color information
#040F01 (or 0x040F01) is known color: Myrtle. HEX triplet: 04, 0F and 01. RGB value is (4,15,1). Sum of RGB (Red+Green+Blue) = 4+15+1=20 (2% of max value = 765). Red value is 4 (1.95% from 255 or 20% from 20); Green value is 15 (6.25% from 255 or 75% from 20); Blue value is 1 (0.78% from 255 or 5% from 20); Max value from RGB is 15 - color contains mainly: green. Hex color #040F01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040F01 is #FBF0FE. Grayscale: #0A0A0A. Windows color (decimal): -16511231 or 69380. OLE color: 69380.
HSL color Cylindrical-coordinate representation of color #040F01: hue angle of 107.14º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #040F01 is Cyan = 0.73, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 4 | 15 | 1 | - |
| CMYK | 0.73 | 0 | 0.93 | 0.94 |
| HSL | 107.14º | 0.88% | 0.03% | - |
| HSV(B) | 107.14º | 0.93% | 0.06% | - |
| XYZ | 0.23 | 0.37 | 0.09 | - |
| YUV | 10.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 15 | 1 | 0.73 | 0 | 0.93 | 0.94 | 107.14 | 0.88 | 0.03 |
| Hex | 4 | F | 1 | 49 | 0 | 5D | 5E | 6B | 58 | 3 |
| Octal | 4 | 17 | 1 | 111 | 0 | 135 | 136 | 153 | 130 | 3 |
| Binary | 100 | 1111 | 1 | 1001001 | 0 | 1011101 | 1011110 | 1101011 | 1011000 | 11 |
Color Harmonies of #040F01
Complementary color
Monochromatic Colors of #040F01
Black with #040F01
Text Example
Text Example
White with #040F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040F01; }
p { color: rgb(4,15,1); }
H1.HeaderClassName
{
color: #040F01;
}
.AnyTagClassName
{
color: #040F01;
}
</style>
background-color css
<style>
a { background-color: #040F01; }
a { background-color: rgb(4,15,1); }
div.DivClassName
{
background-color: #040F01;
}
.BgClassName
{
background-color: #040F01;
}
</style>
border-color css
<style>
span { border-color: #040F01; }
span { border-color: rgb(4,15,1); }
td.TdClassName
{
border-color: #040F01;
}
.TagClassName
{
border-color: #040F01;
}
</style>