Shades of Myrtle #0C530B
Tints of Myrtle #0C530B
RGB
CMYK
RGB Variations
Color information
#0C530B (or 0x0C530B) is known color: Myrtle. HEX triplet: 0C, 53 and 0B. RGB value is (12,83,11). Sum of RGB (Red+Green+Blue) = 12+83+11=106 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.32% from 106); Green value is 83 (32.81% from 255 or 78.30% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 83 - color contains mainly: green. Hex color #0C530B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C530B is #F3ACF4. Grayscale: #353535. Windows color (decimal): -15969525 or 742156. OLE color: 742156.
HSL color Cylindrical-coordinate representation of color #0C530B: hue angle of 119.17º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C530B is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 83 | 11 | - |
| CMYK | 0.86 | 0 | 0.87 | 0.67 |
| HSL | 119.17º | 0.77% | 0.18% | - |
| HSV(B) | 119.17º | 0.87% | 0.33% | - |
| XYZ | 3.31 | 6.29 | 1.36 | - |
| YUV | 53.56 | 103.98 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 83 | 11 | 0.86 | 0 | 0.87 | 0.67 | 119.17 | 0.77 | 0.18 |
| Hex | C | 53 | B | 56 | 0 | 57 | 43 | 77 | 4D | 12 |
| Octal | 14 | 123 | 13 | 126 | 0 | 127 | 103 | 167 | 115 | 22 |
| Binary | 1100 | 1010011 | 1011 | 1010110 | 0 | 1010111 | 1000011 | 1110111 | 1001101 | 10010 |
Color Harmonies of #0C530B
Complementary color
Monochromatic Colors of #0C530B
Black with #0C530B
Text Example
Text Example
White with #0C530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C530B; }
p { color: rgb(12,83,11); }
H1.HeaderClassName
{
color: #0C530B;
}
.AnyTagClassName
{
color: #0C530B;
}
</style>
background-color css
<style>
a { background-color: #0C530B; }
a { background-color: rgb(12,83,11); }
div.DivClassName
{
background-color: #0C530B;
}
.BgClassName
{
background-color: #0C530B;
}
</style>
border-color css
<style>
span { border-color: #0C530B; }
span { border-color: rgb(12,83,11); }
td.TdClassName
{
border-color: #0C530B;
}
.TagClassName
{
border-color: #0C530B;
}
</style>