Shades of Myrtle #0C3402
Tints of Myrtle #0C3402
RGB
CMYK
RGB Variations
Color information
#0C3402 (or 0x0C3402) is known color: Myrtle. HEX triplet: 0C, 34 and 02. RGB value is (12,52,2). Sum of RGB (Red+Green+Blue) = 12+52+2=66 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.18% from 66); Green value is 52 (20.70% from 255 or 78.79% from 66); Blue value is 2 (1.17% from 255 or 3.03% from 66); Max value from RGB is 52 - color contains mainly: green. Hex color #0C3402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3402 is #F3CBFD. Grayscale: #222222. Windows color (decimal): -15977470 or 144396. OLE color: 144396.
HSL color Cylindrical-coordinate representation of color #0C3402: hue angle of 108º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C3402 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 52 | 2 | - |
| CMYK | 0.77 | 0 | 0.96 | 0.80 |
| HSL | 108º | 0.93% | 0.11% | - |
| HSV(B) | 108º | 0.96% | 0.2% | - |
| XYZ | 1.39 | 2.54 | 0.47 | - |
| YUV | 34.34 | 109.75 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 52 | 2 | 0.77 | 0 | 0.96 | 0.80 | 108 | 0.93 | 0.11 |
| Hex | C | 34 | 2 | 4D | 0 | 60 | 50 | 6C | 5D | B |
| Octal | 14 | 64 | 2 | 115 | 0 | 140 | 120 | 154 | 135 | 13 |
| Binary | 1100 | 110100 | 10 | 1001101 | 0 | 1100000 | 1010000 | 1101100 | 1011101 | 1011 |
Color Harmonies of #0C3402
Complementary color
Monochromatic Colors of #0C3402
Black with #0C3402
Text Example
Text Example
White with #0C3402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3402; }
p { color: rgb(12,52,2); }
H1.HeaderClassName
{
color: #0C3402;
}
.AnyTagClassName
{
color: #0C3402;
}
</style>
background-color css
<style>
a { background-color: #0C3402; }
a { background-color: rgb(12,52,2); }
div.DivClassName
{
background-color: #0C3402;
}
.BgClassName
{
background-color: #0C3402;
}
</style>
border-color css
<style>
span { border-color: #0C3402; }
span { border-color: rgb(12,52,2); }
td.TdClassName
{
border-color: #0C3402;
}
.TagClassName
{
border-color: #0C3402;
}
</style>