#3F996C

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

Shades of Eucalyptus #3F996C

Tints of Eucalyptus #3F996C

Color information

#3F996C (or 0x3F996C) is unknown color: approx Eucalyptus. HEX triplet: 3F, 99 and 6C. RGB value is (63,153,108). Sum of RGB (Red+Green+Blue) = 63+153+108=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #3F996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F996C is #C06693. Grayscale: #797979. Windows color (decimal): -12609172 or 7117119. OLE color: 7117119.

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

Color convert

RGB63153108-
CMYK0.5900.290.4
HSL150º41.67%42.35%-
HSV(B)150º58.82%60%-
XYZ16.1524.9218.15-
YUV120.96120.6886.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.44%
GREEN value IS 153 (60.16% from 255) = 47.22%
BLUE value IS 108 (42.58% from 255) = 33.33%
R=19.44%
G=47.22%
B=33.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal631531080.5900.290.415041.6742.35
Hex3F996C3B01D28962a2a
Octal7723115473035502265252
Binary11111110011001110110011101101110110100010010110101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,153,108); }

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

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

 a { background-color: rgb(63,153,108); }

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

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

 span { border-color: rgb(63,153,108); }

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