Shades of Myrtle #063B00
Tints of Myrtle #063B00
RGB
CMYK
RGB Variations
Color information
#063B00 (or 0x063B00) is known color: Myrtle. HEX triplet: 06, 3B and 00. RGB value is (6,59,0). Sum of RGB (Red+Green+Blue) = 6+59+0=65 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.23% from 65); Green value is 59 (23.44% from 255 or 90.77% from 65); Blue value is 0 (0.39% from 255 or 0% from 65); Max value from RGB is 59 - color contains mainly: green. Hex color #063B00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063B00 is #F9C4FF. Grayscale: #242424. Windows color (decimal): -16368896 or 15110. OLE color: 15110.
HSL color Cylindrical-coordinate representation of color #063B00: hue angle of 113.9º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #063B00 is Cyan = 0.90, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 59 | 0 | - |
| CMYK | 0.90 | 0 | 1 | 0.77 |
| HSL | 113.9º | 1% | 0.12% | - |
| HSV(B) | 113.9º | 1% | 0.23% | - |
| XYZ | 1.64 | 3.17 | 0.52 | - |
| YUV | 36.43 | 107.44 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 59 | 0 | 0.90 | 0 | 1 | 0.77 | 113.9 | 1 | 0.12 |
| Hex | 6 | 3B | 0 | 5A | 0 | 64 | 4D | 72 | 64 | C |
| Octal | 6 | 73 | 0 | 132 | 0 | 144 | 115 | 162 | 144 | 14 |
| Binary | 110 | 111011 | 0 | 1011010 | 0 | 1100100 | 1001101 | 1110010 | 1100100 | 1100 |
Color Harmonies of #063B00
Complementary color
Monochromatic Colors of #063B00
Black with #063B00
Text Example
Text Example
White with #063B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063B00; }
p { color: rgb(6,59,0); }
H1.HeaderClassName
{
color: #063B00;
}
.AnyTagClassName
{
color: #063B00;
}
</style>
background-color css
<style>
a { background-color: #063B00; }
a { background-color: rgb(6,59,0); }
div.DivClassName
{
background-color: #063B00;
}
.BgClassName
{
background-color: #063B00;
}
</style>
border-color css
<style>
span { border-color: #063B00; }
span { border-color: rgb(6,59,0); }
td.TdClassName
{
border-color: #063B00;
}
.TagClassName
{
border-color: #063B00;
}
</style>