Shades of Myrtle #0C360D
Tints of Myrtle #0C360D
RGB
CMYK
RGB Variations
Color information
#0C360D (or 0x0C360D) is known color: Myrtle. HEX triplet: 0C, 36 and 0D. RGB value is (12,54,13). Sum of RGB (Red+Green+Blue) = 12+54+13=79 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.19% from 79); Green value is 54 (21.48% from 255 or 68.35% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 54 - color contains mainly: green. Hex color #0C360D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C360D is #F3C9F2. Grayscale: #242424. Windows color (decimal): -15976947 or 865804. OLE color: 865804.
HSL color Cylindrical-coordinate representation of color #0C360D: hue angle of 121.43º 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 #0C360D is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 12 | 54 | 13 | - |
| CMYK | 0.78 | 0 | 0.76 | 0.79 |
| HSL | 121.43º | 0.64% | 0.13% | - |
| HSV(B) | 121.43º | 0.78% | 0.21% | - |
| XYZ | 1.54 | 2.75 | 0.83 | - |
| YUV | 36.77 | 114.59 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 54 | 13 | 0.78 | 0 | 0.76 | 0.79 | 121.43 | 0.64 | 0.13 |
| Hex | C | 36 | D | 4E | 0 | 4C | 4F | 79 | 40 | D |
| Octal | 14 | 66 | 15 | 116 | 0 | 114 | 117 | 171 | 100 | 15 |
| Binary | 1100 | 110110 | 1101 | 1001110 | 0 | 1001100 | 1001111 | 1111001 | 1000000 | 1101 |
Color Harmonies of #0C360D
Complementary color
Monochromatic Colors of #0C360D
Black with #0C360D
Text Example
Text Example
White with #0C360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C360D; }
p { color: rgb(12,54,13); }
H1.HeaderClassName
{
color: #0C360D;
}
.AnyTagClassName
{
color: #0C360D;
}
</style>
background-color css
<style>
a { background-color: #0C360D; }
a { background-color: rgb(12,54,13); }
div.DivClassName
{
background-color: #0C360D;
}
.BgClassName
{
background-color: #0C360D;
}
</style>
border-color css
<style>
span { border-color: #0C360D; }
span { border-color: rgb(12,54,13); }
td.TdClassName
{
border-color: #0C360D;
}
.TagClassName
{
border-color: #0C360D;
}
</style>