Shades of Myrtle #0C3508
Tints of Myrtle #0C3508
RGB
CMYK
RGB Variations
Color information
#0C3508 (or 0x0C3508) is known color: Myrtle. HEX triplet: 0C, 35 and 08. RGB value is (12,53,8). Sum of RGB (Red+Green+Blue) = 12+53+8=73 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.44% from 73); Green value is 53 (21.09% from 255 or 72.60% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 53 - color contains mainly: green. Hex color #0C3508 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3508 is #F3CAF7. Grayscale: #232323. Windows color (decimal): -15977208 or 537868. OLE color: 537868.
HSL color Cylindrical-coordinate representation of color #0C3508: hue angle of 114.67º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C3508 is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 12 | 53 | 8 | - |
| CMYK | 0.77 | 0 | 0.85 | 0.79 |
| HSL | 114.67º | 0.74% | 0.12% | - |
| HSV(B) | 114.67º | 0.85% | 0.21% | - |
| XYZ | 1.47 | 2.64 | 0.66 | - |
| YUV | 35.61 | 112.42 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 53 | 8 | 0.77 | 0 | 0.85 | 0.79 | 114.67 | 0.74 | 0.12 |
| Hex | C | 35 | 8 | 4D | 0 | 55 | 4F | 73 | 4A | C |
| Octal | 14 | 65 | 10 | 115 | 0 | 125 | 117 | 163 | 112 | 14 |
| Binary | 1100 | 110101 | 1000 | 1001101 | 0 | 1010101 | 1001111 | 1110011 | 1001010 | 1100 |
Color Harmonies of #0C3508
Complementary color
Monochromatic Colors of #0C3508
Black with #0C3508
Text Example
Text Example
White with #0C3508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3508; }
p { color: rgb(12,53,8); }
H1.HeaderClassName
{
color: #0C3508;
}
.AnyTagClassName
{
color: #0C3508;
}
</style>
background-color css
<style>
a { background-color: #0C3508; }
a { background-color: rgb(12,53,8); }
div.DivClassName
{
background-color: #0C3508;
}
.BgClassName
{
background-color: #0C3508;
}
</style>
border-color css
<style>
span { border-color: #0C3508; }
span { border-color: rgb(12,53,8); }
td.TdClassName
{
border-color: #0C3508;
}
.TagClassName
{
border-color: #0C3508;
}
</style>