Shades of Myrtle #014407
Tints of Myrtle #014407
RGB
CMYK
RGB Variations
Color information
#014407 (or 0x014407) is known color: Myrtle. HEX triplet: 01, 44 and 07. RGB value is (1,68,7). Sum of RGB (Red+Green+Blue) = 1+68+7=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 68 (26.95% from 255 or 89.47% from 76); Blue value is 7 (3.12% from 255 or 9.21% from 76); Max value from RGB is 68 - color contains mainly: green. Hex color #014407 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014407 is #FEBBF8. Grayscale: #292929. Windows color (decimal): -16694265 or 476161. OLE color: 476161.
HSL color Cylindrical-coordinate representation of color #014407: hue angle of 125.37º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014407 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 68 | 7 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.73 |
| HSL | 125.37º | 0.97% | 0.14% | - |
| HSV(B) | 125.37º | 0.99% | 0.27% | - |
| XYZ | 2.12 | 4.16 | 0.89 | - |
| YUV | 41.01 | 108.8 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 68 | 7 | 0.99 | 0 | 0.90 | 0.73 | 125.37 | 0.97 | 0.14 |
| Hex | 1 | 44 | 7 | 63 | 0 | 5A | 49 | 7D | 61 | E |
| Octal | 1 | 104 | 7 | 143 | 0 | 132 | 111 | 175 | 141 | 16 |
| Binary | 1 | 1000100 | 111 | 1100011 | 0 | 1011010 | 1001001 | 1111101 | 1100001 | 1110 |
Color Harmonies of #014407
Complementary color
Monochromatic Colors of #014407
Black with #014407
Text Example
Text Example
White with #014407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014407; }
p { color: rgb(1,68,7); }
H1.HeaderClassName
{
color: #014407;
}
.AnyTagClassName
{
color: #014407;
}
</style>
background-color css
<style>
a { background-color: #014407; }
a { background-color: rgb(1,68,7); }
div.DivClassName
{
background-color: #014407;
}
.BgClassName
{
background-color: #014407;
}
</style>
border-color css
<style>
span { border-color: #014407; }
span { border-color: rgb(1,68,7); }
td.TdClassName
{
border-color: #014407;
}
.TagClassName
{
border-color: #014407;
}
</style>