Shades of Myrtle #0C3D10
Tints of Myrtle #0C3D10
RGB
CMYK
RGB Variations
Color information
#0C3D10 (or 0x0C3D10) is known color: Myrtle. HEX triplet: 0C, 3D and 10. RGB value is (12,61,16). Sum of RGB (Red+Green+Blue) = 12+61+16=89 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.48% from 89); Green value is 61 (24.22% from 255 or 68.54% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 61 - color contains mainly: green. Hex color #0C3D10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3D10 is #F3C2EF. Grayscale: #292929. Windows color (decimal): -15975152 or 1064204. OLE color: 1064204.
HSL color Cylindrical-coordinate representation of color #0C3D10: hue angle of 124.9º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C3D10 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 12 | 61 | 16 | - |
| CMYK | 0.80 | 0 | 0.74 | 0.76 |
| HSL | 124.9º | 0.67% | 0.14% | - |
| HSV(B) | 124.9º | 0.8% | 0.24% | - |
| XYZ | 1.91 | 3.45 | 1.06 | - |
| YUV | 41.22 | 113.77 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 61 | 16 | 0.80 | 0 | 0.74 | 0.76 | 124.9 | 0.67 | 0.14 |
| Hex | C | 3D | 10 | 50 | 0 | 4A | 4C | 7D | 43 | E |
| Octal | 14 | 75 | 20 | 120 | 0 | 112 | 114 | 175 | 103 | 16 |
| Binary | 1100 | 111101 | 10000 | 1010000 | 0 | 1001010 | 1001100 | 1111101 | 1000011 | 1110 |
Color Harmonies of #0C3D10
Complementary color
Monochromatic Colors of #0C3D10
Black with #0C3D10
Text Example
Text Example
White with #0C3D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3D10; }
p { color: rgb(12,61,16); }
H1.HeaderClassName
{
color: #0C3D10;
}
.AnyTagClassName
{
color: #0C3D10;
}
</style>
background-color css
<style>
a { background-color: #0C3D10; }
a { background-color: rgb(12,61,16); }
div.DivClassName
{
background-color: #0C3D10;
}
.BgClassName
{
background-color: #0C3D10;
}
</style>
border-color css
<style>
span { border-color: #0C3D10; }
span { border-color: rgb(12,61,16); }
td.TdClassName
{
border-color: #0C3D10;
}
.TagClassName
{
border-color: #0C3D10;
}
</style>