Shades of Myrtle #03560C
Tints of Myrtle #03560C
RGB
CMYK
RGB Variations
Color information
#03560C (or 0x03560C) is known color: Myrtle. HEX triplet: 03, 56 and 0C. RGB value is (3,86,12). Sum of RGB (Red+Green+Blue) = 3+86+12=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 86 (33.98% from 255 or 85.15% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 86 - color contains mainly: green. Hex color #03560C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03560C is #FCA9F3. Grayscale: #343434. Windows color (decimal): -16558580 or 808451. OLE color: 808451.
HSL color Cylindrical-coordinate representation of color #03560C: hue angle of 126.51º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03560C is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 86 | 12 | - |
| CMYK | 0.97 | 0 | 0.86 | 0.66 |
| HSL | 126.51º | 0.93% | 0.17% | - |
| HSV(B) | 126.51º | 0.97% | 0.34% | - |
| XYZ | 3.43 | 6.7 | 1.46 | - |
| YUV | 52.75 | 105 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 86 | 12 | 0.97 | 0 | 0.86 | 0.66 | 126.51 | 0.93 | 0.17 |
| Hex | 3 | 56 | C | 61 | 0 | 56 | 42 | 7F | 5D | 11 |
| Octal | 3 | 126 | 14 | 141 | 0 | 126 | 102 | 177 | 135 | 21 |
| Binary | 11 | 1010110 | 1100 | 1100001 | 0 | 1010110 | 1000010 | 1111111 | 1011101 | 10001 |
Color Harmonies of #03560C
Complementary color
Monochromatic Colors of #03560C
Black with #03560C
Text Example
Text Example
White with #03560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03560C; }
p { color: rgb(3,86,12); }
H1.HeaderClassName
{
color: #03560C;
}
.AnyTagClassName
{
color: #03560C;
}
</style>
background-color css
<style>
a { background-color: #03560C; }
a { background-color: rgb(3,86,12); }
div.DivClassName
{
background-color: #03560C;
}
.BgClassName
{
background-color: #03560C;
}
</style>
border-color css
<style>
span { border-color: #03560C; }
span { border-color: rgb(3,86,12); }
td.TdClassName
{
border-color: #03560C;
}
.TagClassName
{
border-color: #03560C;
}
</style>