Shades of Myrtle #0C3A05
Tints of Myrtle #0C3A05
RGB
CMYK
RGB Variations
Color information
#0C3A05 (or 0x0C3A05) is known color: Myrtle. HEX triplet: 0C, 3A and 05. RGB value is (12,58,5). Sum of RGB (Red+Green+Blue) = 12+58+5=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 58 (23.05% from 255 or 77.33% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 58 - color contains mainly: green. Hex color #0C3A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3A05 is #F3C5FA. Grayscale: #262626. Windows color (decimal): -15975931 or 342540. OLE color: 342540.
HSL color Cylindrical-coordinate representation of color #0C3A05: hue angle of 112.08º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C3A05 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 12 | 58 | 5 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.77 |
| HSL | 112.08º | 0.84% | 0.12% | - |
| HSV(B) | 112.08º | 0.91% | 0.23% | - |
| XYZ | 1.69 | 3.12 | 0.66 | - |
| YUV | 38.2 | 109.26 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 58 | 5 | 0.79 | 0 | 0.91 | 0.77 | 112.08 | 0.84 | 0.12 |
| Hex | C | 3A | 5 | 4F | 0 | 5B | 4D | 70 | 54 | C |
| Octal | 14 | 72 | 5 | 117 | 0 | 133 | 115 | 160 | 124 | 14 |
| Binary | 1100 | 111010 | 101 | 1001111 | 0 | 1011011 | 1001101 | 1110000 | 1010100 | 1100 |
Color Harmonies of #0C3A05
Complementary color
Monochromatic Colors of #0C3A05
Black with #0C3A05
Text Example
Text Example
White with #0C3A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3A05; }
p { color: rgb(12,58,5); }
H1.HeaderClassName
{
color: #0C3A05;
}
.AnyTagClassName
{
color: #0C3A05;
}
</style>
background-color css
<style>
a { background-color: #0C3A05; }
a { background-color: rgb(12,58,5); }
div.DivClassName
{
background-color: #0C3A05;
}
.BgClassName
{
background-color: #0C3A05;
}
</style>
border-color css
<style>
span { border-color: #0C3A05; }
span { border-color: rgb(12,58,5); }
td.TdClassName
{
border-color: #0C3A05;
}
.TagClassName
{
border-color: #0C3A05;
}
</style>