Shades of Myrtle #0C4303
Tints of Myrtle #0C4303
RGB
CMYK
RGB Variations
Color information
#0C4303 (or 0x0C4303) is known color: Myrtle. HEX triplet: 0C, 43 and 03. RGB value is (12,67,3). Sum of RGB (Red+Green+Blue) = 12+67+3=82 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.63% from 82); Green value is 67 (26.56% from 255 or 81.71% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 67 - color contains mainly: green. Hex color #0C4303 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4303 is #F3BCFC. Grayscale: #2B2B2B. Windows color (decimal): -15973629 or 213772. OLE color: 213772.
HSL color Cylindrical-coordinate representation of color #0C4303: hue angle of 111.56º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C4303 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 12 | 67 | 3 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.74 |
| HSL | 111.56º | 0.91% | 0.14% | - |
| HSV(B) | 111.56º | 0.96% | 0.26% | - |
| XYZ | 2.18 | 4.1 | 0.76 | - |
| YUV | 43.26 | 105.28 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 67 | 3 | 0.82 | 0 | 0.96 | 0.74 | 111.56 | 0.91 | 0.14 |
| Hex | C | 43 | 3 | 52 | 0 | 60 | 4A | 70 | 5B | E |
| Octal | 14 | 103 | 3 | 122 | 0 | 140 | 112 | 160 | 133 | 16 |
| Binary | 1100 | 1000011 | 11 | 1010010 | 0 | 1100000 | 1001010 | 1110000 | 1011011 | 1110 |
Color Harmonies of #0C4303
Complementary color
Monochromatic Colors of #0C4303
Black with #0C4303
Text Example
Text Example
White with #0C4303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4303; }
p { color: rgb(12,67,3); }
H1.HeaderClassName
{
color: #0C4303;
}
.AnyTagClassName
{
color: #0C4303;
}
</style>
background-color css
<style>
a { background-color: #0C4303; }
a { background-color: rgb(12,67,3); }
div.DivClassName
{
background-color: #0C4303;
}
.BgClassName
{
background-color: #0C4303;
}
</style>
border-color css
<style>
span { border-color: #0C4303; }
span { border-color: rgb(12,67,3); }
td.TdClassName
{
border-color: #0C4303;
}
.TagClassName
{
border-color: #0C4303;
}
</style>