Shades of Myrtle #03560D
Tints of Myrtle #03560D
RGB
CMYK
RGB Variations
Color information
#03560D (or 0x03560D) is known color: Myrtle. HEX triplet: 03, 56 and 0D. RGB value is (3,86,13). Sum of RGB (Red+Green+Blue) = 3+86+13=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 86 (33.98% from 255 or 84.31% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 86 - color contains mainly: green. Hex color #03560D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03560D is #FCA9F2. Grayscale: #353535. Windows color (decimal): -16558579 or 873987. OLE color: 873987.
HSL color Cylindrical-coordinate representation of color #03560D: hue angle of 127.23º 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 #03560D is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 86 | 13 | - |
| CMYK | 0.97 | 0 | 0.85 | 0.66 |
| HSL | 127.23º | 0.93% | 0.17% | - |
| HSV(B) | 127.23º | 0.97% | 0.34% | - |
| XYZ | 3.44 | 6.7 | 1.49 | - |
| YUV | 52.86 | 105.5 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 86 | 13 | 0.97 | 0 | 0.85 | 0.66 | 127.23 | 0.93 | 0.17 |
| Hex | 3 | 56 | D | 61 | 0 | 55 | 42 | 7F | 5D | 11 |
| Octal | 3 | 126 | 15 | 141 | 0 | 125 | 102 | 177 | 135 | 21 |
| Binary | 11 | 1010110 | 1101 | 1100001 | 0 | 1010101 | 1000010 | 1111111 | 1011101 | 10001 |
Color Harmonies of #03560D
Complementary color
Monochromatic Colors of #03560D
Black with #03560D
Text Example
Text Example
White with #03560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03560D; }
p { color: rgb(3,86,13); }
H1.HeaderClassName
{
color: #03560D;
}
.AnyTagClassName
{
color: #03560D;
}
</style>
background-color css
<style>
a { background-color: #03560D; }
a { background-color: rgb(3,86,13); }
div.DivClassName
{
background-color: #03560D;
}
.BgClassName
{
background-color: #03560D;
}
</style>
border-color css
<style>
span { border-color: #03560D; }
span { border-color: rgb(3,86,13); }
td.TdClassName
{
border-color: #03560D;
}
.TagClassName
{
border-color: #03560D;
}
</style>