Shades of Myrtle #0C3405
Tints of Myrtle #0C3405
RGB
CMYK
RGB Variations
Color information
#0C3405 (or 0x0C3405) is known color: Myrtle. HEX triplet: 0C, 34 and 05. RGB value is (12,52,5). Sum of RGB (Red+Green+Blue) = 12+52+5=69 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.39% from 69); Green value is 52 (20.70% from 255 or 75.36% from 69); Blue value is 5 (2.34% from 255 or 7.25% from 69); Max value from RGB is 52 - color contains mainly: green. Hex color #0C3405 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3405 is #F3CBFA. Grayscale: #222222. Windows color (decimal): -15977467 or 341004. OLE color: 341004.
HSL color Cylindrical-coordinate representation of color #0C3405: hue angle of 111.06º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C3405 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 52 | 5 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.80 |
| HSL | 111.06º | 0.82% | 0.11% | - |
| HSV(B) | 111.06º | 0.9% | 0.2% | - |
| XYZ | 1.41 | 2.55 | 0.56 | - |
| YUV | 34.68 | 111.25 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 52 | 5 | 0.77 | 0 | 0.90 | 0.80 | 111.06 | 0.82 | 0.11 |
| Hex | C | 34 | 5 | 4D | 0 | 5A | 50 | 6F | 52 | B |
| Octal | 14 | 64 | 5 | 115 | 0 | 132 | 120 | 157 | 122 | 13 |
| Binary | 1100 | 110100 | 101 | 1001101 | 0 | 1011010 | 1010000 | 1101111 | 1010010 | 1011 |
Color Harmonies of #0C3405
Complementary color
Monochromatic Colors of #0C3405
Black with #0C3405
Text Example
Text Example
White with #0C3405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3405; }
p { color: rgb(12,52,5); }
H1.HeaderClassName
{
color: #0C3405;
}
.AnyTagClassName
{
color: #0C3405;
}
</style>
background-color css
<style>
a { background-color: #0C3405; }
a { background-color: rgb(12,52,5); }
div.DivClassName
{
background-color: #0C3405;
}
.BgClassName
{
background-color: #0C3405;
}
</style>
border-color css
<style>
span { border-color: #0C3405; }
span { border-color: rgb(12,52,5); }
td.TdClassName
{
border-color: #0C3405;
}
.TagClassName
{
border-color: #0C3405;
}
</style>