Shades of Myrtle #014306
Tints of Myrtle #014306
RGB
CMYK
RGB Variations
Color information
#014306 (or 0x014306) is known color: Myrtle. HEX triplet: 01, 43 and 06. RGB value is (1,67,6). Sum of RGB (Red+Green+Blue) = 1+67+6=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 67 (26.56% from 255 or 90.54% from 74); Blue value is 6 (2.73% from 255 or 8.11% from 74); Max value from RGB is 67 - color contains mainly: green. Hex color #014306 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014306 is #FEBCF9. Grayscale: #282828. Windows color (decimal): -16694522 or 410369. OLE color: 410369.
HSL color Cylindrical-coordinate representation of color #014306: hue angle of 124.55º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014306 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 67 | 6 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.74 |
| HSL | 124.55º | 0.97% | 0.13% | - |
| HSV(B) | 124.55º | 0.99% | 0.26% | - |
| XYZ | 2.05 | 4.03 | 0.84 | - |
| YUV | 40.31 | 108.63 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 6 | 0.99 | 0 | 0.91 | 0.74 | 124.55 | 0.97 | 0.13 |
| Hex | 1 | 43 | 6 | 63 | 0 | 5B | 4A | 7D | 61 | D |
| Octal | 1 | 103 | 6 | 143 | 0 | 133 | 112 | 175 | 141 | 15 |
| Binary | 1 | 1000011 | 110 | 1100011 | 0 | 1011011 | 1001010 | 1111101 | 1100001 | 1101 |
Color Harmonies of #014306
Complementary color
Monochromatic Colors of #014306
Black with #014306
Text Example
Text Example
White with #014306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014306; }
p { color: rgb(1,67,6); }
H1.HeaderClassName
{
color: #014306;
}
.AnyTagClassName
{
color: #014306;
}
</style>
background-color css
<style>
a { background-color: #014306; }
a { background-color: rgb(1,67,6); }
div.DivClassName
{
background-color: #014306;
}
.BgClassName
{
background-color: #014306;
}
</style>
border-color css
<style>
span { border-color: #014306; }
span { border-color: rgb(1,67,6); }
td.TdClassName
{
border-color: #014306;
}
.TagClassName
{
border-color: #014306;
}
</style>