Shades of Myrtle #014D0D
Tints of Myrtle #014D0D
RGB
CMYK
RGB Variations
Color information
#014D0D (or 0x014D0D) is known color: Myrtle. HEX triplet: 01, 4D and 0D. RGB value is (1,77,13). Sum of RGB (Red+Green+Blue) = 1+77+13=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 77 (30.47% from 255 or 84.62% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 77 - color contains mainly: green. Hex color #014D0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014D0D is #FEB2F2. Grayscale: #2F2F2F. Windows color (decimal): -16691955 or 871681. OLE color: 871681.
HSL color Cylindrical-coordinate representation of color #014D0D: hue angle of 129.47º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D0D is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 1 | 77 | 13 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.70 |
| HSL | 129.47º | 0.97% | 0.15% | - |
| HSV(B) | 129.47º | 0.99% | 0.3% | - |
| XYZ | 2.74 | 5.34 | 1.27 | - |
| YUV | 46.98 | 108.82 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 13 | 0.99 | 0 | 0.83 | 0.70 | 129.47 | 0.97 | 0.15 |
| Hex | 1 | 4D | D | 63 | 0 | 53 | 46 | 81 | 61 | F |
| Octal | 1 | 115 | 15 | 143 | 0 | 123 | 106 | 201 | 141 | 17 |
| Binary | 1 | 1001101 | 1101 | 1100011 | 0 | 1010011 | 1000110 | 10000001 | 1100001 | 1111 |
Color Harmonies of #014D0D
Complementary color
Monochromatic Colors of #014D0D
Black with #014D0D
Text Example
Text Example
White with #014D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014D0D; }
p { color: rgb(1,77,13); }
H1.HeaderClassName
{
color: #014D0D;
}
.AnyTagClassName
{
color: #014D0D;
}
</style>
background-color css
<style>
a { background-color: #014D0D; }
a { background-color: rgb(1,77,13); }
div.DivClassName
{
background-color: #014D0D;
}
.BgClassName
{
background-color: #014D0D;
}
</style>
border-color css
<style>
span { border-color: #014D0D; }
span { border-color: rgb(1,77,13); }
td.TdClassName
{
border-color: #014D0D;
}
.TagClassName
{
border-color: #014D0D;
}
</style>