Shades of Myrtle #0D4D01
Tints of Myrtle #0D4D01
RGB
CMYK
RGB Variations
Color information
#0D4D01 (or 0x0D4D01) is known color: Myrtle. HEX triplet: 0D, 4D and 01. RGB value is (13,77,1). Sum of RGB (Red+Green+Blue) = 13+77+1=91 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.29% from 91); Green value is 77 (30.47% from 255 or 84.62% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 77 - color contains mainly: green. Hex color #0D4D01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D4D01 is #F2B2FE. Grayscale: #313131. Windows color (decimal): -15905535 or 85261. OLE color: 85261.
HSL color Cylindrical-coordinate representation of color #0D4D01: hue angle of 110.53º 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 #0D4D01 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 13 | 77 | 1 | - |
| CMYK | 0.83 | 0 | 0.99 | 0.70 |
| HSL | 110.53º | 0.97% | 0.15% | - |
| HSV(B) | 110.53º | 0.99% | 0.3% | - |
| XYZ | 2.83 | 5.4 | 0.92 | - |
| YUV | 49.2 | 100.8 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 77 | 1 | 0.83 | 0 | 0.99 | 0.70 | 110.53 | 0.97 | 0.15 |
| Hex | D | 4D | 1 | 53 | 0 | 63 | 46 | 6F | 61 | F |
| Octal | 15 | 115 | 1 | 123 | 0 | 143 | 106 | 157 | 141 | 17 |
| Binary | 1101 | 1001101 | 1 | 1010011 | 0 | 1100011 | 1000110 | 1101111 | 1100001 | 1111 |
Color Harmonies of #0D4D01
Complementary color
Monochromatic Colors of #0D4D01
Black with #0D4D01
Text Example
Text Example
White with #0D4D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4D01; }
p { color: rgb(13,77,1); }
H1.HeaderClassName
{
color: #0D4D01;
}
.AnyTagClassName
{
color: #0D4D01;
}
</style>
background-color css
<style>
a { background-color: #0D4D01; }
a { background-color: rgb(13,77,1); }
div.DivClassName
{
background-color: #0D4D01;
}
.BgClassName
{
background-color: #0D4D01;
}
</style>
border-color css
<style>
span { border-color: #0D4D01; }
span { border-color: rgb(13,77,1); }
td.TdClassName
{
border-color: #0D4D01;
}
.TagClassName
{
border-color: #0D4D01;
}
</style>