#3F9765

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

Shades of Eucalyptus #3F9765

Tints of Eucalyptus #3F9765

Color information

#3F9765 (or 0x3F9765) is unknown color: approx Eucalyptus. HEX triplet: 3F, 97 and 65. RGB value is (63,151,101). Sum of RGB (Red+Green+Blue) = 63+151+101=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 151 (59.38% from 255 or 47.94% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 151 - color contains mainly: green. Hex color #3F9765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9765 is #C0689A. Grayscale: #777777. Windows color (decimal): -12609691 or 6657855. OLE color: 6657855.

HSL color Cylindrical-coordinate representation of color #3F9765: hue angle of 145.91º 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 #3F9765 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB63151101-
CMYK0.5800.330.41
HSL145.91º41.12%41.96%-
HSV(B)145.91º58.28%59.22%-
XYZ15.4724.1316.15-
YUV118.99117.8588.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20%
GREEN value IS 151 (59.38% from 255) = 47.94%
BLUE value IS 101 (39.84% from 255) = 32.06%
R=20%
G=47.94%
B=32.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal631511010.5800.330.41145.9141.1241.96
Hex3F97653A0212992292a
Octal7722714572041512225152
Binary111111100101111100101111010010000110100110010010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,151,101); }

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

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

 a { background-color: rgb(63,151,101); }

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

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

 span { border-color: rgb(63,151,101); }

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