Shades of Myrtle #063405
Tints of Myrtle #063405
RGB
CMYK
RGB Variations
Color information
#063405 (or 0x063405) is known color: Myrtle. HEX triplet: 06, 34 and 05. RGB value is (6,52,5). Sum of RGB (Red+Green+Blue) = 6+52+5=63 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.52% from 63); Green value is 52 (20.70% from 255 or 82.54% from 63); Blue value is 5 (2.34% from 255 or 7.94% from 63); Max value from RGB is 52 - color contains mainly: green. Hex color #063405 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063405 is #F9CBFA. Grayscale: #212121. Windows color (decimal): -16370683 or 340998. OLE color: 340998.
HSL color Cylindrical-coordinate representation of color #063405: hue angle of 118.72º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063405 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 6 | 52 | 5 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.80 |
| HSL | 118.72º | 0.82% | 0.11% | - |
| HSV(B) | 118.72º | 0.9% | 0.2% | - |
| XYZ | 1.33 | 2.51 | 0.56 | - |
| YUV | 32.89 | 112.26 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 52 | 5 | 0.88 | 0 | 0.90 | 0.80 | 118.72 | 0.82 | 0.11 |
| Hex | 6 | 34 | 5 | 58 | 0 | 5A | 50 | 77 | 52 | B |
| Octal | 6 | 64 | 5 | 130 | 0 | 132 | 120 | 167 | 122 | 13 |
| Binary | 110 | 110100 | 101 | 1011000 | 0 | 1011010 | 1010000 | 1110111 | 1010010 | 1011 |
Color Harmonies of #063405
Complementary color
Monochromatic Colors of #063405
Black with #063405
Text Example
Text Example
White with #063405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063405; }
p { color: rgb(6,52,5); }
H1.HeaderClassName
{
color: #063405;
}
.AnyTagClassName
{
color: #063405;
}
</style>
background-color css
<style>
a { background-color: #063405; }
a { background-color: rgb(6,52,5); }
div.DivClassName
{
background-color: #063405;
}
.BgClassName
{
background-color: #063405;
}
</style>
border-color css
<style>
span { border-color: #063405; }
span { border-color: rgb(6,52,5); }
td.TdClassName
{
border-color: #063405;
}
.TagClassName
{
border-color: #063405;
}
</style>