Shades of Myrtle #063002
Tints of Myrtle #063002
RGB
CMYK
RGB Variations
Color information
#063002 (or 0x063002) is known color: Myrtle. HEX triplet: 06, 30 and 02. RGB value is (6,48,2). Sum of RGB (Red+Green+Blue) = 6+48+2=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 48 (19.14% from 255 or 85.71% from 56); Blue value is 2 (1.17% from 255 or 3.57% from 56); Max value from RGB is 48 - color contains mainly: green. Hex color #063002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063002 is #F9CFFD. Grayscale: #1E1E1E. Windows color (decimal): -16371710 or 143366. OLE color: 143366.
HSL color Cylindrical-coordinate representation of color #063002: hue angle of 114.78º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063002 is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 6 | 48 | 2 | - |
| CMYK | 0.87 | 0 | 0.96 | 0.81 |
| HSL | 114.78º | 0.92% | 0.1% | - |
| HSV(B) | 114.78º | 0.96% | 0.19% | - |
| XYZ | 1.14 | 2.16 | 0.41 | - |
| YUV | 30.2 | 112.09 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 48 | 2 | 0.87 | 0 | 0.96 | 0.81 | 114.78 | 0.92 | 0.1 |
| Hex | 6 | 30 | 2 | 57 | 0 | 60 | 51 | 73 | 5C | A |
| Octal | 6 | 60 | 2 | 127 | 0 | 140 | 121 | 163 | 134 | 12 |
| Binary | 110 | 110000 | 10 | 1010111 | 0 | 1100000 | 1010001 | 1110011 | 1011100 | 1010 |
Color Harmonies of #063002
Complementary color
Monochromatic Colors of #063002
Black with #063002
Text Example
Text Example
White with #063002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063002; }
p { color: rgb(6,48,2); }
H1.HeaderClassName
{
color: #063002;
}
.AnyTagClassName
{
color: #063002;
}
</style>
background-color css
<style>
a { background-color: #063002; }
a { background-color: rgb(6,48,2); }
div.DivClassName
{
background-color: #063002;
}
.BgClassName
{
background-color: #063002;
}
</style>
border-color css
<style>
span { border-color: #063002; }
span { border-color: rgb(6,48,2); }
td.TdClassName
{
border-color: #063002;
}
.TagClassName
{
border-color: #063002;
}
</style>