Shades of Myrtle #0C530D
Tints of Myrtle #0C530D
RGB
CMYK
RGB Variations
Color information
#0C530D (or 0x0C530D) is known color: Myrtle. HEX triplet: 0C, 53 and 0D. RGB value is (12,83,13). Sum of RGB (Red+Green+Blue) = 12+83+13=108 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.11% from 108); Green value is 83 (32.81% from 255 or 76.85% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 83 - color contains mainly: green. Hex color #0C530D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C530D is #F3ACF2. Grayscale: #363636. Windows color (decimal): -15969523 or 873228. OLE color: 873228.
HSL color Cylindrical-coordinate representation of color #0C530D: hue angle of 120.85º 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 #0C530D is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 83 | 13 | - |
| CMYK | 0.86 | 0 | 0.84 | 0.67 |
| HSL | 120.85º | 0.75% | 0.19% | - |
| HSV(B) | 120.85º | 0.86% | 0.33% | - |
| XYZ | 3.32 | 6.29 | 1.42 | - |
| YUV | 53.79 | 104.98 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 83 | 13 | 0.86 | 0 | 0.84 | 0.67 | 120.85 | 0.75 | 0.19 |
| Hex | C | 53 | D | 56 | 0 | 54 | 43 | 79 | 4B | 13 |
| Octal | 14 | 123 | 15 | 126 | 0 | 124 | 103 | 171 | 113 | 23 |
| Binary | 1100 | 1010011 | 1101 | 1010110 | 0 | 1010100 | 1000011 | 1111001 | 1001011 | 10011 |
Color Harmonies of #0C530D
Complementary color
Monochromatic Colors of #0C530D
Black with #0C530D
Text Example
Text Example
White with #0C530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C530D; }
p { color: rgb(12,83,13); }
H1.HeaderClassName
{
color: #0C530D;
}
.AnyTagClassName
{
color: #0C530D;
}
</style>
background-color css
<style>
a { background-color: #0C530D; }
a { background-color: rgb(12,83,13); }
div.DivClassName
{
background-color: #0C530D;
}
.BgClassName
{
background-color: #0C530D;
}
</style>
border-color css
<style>
span { border-color: #0C530D; }
span { border-color: rgb(12,83,13); }
td.TdClassName
{
border-color: #0C530D;
}
.TagClassName
{
border-color: #0C530D;
}
</style>