Shades of Myrtle #063400
Tints of Myrtle #063400
RGB
CMYK
RGB Variations
Color information
#063400 (or 0x063400) is known color: Myrtle. HEX triplet: 06, 34 and 00. RGB value is (6,52,0). Sum of RGB (Red+Green+Blue) = 6+52+0=58 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.34% from 58); Green value is 52 (20.70% from 255 or 89.66% from 58); Blue value is 0 (0.39% from 255 or 0% from 58); Max value from RGB is 52 - color contains mainly: green. Hex color #063400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063400 is #F9CBFF. Grayscale: #202020. Windows color (decimal): -16370688 or 13318. OLE color: 13318.
HSL color Cylindrical-coordinate representation of color #063400: hue angle of 113.08º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #063400 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 6 | 52 | 0 | - |
| CMYK | 0.88 | 0 | 1 | 0.80 |
| HSL | 113.08º | 1% | 0.1% | - |
| HSV(B) | 113.08º | 1% | 0.2% | - |
| XYZ | 1.3 | 2.49 | 0.41 | - |
| YUV | 32.32 | 109.76 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 52 | 0 | 0.88 | 0 | 1 | 0.80 | 113.08 | 1 | 0.1 |
| Hex | 6 | 34 | 0 | 58 | 0 | 64 | 50 | 71 | 64 | A |
| Octal | 6 | 64 | 0 | 130 | 0 | 144 | 120 | 161 | 144 | 12 |
| Binary | 110 | 110100 | 0 | 1011000 | 0 | 1100100 | 1010000 | 1110001 | 1100100 | 1010 |
Color Harmonies of #063400
Complementary color
Monochromatic Colors of #063400
Black with #063400
Text Example
Text Example
White with #063400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063400; }
p { color: rgb(6,52,0); }
H1.HeaderClassName
{
color: #063400;
}
.AnyTagClassName
{
color: #063400;
}
</style>
background-color css
<style>
a { background-color: #063400; }
a { background-color: rgb(6,52,0); }
div.DivClassName
{
background-color: #063400;
}
.BgClassName
{
background-color: #063400;
}
</style>
border-color css
<style>
span { border-color: #063400; }
span { border-color: rgb(6,52,0); }
td.TdClassName
{
border-color: #063400;
}
.TagClassName
{
border-color: #063400;
}
</style>