#063006

Color #063006 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #063006

Tints of Myrtle #063006

Color information

#063006 (or 0x063006) is unknown color: approx Myrtle. HEX triplet: 06, 30 and 06. RGB value is (6,48,6). Sum of RGB (Red+Green+Blue) = 6+48+6=60 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10% from 60); Green value is 48 (19.14% from 255 or 80% from 60); Blue value is 6 (2.73% from 255 or 10% from 60); Max value from RGB is 48 - color contains mainly: green. Hex color #063006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063006 is #F9CFF9. Grayscale: #1E1E1E. Windows color (decimal): -16371706 or 405510. OLE color: 405510.

HSL color Cylindrical-coordinate representation of color #063006: hue angle of 120º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #063006 is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.81.

Color convert

RGB6486-
CMYK0.8700.870.81
HSL120º77.78%10.59%-
HSV(B)120º87.5%18.82%-
XYZ1.162.170.53-
YUV30.65114.09110.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 10%
GREEN value IS 48 (19.14% from 255) = 80%
BLUE value IS 6 (2.73% from 255) = 10%
R=10%
G=80%
B=10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal64860.8700.870.8112077.7810.59
Hex63065705751784eb
Octal6606127012712117011613
Binary1101100001101010111010101111010001111100010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063006; }

 p { color: rgb(6,48,6); }

 H1.HeaderClassName
 {
   color: #063006;
 }
 .AnyTagClassName
 {
   color: #063006;
 }
</style>
background-color css

<style>
 a { background-color: #063006; }

 a { background-color: rgb(6,48,6); }

 div.DivClassName
 {
   background-color: #063006;
 }
 .BgClassName
 {
   background-color: #063006;
 }
</style>
border-color css

<style>
 span { border-color: #063006; }

 span { border-color: rgb(6,48,6); }

 td.TdClassName
 {
   border-color: #063006;
 }
 .TagClassName
 {
   border-color: #063006;
 }
</style>