#063602

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

Shades of Myrtle #063602

Tints of Myrtle #063602

Color information

#063602 (or 0x063602) is unknown color: approx Myrtle. HEX triplet: 06, 36 and 02. RGB value is (6,54,2). Sum of RGB (Red+Green+Blue) = 6+54+2=62 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.68% from 62); Green value is 54 (21.48% from 255 or 87.10% from 62); Blue value is 2 (1.17% from 255 or 3.23% from 62); Max value from RGB is 54 - color contains mainly: green. Hex color #063602 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #063602 is #F9C9FD. Grayscale: #212121. Windows color (decimal): -16370174 or 144902. OLE color: 144902.

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

Color convert

RGB6542-
CMYK0.8900.960.79
HSL115.38º92.86%10.98%-
HSV(B)115.38º96.3%21.18%-
XYZ1.412.680.5-
YUV33.72110.1108.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.68%
GREEN value IS 54 (21.48% from 255) = 87.10%
BLUE value IS 2 (1.17% from 255) = 3.23%
R=9.68%
G=87.10%
B=3.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal65420.8900.960.79115.3892.8610.98
Hex6362590604F735db
Octal6662131014011716313513
Binary110110110101011001011000001001111111001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063602; }

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

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

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

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

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

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

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

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