Shades of Myrtle #063A0C
Tints of Myrtle #063A0C
RGB
CMYK
RGB Variations
Color information
#063A0C (or 0x063A0C) is known color: Myrtle. HEX triplet: 06, 3A and 0C. RGB value is (6,58,12). Sum of RGB (Red+Green+Blue) = 6+58+12=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 58 (23.05% from 255 or 76.32% from 76); Blue value is 12 (5.08% from 255 or 15.79% from 76); Max value from RGB is 58 - color contains mainly: green. Hex color #063A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063A0C is #F9C5F3. Grayscale: #252525. Windows color (decimal): -16369140 or 801286. OLE color: 801286.
HSL color Cylindrical-coordinate representation of color #063A0C: hue angle of 126.92º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063A0C is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 58 | 12 | - |
| CMYK | 0.90 | 0 | 0.79 | 0.77 |
| HSL | 126.92º | 0.81% | 0.13% | - |
| HSV(B) | 126.92º | 0.9% | 0.23% | - |
| XYZ | 1.65 | 3.09 | 0.86 | - |
| YUV | 37.21 | 113.77 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 58 | 12 | 0.90 | 0 | 0.79 | 0.77 | 126.92 | 0.81 | 0.13 |
| Hex | 6 | 3A | C | 5A | 0 | 4F | 4D | 7F | 51 | D |
| Octal | 6 | 72 | 14 | 132 | 0 | 117 | 115 | 177 | 121 | 15 |
| Binary | 110 | 111010 | 1100 | 1011010 | 0 | 1001111 | 1001101 | 1111111 | 1010001 | 1101 |
Color Harmonies of #063A0C
Complementary color
Monochromatic Colors of #063A0C
Black with #063A0C
Text Example
Text Example
White with #063A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063A0C; }
p { color: rgb(6,58,12); }
H1.HeaderClassName
{
color: #063A0C;
}
.AnyTagClassName
{
color: #063A0C;
}
</style>
background-color css
<style>
a { background-color: #063A0C; }
a { background-color: rgb(6,58,12); }
div.DivClassName
{
background-color: #063A0C;
}
.BgClassName
{
background-color: #063A0C;
}
</style>
border-color css
<style>
span { border-color: #063A0C; }
span { border-color: rgb(6,58,12); }
td.TdClassName
{
border-color: #063A0C;
}
.TagClassName
{
border-color: #063A0C;
}
</style>