Shades of Myrtle #0D3E07
Tints of Myrtle #0D3E07
RGB
CMYK
RGB Variations
Color information
#0D3E07 (or 0x0D3E07) is known color: Myrtle. HEX triplet: 0D, 3E and 07. RGB value is (13,62,7). Sum of RGB (Red+Green+Blue) = 13+62+7=82 (10% of max value = 765). Red value is 13 (5.47% from 255 or 15.85% from 82); Green value is 62 (24.61% from 255 or 75.61% from 82); Blue value is 7 (3.12% from 255 or 8.54% from 82); Max value from RGB is 62 - color contains mainly: green. Hex color #0D3E07 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3E07 is #F2C1F8. Grayscale: #292929. Windows color (decimal): -15909369 or 474637. OLE color: 474637.
HSL color Cylindrical-coordinate representation of color #0D3E07: hue angle of 113.45º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D3E07 is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 62 | 7 | - |
| CMYK | 0.79 | 0 | 0.89 | 0.76 |
| HSL | 113.45º | 0.8% | 0.14% | - |
| HSV(B) | 113.45º | 0.89% | 0.24% | - |
| XYZ | 1.93 | 3.55 | 0.78 | - |
| YUV | 41.08 | 108.77 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 62 | 7 | 0.79 | 0 | 0.89 | 0.76 | 113.45 | 0.8 | 0.14 |
| Hex | D | 3E | 7 | 4F | 0 | 59 | 4C | 71 | 50 | E |
| Octal | 15 | 76 | 7 | 117 | 0 | 131 | 114 | 161 | 120 | 16 |
| Binary | 1101 | 111110 | 111 | 1001111 | 0 | 1011001 | 1001100 | 1110001 | 1010000 | 1110 |
Color Harmonies of #0D3E07
Complementary color
Monochromatic Colors of #0D3E07
Black with #0D3E07
Text Example
Text Example
White with #0D3E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3E07; }
p { color: rgb(13,62,7); }
H1.HeaderClassName
{
color: #0D3E07;
}
.AnyTagClassName
{
color: #0D3E07;
}
</style>
background-color css
<style>
a { background-color: #0D3E07; }
a { background-color: rgb(13,62,7); }
div.DivClassName
{
background-color: #0D3E07;
}
.BgClassName
{
background-color: #0D3E07;
}
</style>
border-color css
<style>
span { border-color: #0D3E07; }
span { border-color: rgb(13,62,7); }
td.TdClassName
{
border-color: #0D3E07;
}
.TagClassName
{
border-color: #0D3E07;
}
</style>