Shades of Myrtle #0C340F
Tints of Myrtle #0C340F
RGB
CMYK
RGB Variations
Color information
#0C340F (or 0x0C340F) is known color: Myrtle. HEX triplet: 0C, 34 and 0F. RGB value is (12,52,15). Sum of RGB (Red+Green+Blue) = 12+52+15=79 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.19% from 79); Green value is 52 (20.70% from 255 or 65.82% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 52 - color contains mainly: green. Hex color #0C340F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C340F is #F3CBF0. Grayscale: #232323. Windows color (decimal): -15977457 or 996364. OLE color: 996364.
HSL color Cylindrical-coordinate representation of color #0C340F: hue angle of 124.5º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C340F is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 52 | 15 | - |
| CMYK | 0.77 | 0 | 0.71 | 0.80 |
| HSL | 124.5º | 0.63% | 0.13% | - |
| HSV(B) | 124.5º | 0.77% | 0.2% | - |
| XYZ | 1.47 | 2.57 | 0.87 | - |
| YUV | 35.82 | 116.25 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 52 | 15 | 0.77 | 0 | 0.71 | 0.80 | 124.5 | 0.63 | 0.13 |
| Hex | C | 34 | F | 4D | 0 | 47 | 50 | 7C | 3E | D |
| Octal | 14 | 64 | 17 | 115 | 0 | 107 | 120 | 174 | 76 | 15 |
| Binary | 1100 | 110100 | 1111 | 1001101 | 0 | 1000111 | 1010000 | 1111100 | 111110 | 1101 |
Color Harmonies of #0C340F
Complementary color
Monochromatic Colors of #0C340F
Black with #0C340F
Text Example
Text Example
White with #0C340F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C340F; }
p { color: rgb(12,52,15); }
H1.HeaderClassName
{
color: #0C340F;
}
.AnyTagClassName
{
color: #0C340F;
}
</style>
background-color css
<style>
a { background-color: #0C340F; }
a { background-color: rgb(12,52,15); }
div.DivClassName
{
background-color: #0C340F;
}
.BgClassName
{
background-color: #0C340F;
}
</style>
border-color css
<style>
span { border-color: #0C340F; }
span { border-color: rgb(12,52,15); }
td.TdClassName
{
border-color: #0C340F;
}
.TagClassName
{
border-color: #0C340F;
}
</style>