Shades of Myrtle #063202
Tints of Myrtle #063202
RGB
CMYK
RGB Variations
Color information
#063202 (or 0x063202) is known color: Myrtle. HEX triplet: 06, 32 and 02. RGB value is (6,50,2). Sum of RGB (Red+Green+Blue) = 6+50+2=58 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.34% from 58); Green value is 50 (19.92% from 255 or 86.21% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 50 - color contains mainly: green. Hex color #063202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063202 is #F9CDFD. Grayscale: #1F1F1F. Windows color (decimal): -16371198 or 143878. OLE color: 143878.
HSL color Cylindrical-coordinate representation of color #063202: hue angle of 115º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063202 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 6 | 50 | 2 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.80 |
| HSL | 115º | 0.92% | 0.1% | - |
| HSV(B) | 115º | 0.96% | 0.2% | - |
| XYZ | 1.23 | 2.32 | 0.44 | - |
| YUV | 31.37 | 111.42 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 50 | 2 | 0.88 | 0 | 0.96 | 0.80 | 115 | 0.92 | 0.1 |
| Hex | 6 | 32 | 2 | 58 | 0 | 60 | 50 | 73 | 5C | A |
| Octal | 6 | 62 | 2 | 130 | 0 | 140 | 120 | 163 | 134 | 12 |
| Binary | 110 | 110010 | 10 | 1011000 | 0 | 1100000 | 1010000 | 1110011 | 1011100 | 1010 |
Color Harmonies of #063202
Complementary color
Monochromatic Colors of #063202
Black with #063202
Text Example
Text Example
White with #063202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063202; }
p { color: rgb(6,50,2); }
H1.HeaderClassName
{
color: #063202;
}
.AnyTagClassName
{
color: #063202;
}
</style>
background-color css
<style>
a { background-color: #063202; }
a { background-color: rgb(6,50,2); }
div.DivClassName
{
background-color: #063202;
}
.BgClassName
{
background-color: #063202;
}
</style>
border-color css
<style>
span { border-color: #063202; }
span { border-color: rgb(6,50,2); }
td.TdClassName
{
border-color: #063202;
}
.TagClassName
{
border-color: #063202;
}
</style>