#3F976B

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

Shades of Eucalyptus #3F976B

Tints of Eucalyptus #3F976B

Color information

#3F976B (or 0x3F976B) is unknown color: approx Eucalyptus. HEX triplet: 3F, 97 and 6B. RGB value is (63,151,107). Sum of RGB (Red+Green+Blue) = 63+151+107=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 151 - color contains mainly: green. Hex color #3F976B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F976B is #C06894. Grayscale: #777777. Windows color (decimal): -12609685 or 7051071. OLE color: 7051071.

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

Color convert

RGB63151107-
CMYK0.5800.290.41
HSL150º41.12%41.96%-
HSV(B)150º58.28%59.22%-
XYZ15.7724.2517.76-
YUV119.67120.8587.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.63%
GREEN value IS 151 (59.38% from 255) = 47.04%
BLUE value IS 107 (42.19% from 255) = 33.33%
R=19.63%
G=47.04%
B=33.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal631511070.5800.290.4115041.1241.96
Hex3F976B3A01D2996292a
Octal7722715372035512265152
Binary11111110010111110101111101001110110100110010110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F976B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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