Shades of Myrtle #0D360C
Tints of Myrtle #0D360C
RGB
CMYK
RGB Variations
Color information
#0D360C (or 0x0D360C) is known color: Myrtle. HEX triplet: 0D, 36 and 0C. RGB value is (13,54,12). Sum of RGB (Red+Green+Blue) = 13+54+12=79 (10% of max value = 765). Red value is 13 (5.47% from 255 or 16.46% from 79); Green value is 54 (21.48% from 255 or 68.35% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 54 - color contains mainly: green. Hex color #0D360C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D360C is #F2C9F3. Grayscale: #252525. Windows color (decimal): -15911412 or 800269. OLE color: 800269.
HSL color Cylindrical-coordinate representation of color #0D360C: hue angle of 118.57º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D360C is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 13 | 54 | 12 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.79 |
| HSL | 118.57º | 0.64% | 0.13% | - |
| HSV(B) | 118.57º | 0.78% | 0.21% | - |
| XYZ | 1.55 | 2.75 | 0.8 | - |
| YUV | 36.95 | 113.92 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 54 | 12 | 0.76 | 0 | 0.78 | 0.79 | 118.57 | 0.64 | 0.13 |
| Hex | D | 36 | C | 4C | 0 | 4E | 4F | 77 | 40 | D |
| Octal | 15 | 66 | 14 | 114 | 0 | 116 | 117 | 167 | 100 | 15 |
| Binary | 1101 | 110110 | 1100 | 1001100 | 0 | 1001110 | 1001111 | 1110111 | 1000000 | 1101 |
Color Harmonies of #0D360C
Complementary color
Monochromatic Colors of #0D360C
Black with #0D360C
Text Example
Text Example
White with #0D360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D360C; }
p { color: rgb(13,54,12); }
H1.HeaderClassName
{
color: #0D360C;
}
.AnyTagClassName
{
color: #0D360C;
}
</style>
background-color css
<style>
a { background-color: #0D360C; }
a { background-color: rgb(13,54,12); }
div.DivClassName
{
background-color: #0D360C;
}
.BgClassName
{
background-color: #0D360C;
}
</style>
border-color css
<style>
span { border-color: #0D360C; }
span { border-color: rgb(13,54,12); }
td.TdClassName
{
border-color: #0D360C;
}
.TagClassName
{
border-color: #0D360C;
}
</style>