#063702

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

Shades of Myrtle #063702

Tints of Myrtle #063702

Color information

#063702 (or 0x063702) is unknown color: approx Myrtle. HEX triplet: 06, 37 and 02. RGB value is (6,55,2). Sum of RGB (Red+Green+Blue) = 6+55+2=63 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.52% from 63); Green value is 55 (21.88% from 255 or 87.30% from 63); Blue value is 2 (1.17% from 255 or 3.17% from 63); Max value from RGB is 55 - color contains mainly: green. Hex color #063702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063702 is #F9C8FD. Grayscale: #222222. Windows color (decimal): -16369918 or 145158. OLE color: 145158.

HSL color Cylindrical-coordinate representation of color #063702: hue angle of 115.47º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063702 is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB6552-
CMYK0.8900.960.78
HSL115.47º92.98%11.18%-
HSV(B)115.47º96.36%21.57%-
XYZ1.452.780.52-
YUV34.31109.77107.81-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.52%
GREEN value IS 55 (21.88% from 255) = 87.30%
BLUE value IS 2 (1.17% from 255) = 3.17%
R=9.52%
G=87.30%
B=3.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal65520.8900.960.78115.4792.9811.18
Hex6372590604E735db
Octal6672131014011616313513
Binary110110111101011001011000001001110111001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063702; }

 p { color: rgb(6,55,2); }

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

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

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

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

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

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

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