Shades of Myrtle #0C350C
Tints of Myrtle #0C350C
RGB
CMYK
RGB Variations
Color information
#0C350C (or 0x0C350C) is known color: Myrtle. HEX triplet: 0C, 35 and 0C. RGB value is (12,53,12). Sum of RGB (Red+Green+Blue) = 12+53+12=77 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.58% from 77); Green value is 53 (21.09% from 255 or 68.83% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 53 - color contains mainly: green. Hex color #0C350C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C350C is #F3CAF3. Grayscale: #242424. Windows color (decimal): -15977204 or 800012. OLE color: 800012.
HSL color Cylindrical-coordinate representation of color #0C350C: hue angle of 120º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C350C is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 12 | 53 | 12 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.79 |
| HSL | 120º | 0.63% | 0.13% | - |
| HSV(B) | 120º | 0.77% | 0.21% | - |
| XYZ | 1.49 | 2.65 | 0.78 | - |
| YUV | 36.07 | 114.42 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 53 | 12 | 0.77 | 0 | 0.77 | 0.79 | 120 | 0.63 | 0.13 |
| Hex | C | 35 | C | 4D | 0 | 4D | 4F | 78 | 3F | D |
| Octal | 14 | 65 | 14 | 115 | 0 | 115 | 117 | 170 | 77 | 15 |
| Binary | 1100 | 110101 | 1100 | 1001101 | 0 | 1001101 | 1001111 | 1111000 | 111111 | 1101 |
Color Harmonies of #0C350C
Complementary color
Monochromatic Colors of #0C350C
Black with #0C350C
Text Example
Text Example
White with #0C350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C350C; }
p { color: rgb(12,53,12); }
H1.HeaderClassName
{
color: #0C350C;
}
.AnyTagClassName
{
color: #0C350C;
}
</style>
background-color css
<style>
a { background-color: #0C350C; }
a { background-color: rgb(12,53,12); }
div.DivClassName
{
background-color: #0C350C;
}
.BgClassName
{
background-color: #0C350C;
}
</style>
border-color css
<style>
span { border-color: #0C350C; }
span { border-color: rgb(12,53,12); }
td.TdClassName
{
border-color: #0C350C;
}
.TagClassName
{
border-color: #0C350C;
}
</style>