Shades of Myrtle #004107
Tints of Myrtle #004107
RGB
CMYK
RGB Variations
Color information
#004107 (or 0x004107) is known color: Myrtle. HEX triplet: 00, 41 and 07. RGB value is (0,65,7). Sum of RGB (Red+Green+Blue) = 0+65+7=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 65 (25.78% from 255 or 90.28% from 72); Blue value is 7 (3.12% from 255 or 9.72% from 72); Max value from RGB is 65 - color contains mainly: green. Hex color #004107 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004107 is #FFBEF8. Grayscale: #272727. Windows color (decimal): -16760569 or 475392. OLE color: 475392.
HSL color Cylindrical-coordinate representation of color #004107: hue angle of 126.46º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004107 is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 65 | 7 | - |
| CMYK | 1 | 0 | 0.89 | 0.75 |
| HSL | 126.46º | 1% | 0.13% | - |
| HSV(B) | 126.46º | 1% | 0.25% | - |
| XYZ | 1.93 | 3.8 | 0.83 | - |
| YUV | 38.95 | 109.97 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 65 | 7 | 1 | 0 | 0.89 | 0.75 | 126.46 | 1 | 0.13 |
| Hex | 0 | 41 | 7 | 64 | 0 | 59 | 4B | 7E | 64 | D |
| Octal | 0 | 101 | 7 | 144 | 0 | 131 | 113 | 176 | 144 | 15 |
| Binary | 0 | 1000001 | 111 | 1100100 | 0 | 1011001 | 1001011 | 1111110 | 1100100 | 1101 |
Color Harmonies of #004107
Complementary color
Monochromatic Colors of #004107
Black with #004107
Text Example
Text Example
White with #004107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004107; }
p { color: rgb(0,65,7); }
H1.HeaderClassName
{
color: #004107;
}
.AnyTagClassName
{
color: #004107;
}
</style>
background-color css
<style>
a { background-color: #004107; }
a { background-color: rgb(0,65,7); }
div.DivClassName
{
background-color: #004107;
}
.BgClassName
{
background-color: #004107;
}
</style>
border-color css
<style>
span { border-color: #004107; }
span { border-color: rgb(0,65,7); }
td.TdClassName
{
border-color: #004107;
}
.TagClassName
{
border-color: #004107;
}
</style>