Shades of Myrtle #0D510E
Tints of Myrtle #0D510E
RGB
CMYK
RGB Variations
Color information
#0D510E (or 0x0D510E) is known color: Myrtle. HEX triplet: 0D, 51 and 0E. RGB value is (13,81,14). Sum of RGB (Red+Green+Blue) = 13+81+14=108 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.04% from 108); Green value is 81 (32.03% from 255 or 75% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 81 - color contains mainly: green. Hex color #0D510E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D510E is #F2AEF1. Grayscale: #353535. Windows color (decimal): -15904498 or 938253. OLE color: 938253.
HSL color Cylindrical-coordinate representation of color #0D510E: hue angle of 120.88º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D510E is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 13 | 81 | 14 | - |
| CMYK | 0.84 | 0 | 0.83 | 0.68 |
| HSL | 120.88º | 0.72% | 0.18% | - |
| HSV(B) | 120.88º | 0.84% | 0.32% | - |
| XYZ | 3.19 | 6 | 1.41 | - |
| YUV | 53.03 | 105.97 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 81 | 14 | 0.84 | 0 | 0.83 | 0.68 | 120.88 | 0.72 | 0.18 |
| Hex | D | 51 | E | 54 | 0 | 53 | 44 | 79 | 48 | 12 |
| Octal | 15 | 121 | 16 | 124 | 0 | 123 | 104 | 171 | 110 | 22 |
| Binary | 1101 | 1010001 | 1110 | 1010100 | 0 | 1010011 | 1000100 | 1111001 | 1001000 | 10010 |
Color Harmonies of #0D510E
Complementary color
Monochromatic Colors of #0D510E
Black with #0D510E
Text Example
Text Example
White with #0D510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D510E; }
p { color: rgb(13,81,14); }
H1.HeaderClassName
{
color: #0D510E;
}
.AnyTagClassName
{
color: #0D510E;
}
</style>
background-color css
<style>
a { background-color: #0D510E; }
a { background-color: rgb(13,81,14); }
div.DivClassName
{
background-color: #0D510E;
}
.BgClassName
{
background-color: #0D510E;
}
</style>
border-color css
<style>
span { border-color: #0D510E; }
span { border-color: rgb(13,81,14); }
td.TdClassName
{
border-color: #0D510E;
}
.TagClassName
{
border-color: #0D510E;
}
</style>