Shades of Myrtle #0C540D
Tints of Myrtle #0C540D
RGB
CMYK
RGB Variations
Color information
#0C540D (or 0x0C540D) is known color: Myrtle. HEX triplet: 0C, 54 and 0D. RGB value is (12,84,13). Sum of RGB (Red+Green+Blue) = 12+84+13=109 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.01% from 109); Green value is 84 (33.20% from 255 or 77.06% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 84 - color contains mainly: green. Hex color #0C540D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C540D is #F3ABF2. Grayscale: #363636. Windows color (decimal): -15969267 or 873484. OLE color: 873484.
HSL color Cylindrical-coordinate representation of color #0C540D: hue angle of 120.83º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C540D is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 84 | 13 | - |
| CMYK | 0.86 | 0 | 0.85 | 0.67 |
| HSL | 120.83º | 0.75% | 0.19% | - |
| HSV(B) | 120.83º | 0.86% | 0.33% | - |
| XYZ | 3.39 | 6.45 | 1.45 | - |
| YUV | 54.38 | 104.65 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 84 | 13 | 0.86 | 0 | 0.85 | 0.67 | 120.83 | 0.75 | 0.19 |
| Hex | C | 54 | D | 56 | 0 | 55 | 43 | 79 | 4B | 13 |
| Octal | 14 | 124 | 15 | 126 | 0 | 125 | 103 | 171 | 113 | 23 |
| Binary | 1100 | 1010100 | 1101 | 1010110 | 0 | 1010101 | 1000011 | 1111001 | 1001011 | 10011 |
Color Harmonies of #0C540D
Complementary color
Monochromatic Colors of #0C540D
Black with #0C540D
Text Example
Text Example
White with #0C540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C540D; }
p { color: rgb(12,84,13); }
H1.HeaderClassName
{
color: #0C540D;
}
.AnyTagClassName
{
color: #0C540D;
}
</style>
background-color css
<style>
a { background-color: #0C540D; }
a { background-color: rgb(12,84,13); }
div.DivClassName
{
background-color: #0C540D;
}
.BgClassName
{
background-color: #0C540D;
}
</style>
border-color css
<style>
span { border-color: #0C540D; }
span { border-color: rgb(12,84,13); }
td.TdClassName
{
border-color: #0C540D;
}
.TagClassName
{
border-color: #0C540D;
}
</style>