Shades of Myrtle #063505
Tints of Myrtle #063505
RGB
CMYK
RGB Variations
Color information
#063505 (or 0x063505) is known color: Myrtle. HEX triplet: 06, 35 and 05. RGB value is (6,53,5). Sum of RGB (Red+Green+Blue) = 6+53+5=64 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.38% from 64); Green value is 53 (21.09% from 255 or 82.81% from 64); Blue value is 5 (2.34% from 255 or 7.81% from 64); Max value from RGB is 53 - color contains mainly: green. Hex color #063505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063505 is #F9CAFA. Grayscale: #212121. Windows color (decimal): -16370427 or 341254. OLE color: 341254.
HSL color Cylindrical-coordinate representation of color #063505: hue angle of 118.75º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063505 is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 6 | 53 | 5 | - |
| CMYK | 0.89 | 0 | 0.91 | 0.79 |
| HSL | 118.75º | 0.83% | 0.11% | - |
| HSV(B) | 118.75º | 0.91% | 0.21% | - |
| XYZ | 1.38 | 2.6 | 0.57 | - |
| YUV | 33.48 | 111.93 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 53 | 5 | 0.89 | 0 | 0.91 | 0.79 | 118.75 | 0.83 | 0.11 |
| Hex | 6 | 35 | 5 | 59 | 0 | 5B | 4F | 77 | 53 | B |
| Octal | 6 | 65 | 5 | 131 | 0 | 133 | 117 | 167 | 123 | 13 |
| Binary | 110 | 110101 | 101 | 1011001 | 0 | 1011011 | 1001111 | 1110111 | 1010011 | 1011 |
Color Harmonies of #063505
Complementary color
Monochromatic Colors of #063505
Black with #063505
Text Example
Text Example
White with #063505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063505; }
p { color: rgb(6,53,5); }
H1.HeaderClassName
{
color: #063505;
}
.AnyTagClassName
{
color: #063505;
}
</style>
background-color css
<style>
a { background-color: #063505; }
a { background-color: rgb(6,53,5); }
div.DivClassName
{
background-color: #063505;
}
.BgClassName
{
background-color: #063505;
}
</style>
border-color css
<style>
span { border-color: #063505; }
span { border-color: rgb(6,53,5); }
td.TdClassName
{
border-color: #063505;
}
.TagClassName
{
border-color: #063505;
}
</style>