Shades of Myrtle #0C5308
Tints of Myrtle #0C5308
RGB
CMYK
RGB Variations
Color information
#0C5308 (or 0x0C5308) is known color: Myrtle. HEX triplet: 0C, 53 and 08. RGB value is (12,83,8). Sum of RGB (Red+Green+Blue) = 12+83+8=103 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.65% from 103); Green value is 83 (32.81% from 255 or 80.58% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 83 - color contains mainly: green. Hex color #0C5308 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5308 is #F3ACF7. Grayscale: #353535. Windows color (decimal): -15969528 or 545548. OLE color: 545548.
HSL color Cylindrical-coordinate representation of color #0C5308: hue angle of 116.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C5308 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 83 | 8 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.67 |
| HSL | 116.8º | 0.82% | 0.18% | - |
| HSV(B) | 116.8º | 0.9% | 0.33% | - |
| XYZ | 3.29 | 6.28 | 1.27 | - |
| YUV | 53.22 | 102.48 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 83 | 8 | 0.86 | 0 | 0.90 | 0.67 | 116.8 | 0.82 | 0.18 |
| Hex | C | 53 | 8 | 56 | 0 | 5A | 43 | 75 | 52 | 12 |
| Octal | 14 | 123 | 10 | 126 | 0 | 132 | 103 | 165 | 122 | 22 |
| Binary | 1100 | 1010011 | 1000 | 1010110 | 0 | 1011010 | 1000011 | 1110101 | 1010010 | 10010 |
Color Harmonies of #0C5308
Complementary color
Monochromatic Colors of #0C5308
Black with #0C5308
Text Example
Text Example
White with #0C5308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5308; }
p { color: rgb(12,83,8); }
H1.HeaderClassName
{
color: #0C5308;
}
.AnyTagClassName
{
color: #0C5308;
}
</style>
background-color css
<style>
a { background-color: #0C5308; }
a { background-color: rgb(12,83,8); }
div.DivClassName
{
background-color: #0C5308;
}
.BgClassName
{
background-color: #0C5308;
}
</style>
border-color css
<style>
span { border-color: #0C5308; }
span { border-color: rgb(12,83,8); }
td.TdClassName
{
border-color: #0C5308;
}
.TagClassName
{
border-color: #0C5308;
}
</style>