Shades of Myrtle #0C3B10
Tints of Myrtle #0C3B10
RGB
CMYK
RGB Variations
Color information
#0C3B10 (or 0x0C3B10) is known color: Myrtle. HEX triplet: 0C, 3B and 10. RGB value is (12,59,16). Sum of RGB (Red+Green+Blue) = 12+59+16=87 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.79% from 87); Green value is 59 (23.44% from 255 or 67.82% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 59 - color contains mainly: green. Hex color #0C3B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3B10 is #F3C4EF. Grayscale: #282828. Windows color (decimal): -15975664 or 1063692. OLE color: 1063692.
HSL color Cylindrical-coordinate representation of color #0C3B10: hue angle of 125.11º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C3B10 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 12 | 59 | 16 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.77 |
| HSL | 125.11º | 0.66% | 0.14% | - |
| HSV(B) | 125.11º | 0.8% | 0.23% | - |
| XYZ | 1.81 | 3.24 | 1.02 | - |
| YUV | 40.05 | 114.43 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 59 | 16 | 0.80 | 0 | 0.73 | 0.77 | 125.11 | 0.66 | 0.14 |
| Hex | C | 3B | 10 | 50 | 0 | 49 | 4D | 7D | 42 | E |
| Octal | 14 | 73 | 20 | 120 | 0 | 111 | 115 | 175 | 102 | 16 |
| Binary | 1100 | 111011 | 10000 | 1010000 | 0 | 1001001 | 1001101 | 1111101 | 1000010 | 1110 |
Color Harmonies of #0C3B10
Complementary color
Monochromatic Colors of #0C3B10
Black with #0C3B10
Text Example
Text Example
White with #0C3B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3B10; }
p { color: rgb(12,59,16); }
H1.HeaderClassName
{
color: #0C3B10;
}
.AnyTagClassName
{
color: #0C3B10;
}
</style>
background-color css
<style>
a { background-color: #0C3B10; }
a { background-color: rgb(12,59,16); }
div.DivClassName
{
background-color: #0C3B10;
}
.BgClassName
{
background-color: #0C3B10;
}
</style>
border-color css
<style>
span { border-color: #0C3B10; }
span { border-color: rgb(12,59,16); }
td.TdClassName
{
border-color: #0C3B10;
}
.TagClassName
{
border-color: #0C3B10;
}
</style>