#3F9666

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

Shades of Eucalyptus #3F9666

Tints of Eucalyptus #3F9666

Color information

#3F9666 (or 0x3F9666) is unknown color: approx Eucalyptus. HEX triplet: 3F, 96 and 66. RGB value is (63,150,102). Sum of RGB (Red+Green+Blue) = 63+150+102=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 150 - color contains mainly: green. Hex color #3F9666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9666 is #C06999. Grayscale: #767676. Windows color (decimal): -12609946 or 6723135. OLE color: 6723135.

HSL color Cylindrical-coordinate representation of color #3F9666: hue angle of 146.9º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F9666 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB63150102-
CMYK0.5800.320.41
HSL146.9º40.85%41.76%-
HSV(B)146.9º58%58.82%-
XYZ15.3523.8316.36-
YUV118.52118.6888.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20%
GREEN value IS 150 (58.98% from 255) = 47.62%
BLUE value IS 102 (40.23% from 255) = 32.38%
R=20%
G=47.62%
B=32.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal631501020.5800.320.41146.940.8541.76
Hex3F96663A0202993292a
Octal7722614672040512235152
Binary111111100101101100110111010010000010100110010011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F9666; }

 p { color: rgb(63,150,102); }

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

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

 a { background-color: rgb(63,150,102); }

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

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

 span { border-color: rgb(63,150,102); }

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