Shades of Myrtle #0C3702
Tints of Myrtle #0C3702
RGB
CMYK
RGB Variations
Color information
#0C3702 (or 0x0C3702) is known color: Myrtle. HEX triplet: 0C, 37 and 02. RGB value is (12,55,2). Sum of RGB (Red+Green+Blue) = 12+55+2=69 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.39% from 69); Green value is 55 (21.88% from 255 or 79.71% from 69); Blue value is 2 (1.17% from 255 or 2.90% from 69); Max value from RGB is 55 - color contains mainly: green. Hex color #0C3702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3702 is #F3C8FD. Grayscale: #242424. Windows color (decimal): -15976702 or 145164. OLE color: 145164.
HSL color Cylindrical-coordinate representation of color #0C3702: hue angle of 108.68º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C3702 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 55 | 2 | - |
| CMYK | 0.78 | 0 | 0.96 | 0.78 |
| HSL | 108.68º | 0.93% | 0.11% | - |
| HSV(B) | 108.68º | 0.96% | 0.22% | - |
| XYZ | 1.53 | 2.81 | 0.52 | - |
| YUV | 36.1 | 108.75 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 55 | 2 | 0.78 | 0 | 0.96 | 0.78 | 108.68 | 0.93 | 0.11 |
| Hex | C | 37 | 2 | 4E | 0 | 60 | 4E | 6D | 5D | B |
| Octal | 14 | 67 | 2 | 116 | 0 | 140 | 116 | 155 | 135 | 13 |
| Binary | 1100 | 110111 | 10 | 1001110 | 0 | 1100000 | 1001110 | 1101101 | 1011101 | 1011 |
Color Harmonies of #0C3702
Complementary color
Monochromatic Colors of #0C3702
Black with #0C3702
Text Example
Text Example
White with #0C3702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3702; }
p { color: rgb(12,55,2); }
H1.HeaderClassName
{
color: #0C3702;
}
.AnyTagClassName
{
color: #0C3702;
}
</style>
background-color css
<style>
a { background-color: #0C3702; }
a { background-color: rgb(12,55,2); }
div.DivClassName
{
background-color: #0C3702;
}
.BgClassName
{
background-color: #0C3702;
}
</style>
border-color css
<style>
span { border-color: #0C3702; }
span { border-color: rgb(12,55,2); }
td.TdClassName
{
border-color: #0C3702;
}
.TagClassName
{
border-color: #0C3702;
}
</style>