Shades of Myrtle #0C5309
Tints of Myrtle #0C5309
RGB
CMYK
RGB Variations
Color information
#0C5309 (or 0x0C5309) is known color: Myrtle. HEX triplet: 0C, 53 and 09. RGB value is (12,83,9). Sum of RGB (Red+Green+Blue) = 12+83+9=104 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.54% from 104); Green value is 83 (32.81% from 255 or 79.81% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 83 - color contains mainly: green. Hex color #0C5309 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5309 is #F3ACF6. Grayscale: #353535. Windows color (decimal): -15969527 or 611084. OLE color: 611084.
HSL color Cylindrical-coordinate representation of color #0C5309: hue angle of 117.57º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C5309 is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 83 | 9 | - |
| CMYK | 0.86 | 0 | 0.89 | 0.67 |
| HSL | 117.57º | 0.8% | 0.18% | - |
| HSV(B) | 117.57º | 0.89% | 0.33% | - |
| XYZ | 3.29 | 6.28 | 1.3 | - |
| YUV | 53.34 | 102.98 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 83 | 9 | 0.86 | 0 | 0.89 | 0.67 | 117.57 | 0.8 | 0.18 |
| Hex | C | 53 | 9 | 56 | 0 | 59 | 43 | 76 | 50 | 12 |
| Octal | 14 | 123 | 11 | 126 | 0 | 131 | 103 | 166 | 120 | 22 |
| Binary | 1100 | 1010011 | 1001 | 1010110 | 0 | 1011001 | 1000011 | 1110110 | 1010000 | 10010 |
Color Harmonies of #0C5309
Complementary color
Monochromatic Colors of #0C5309
Black with #0C5309
Text Example
Text Example
White with #0C5309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5309; }
p { color: rgb(12,83,9); }
H1.HeaderClassName
{
color: #0C5309;
}
.AnyTagClassName
{
color: #0C5309;
}
</style>
background-color css
<style>
a { background-color: #0C5309; }
a { background-color: rgb(12,83,9); }
div.DivClassName
{
background-color: #0C5309;
}
.BgClassName
{
background-color: #0C5309;
}
</style>
border-color css
<style>
span { border-color: #0C5309; }
span { border-color: rgb(12,83,9); }
td.TdClassName
{
border-color: #0C5309;
}
.TagClassName
{
border-color: #0C5309;
}
</style>