Shades of Myrtle #01510D
Tints of Myrtle #01510D
RGB
CMYK
RGB Variations
Color information
#01510D (or 0x01510D) is known color: Myrtle. HEX triplet: 01, 51 and 0D. RGB value is (1,81,13). Sum of RGB (Red+Green+Blue) = 1+81+13=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 81 (32.03% from 255 or 85.26% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 81 - color contains mainly: green. Hex color #01510D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01510D is #FEAEF2. Grayscale: #313131. Windows color (decimal): -16690931 or 872705. OLE color: 872705.
HSL color Cylindrical-coordinate representation of color #01510D: hue angle of 129º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01510D is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 81 | 13 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.68 |
| HSL | 129º | 0.98% | 0.16% | - |
| HSV(B) | 129º | 0.99% | 0.32% | - |
| XYZ | 3.03 | 5.92 | 1.36 | - |
| YUV | 49.33 | 107.5 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 13 | 0.99 | 0 | 0.84 | 0.68 | 129 | 0.98 | 0.16 |
| Hex | 1 | 51 | D | 63 | 0 | 54 | 44 | 81 | 62 | 10 |
| Octal | 1 | 121 | 15 | 143 | 0 | 124 | 104 | 201 | 142 | 20 |
| Binary | 1 | 1010001 | 1101 | 1100011 | 0 | 1010100 | 1000100 | 10000001 | 1100010 | 10000 |
Color Harmonies of #01510D
Complementary color
Monochromatic Colors of #01510D
Black with #01510D
Text Example
Text Example
White with #01510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01510D; }
p { color: rgb(1,81,13); }
H1.HeaderClassName
{
color: #01510D;
}
.AnyTagClassName
{
color: #01510D;
}
</style>
background-color css
<style>
a { background-color: #01510D; }
a { background-color: rgb(1,81,13); }
div.DivClassName
{
background-color: #01510D;
}
.BgClassName
{
background-color: #01510D;
}
</style>
border-color css
<style>
span { border-color: #01510D; }
span { border-color: rgb(1,81,13); }
td.TdClassName
{
border-color: #01510D;
}
.TagClassName
{
border-color: #01510D;
}
</style>