Shades of Myrtle #0C3905
Tints of Myrtle #0C3905
RGB
CMYK
RGB Variations
Color information
#0C3905 (or 0x0C3905) is known color: Myrtle. HEX triplet: 0C, 39 and 05. RGB value is (12,57,5). Sum of RGB (Red+Green+Blue) = 12+57+5=74 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.22% from 74); Green value is 57 (22.66% from 255 or 77.03% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 57 - color contains mainly: green. Hex color #0C3905 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3905 is #F3C6FA. Grayscale: #252525. Windows color (decimal): -15976187 or 342284. OLE color: 342284.
HSL color Cylindrical-coordinate representation of color #0C3905: hue angle of 111.92º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C3905 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 57 | 5 | - |
| CMYK | 0.79 | 0 | 0.91 | 0.78 |
| HSL | 111.92º | 0.84% | 0.12% | - |
| HSV(B) | 111.92º | 0.91% | 0.22% | - |
| XYZ | 1.64 | 3.02 | 0.64 | - |
| YUV | 37.62 | 109.59 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 57 | 5 | 0.79 | 0 | 0.91 | 0.78 | 111.92 | 0.84 | 0.12 |
| Hex | C | 39 | 5 | 4F | 0 | 5B | 4E | 70 | 54 | C |
| Octal | 14 | 71 | 5 | 117 | 0 | 133 | 116 | 160 | 124 | 14 |
| Binary | 1100 | 111001 | 101 | 1001111 | 0 | 1011011 | 1001110 | 1110000 | 1010100 | 1100 |
Color Harmonies of #0C3905
Complementary color
Monochromatic Colors of #0C3905
Black with #0C3905
Text Example
Text Example
White with #0C3905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3905; }
p { color: rgb(12,57,5); }
H1.HeaderClassName
{
color: #0C3905;
}
.AnyTagClassName
{
color: #0C3905;
}
</style>
background-color css
<style>
a { background-color: #0C3905; }
a { background-color: rgb(12,57,5); }
div.DivClassName
{
background-color: #0C3905;
}
.BgClassName
{
background-color: #0C3905;
}
</style>
border-color css
<style>
span { border-color: #0C3905; }
span { border-color: rgb(12,57,5); }
td.TdClassName
{
border-color: #0C3905;
}
.TagClassName
{
border-color: #0C3905;
}
</style>