#3F9B64

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

Shades of Eucalyptus #3F9B64

Tints of Eucalyptus #3F9B64

Color information

#3F9B64 (or 0x3F9B64) is unknown color: approx Eucalyptus. HEX triplet: 3F, 9B and 64. RGB value is (63,155,100). Sum of RGB (Red+Green+Blue) = 63+155+100=318 (42% of max value = 765). Red value is 63 (25% from 255 or 19.81% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 155 - color contains mainly: green. Hex color #3F9B64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9B64 is #C0649B. Grayscale: #797979. Windows color (decimal): -12608668 or 6593343. OLE color: 6593343.

HSL color Cylindrical-coordinate representation of color #3F9B64: hue angle of 144.13º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F9B64 is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB63155100-
CMYK0.5900.350.39
HSL144.13º42.2%42.75%-
HSV(B)144.13º59.35%60.78%-
XYZ16.0725.4216.12-
YUV121.22116.0286.47-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.81%
GREEN value IS 155 (60.94% from 255) = 48.74%
BLUE value IS 100 (39.45% from 255) = 31.45%
R=19.81%
G=48.74%
B=31.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal631551000.5900.350.39144.1342.242.75
Hex3F9B643B02327902a2b
Octal7723314473043472205253
Binary111111100110111100100111011010001110011110010000101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,155,100); }

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

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

 a { background-color: rgb(63,155,100); }

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

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

 span { border-color: rgb(63,155,100); }

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