Shades of Myrtle #0D2407
Tints of Myrtle #0D2407
RGB
CMYK
RGB Variations
Color information
#0D2407 (or 0x0D2407) is known color: Myrtle. HEX triplet: 0D, 24 and 07. RGB value is (13,36,7). Sum of RGB (Red+Green+Blue) = 13+36+7=56 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.21% from 56); Green value is 36 (14.45% from 255 or 64.29% from 56); Blue value is 7 (3.12% from 255 or 12.5% from 56); Max value from RGB is 36 - color contains mainly: green. Hex color #0D2407 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2407 is #F2DBF8. Grayscale: #191919. Windows color (decimal): -15916025 or 467981. OLE color: 467981.
HSL color Cylindrical-coordinate representation of color #0D2407: hue angle of 107.59º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D2407 is Cyan = 0.64, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 13 | 36 | 7 | - |
| CMYK | 0.64 | 0 | 0.81 | 0.86 |
| HSL | 107.59º | 0.67% | 0.08% | - |
| HSV(B) | 107.59º | 0.81% | 0.14% | - |
| XYZ | 0.84 | 1.36 | 0.42 | - |
| YUV | 25.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 36 | 7 | 0.64 | 0 | 0.81 | 0.86 | 107.59 | 0.67 | 0.08 |
| Hex | D | 24 | 7 | 40 | 0 | 51 | 56 | 6C | 43 | 8 |
| Octal | 15 | 44 | 7 | 100 | 0 | 121 | 126 | 154 | 103 | 10 |
| Binary | 1101 | 100100 | 111 | 1000000 | 0 | 1010001 | 1010110 | 1101100 | 1000011 | 1000 |
Color Harmonies of #0D2407
Complementary color
Monochromatic Colors of #0D2407
Black with #0D2407
Text Example
Text Example
White with #0D2407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2407; }
p { color: rgb(13,36,7); }
H1.HeaderClassName
{
color: #0D2407;
}
.AnyTagClassName
{
color: #0D2407;
}
</style>
background-color css
<style>
a { background-color: #0D2407; }
a { background-color: rgb(13,36,7); }
div.DivClassName
{
background-color: #0D2407;
}
.BgClassName
{
background-color: #0D2407;
}
</style>
border-color css
<style>
span { border-color: #0D2407; }
span { border-color: rgb(13,36,7); }
td.TdClassName
{
border-color: #0D2407;
}
.TagClassName
{
border-color: #0D2407;
}
</style>