Shades of Myrtle #0D460C
Tints of Myrtle #0D460C
RGB
CMYK
RGB Variations
Color information
#0D460C (or 0x0D460C) is known color: Myrtle. HEX triplet: 0D, 46 and 0C. RGB value is (13,70,12). Sum of RGB (Red+Green+Blue) = 13+70+12=95 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.68% from 95); Green value is 70 (27.73% from 255 or 73.68% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 70 - color contains mainly: green. Hex color #0D460C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D460C is #F2B9F3. Grayscale: #2E2E2E. Windows color (decimal): -15907316 or 804365. OLE color: 804365.
HSL color Cylindrical-coordinate representation of color #0D460C: hue angle of 118.97º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D460C is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 70 | 12 | - |
| CMYK | 0.81 | 0 | 0.83 | 0.73 |
| HSL | 118.97º | 0.71% | 0.16% | - |
| HSV(B) | 118.97º | 0.83% | 0.27% | - |
| XYZ | 2.42 | 4.49 | 1.09 | - |
| YUV | 46.35 | 108.62 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 70 | 12 | 0.81 | 0 | 0.83 | 0.73 | 118.97 | 0.71 | 0.16 |
| Hex | D | 46 | C | 51 | 0 | 53 | 49 | 77 | 47 | 10 |
| Octal | 15 | 106 | 14 | 121 | 0 | 123 | 111 | 167 | 107 | 20 |
| Binary | 1101 | 1000110 | 1100 | 1010001 | 0 | 1010011 | 1001001 | 1110111 | 1000111 | 10000 |
Color Harmonies of #0D460C
Complementary color
Monochromatic Colors of #0D460C
Black with #0D460C
Text Example
Text Example
White with #0D460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D460C; }
p { color: rgb(13,70,12); }
H1.HeaderClassName
{
color: #0D460C;
}
.AnyTagClassName
{
color: #0D460C;
}
</style>
background-color css
<style>
a { background-color: #0D460C; }
a { background-color: rgb(13,70,12); }
div.DivClassName
{
background-color: #0D460C;
}
.BgClassName
{
background-color: #0D460C;
}
</style>
border-color css
<style>
span { border-color: #0D460C; }
span { border-color: rgb(13,70,12); }
td.TdClassName
{
border-color: #0D460C;
}
.TagClassName
{
border-color: #0D460C;
}
</style>