Shades of Myrtle #0C3A10
Tints of Myrtle #0C3A10
RGB
CMYK
RGB Variations
Color information
#0C3A10 (or 0x0C3A10) is known color: Myrtle. HEX triplet: 0C, 3A and 10. RGB value is (12,58,16). Sum of RGB (Red+Green+Blue) = 12+58+16=86 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.95% from 86); Green value is 58 (23.05% from 255 or 67.44% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 58 - color contains mainly: green. Hex color #0C3A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3A10 is #F3C5EF. Grayscale: #272727. Windows color (decimal): -15975920 or 1063436. OLE color: 1063436.
HSL color Cylindrical-coordinate representation of color #0C3A10: hue angle of 125.22º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C3A10 is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 12 | 58 | 16 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.77 |
| HSL | 125.22º | 0.66% | 0.14% | - |
| HSV(B) | 125.22º | 0.79% | 0.23% | - |
| XYZ | 1.76 | 3.14 | 1 | - |
| YUV | 39.46 | 114.76 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 58 | 16 | 0.79 | 0 | 0.72 | 0.77 | 125.22 | 0.66 | 0.14 |
| Hex | C | 3A | 10 | 4F | 0 | 48 | 4D | 7D | 42 | E |
| Octal | 14 | 72 | 20 | 117 | 0 | 110 | 115 | 175 | 102 | 16 |
| Binary | 1100 | 111010 | 10000 | 1001111 | 0 | 1001000 | 1001101 | 1111101 | 1000010 | 1110 |
Color Harmonies of #0C3A10
Complementary color
Monochromatic Colors of #0C3A10
Black with #0C3A10
Text Example
Text Example
White with #0C3A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3A10; }
p { color: rgb(12,58,16); }
H1.HeaderClassName
{
color: #0C3A10;
}
.AnyTagClassName
{
color: #0C3A10;
}
</style>
background-color css
<style>
a { background-color: #0C3A10; }
a { background-color: rgb(12,58,16); }
div.DivClassName
{
background-color: #0C3A10;
}
.BgClassName
{
background-color: #0C3A10;
}
</style>
border-color css
<style>
span { border-color: #0C3A10; }
span { border-color: rgb(12,58,16); }
td.TdClassName
{
border-color: #0C3A10;
}
.TagClassName
{
border-color: #0C3A10;
}
</style>