Shades of Myrtle #0C3C08
Tints of Myrtle #0C3C08
RGB
CMYK
RGB Variations
Color information
#0C3C08 (or 0x0C3C08) is known color: Myrtle. HEX triplet: 0C, 3C and 08. RGB value is (12,60,8). Sum of RGB (Red+Green+Blue) = 12+60+8=80 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15% from 80); Green value is 60 (23.83% from 255 or 75% from 80); Blue value is 8 (3.52% from 255 or 10% from 80); Max value from RGB is 60 - color contains mainly: green. Hex color #0C3C08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3C08 is #F3C3F7. Grayscale: #272727. Windows color (decimal): -15975416 or 539660. OLE color: 539660.
HSL color Cylindrical-coordinate representation of color #0C3C08: hue angle of 115.38º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C3C08 is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 12 | 60 | 8 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.76 |
| HSL | 115.38º | 0.76% | 0.13% | - |
| HSV(B) | 115.38º | 0.87% | 0.24% | - |
| XYZ | 1.81 | 3.33 | 0.78 | - |
| YUV | 39.72 | 110.1 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 60 | 8 | 0.80 | 0 | 0.87 | 0.76 | 115.38 | 0.76 | 0.13 |
| Hex | C | 3C | 8 | 50 | 0 | 57 | 4C | 73 | 4C | D |
| Octal | 14 | 74 | 10 | 120 | 0 | 127 | 114 | 163 | 114 | 15 |
| Binary | 1100 | 111100 | 1000 | 1010000 | 0 | 1010111 | 1001100 | 1110011 | 1001100 | 1101 |
Color Harmonies of #0C3C08
Complementary color
Monochromatic Colors of #0C3C08
Black with #0C3C08
Text Example
Text Example
White with #0C3C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3C08; }
p { color: rgb(12,60,8); }
H1.HeaderClassName
{
color: #0C3C08;
}
.AnyTagClassName
{
color: #0C3C08;
}
</style>
background-color css
<style>
a { background-color: #0C3C08; }
a { background-color: rgb(12,60,8); }
div.DivClassName
{
background-color: #0C3C08;
}
.BgClassName
{
background-color: #0C3C08;
}
</style>
border-color css
<style>
span { border-color: #0C3C08; }
span { border-color: rgb(12,60,8); }
td.TdClassName
{
border-color: #0C3C08;
}
.TagClassName
{
border-color: #0C3C08;
}
</style>