Shades of Myrtle #063A05
Tints of Myrtle #063A05
RGB
CMYK
RGB Variations
Color information
#063A05 (or 0x063A05) is known color: Myrtle. HEX triplet: 06, 3A and 05. RGB value is (6,58,5). Sum of RGB (Red+Green+Blue) = 6+58+5=69 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.70% from 69); Green value is 58 (23.05% from 255 or 84.06% from 69); Blue value is 5 (2.34% from 255 or 7.25% from 69); Max value from RGB is 58 - color contains mainly: green. Hex color #063A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063A05 is #F9C5FA. Grayscale: #242424. Windows color (decimal): -16369147 or 342534. OLE color: 342534.
HSL color Cylindrical-coordinate representation of color #063A05: hue angle of 118.87º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063A05 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 58 | 5 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.77 |
| HSL | 118.87º | 0.84% | 0.12% | - |
| HSV(B) | 118.87º | 0.91% | 0.23% | - |
| XYZ | 1.62 | 3.08 | 0.65 | - |
| YUV | 36.41 | 110.27 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 58 | 5 | 0.90 | 0 | 0.91 | 0.77 | 118.87 | 0.84 | 0.12 |
| Hex | 6 | 3A | 5 | 5A | 0 | 5B | 4D | 77 | 54 | C |
| Octal | 6 | 72 | 5 | 132 | 0 | 133 | 115 | 167 | 124 | 14 |
| Binary | 110 | 111010 | 101 | 1011010 | 0 | 1011011 | 1001101 | 1110111 | 1010100 | 1100 |
Color Harmonies of #063A05
Complementary color
Monochromatic Colors of #063A05
Black with #063A05
Text Example
Text Example
White with #063A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063A05; }
p { color: rgb(6,58,5); }
H1.HeaderClassName
{
color: #063A05;
}
.AnyTagClassName
{
color: #063A05;
}
</style>
background-color css
<style>
a { background-color: #063A05; }
a { background-color: rgb(6,58,5); }
div.DivClassName
{
background-color: #063A05;
}
.BgClassName
{
background-color: #063A05;
}
</style>
border-color css
<style>
span { border-color: #063A05; }
span { border-color: rgb(6,58,5); }
td.TdClassName
{
border-color: #063A05;
}
.TagClassName
{
border-color: #063A05;
}
</style>