Shades of Myrtle #0C530C
Tints of Myrtle #0C530C
RGB
CMYK
RGB Variations
Color information
#0C530C (or 0x0C530C) is known color: Myrtle. HEX triplet: 0C, 53 and 0C. RGB value is (12,83,12). Sum of RGB (Red+Green+Blue) = 12+83+12=107 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.21% from 107); Green value is 83 (32.81% from 255 or 77.57% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 83 - color contains mainly: green. Hex color #0C530C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C530C is #F3ACF3. Grayscale: #353535. Windows color (decimal): -15969524 or 807692. OLE color: 807692.
HSL color Cylindrical-coordinate representation of color #0C530C: hue angle of 120º 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 #0C530C is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 83 | 12 | - |
| CMYK | 0.86 | 0 | 0.86 | 0.67 |
| HSL | 120º | 0.75% | 0.19% | - |
| HSV(B) | 120º | 0.86% | 0.33% | - |
| XYZ | 3.31 | 6.29 | 1.39 | - |
| YUV | 53.68 | 104.48 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 83 | 12 | 0.86 | 0 | 0.86 | 0.67 | 120 | 0.75 | 0.19 |
| Hex | C | 53 | C | 56 | 0 | 56 | 43 | 78 | 4B | 13 |
| Octal | 14 | 123 | 14 | 126 | 0 | 126 | 103 | 170 | 113 | 23 |
| Binary | 1100 | 1010011 | 1100 | 1010110 | 0 | 1010110 | 1000011 | 1111000 | 1001011 | 10011 |
Color Harmonies of #0C530C
Complementary color
Monochromatic Colors of #0C530C
Black with #0C530C
Text Example
Text Example
White with #0C530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C530C; }
p { color: rgb(12,83,12); }
H1.HeaderClassName
{
color: #0C530C;
}
.AnyTagClassName
{
color: #0C530C;
}
</style>
background-color css
<style>
a { background-color: #0C530C; }
a { background-color: rgb(12,83,12); }
div.DivClassName
{
background-color: #0C530C;
}
.BgClassName
{
background-color: #0C530C;
}
</style>
border-color css
<style>
span { border-color: #0C530C; }
span { border-color: rgb(12,83,12); }
td.TdClassName
{
border-color: #0C530C;
}
.TagClassName
{
border-color: #0C530C;
}
</style>