#3F976A

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

Shades of Eucalyptus #3F976A

Tints of Eucalyptus #3F976A

Color information

#3F976A (or 0x3F976A) is unknown color: approx Eucalyptus. HEX triplet: 3F, 97 and 6A. RGB value is (63,151,106). Sum of RGB (Red+Green+Blue) = 63+151+106=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 151 (59.38% from 255 or 47.19% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 151 - color contains mainly: green. Hex color #3F976A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F976A is #C06895. Grayscale: #777777. Windows color (decimal): -12609686 or 6985535. OLE color: 6985535.

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

Color convert

RGB63151106-
CMYK0.5800.300.41
HSL149.32º41.12%41.96%-
HSV(B)149.32º58.28%59.22%-
XYZ15.7224.2317.48-
YUV119.56120.3587.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.69%
GREEN value IS 151 (59.38% from 255) = 47.19%
BLUE value IS 106 (41.80% from 255) = 33.12%
R=19.69%
G=47.19%
B=33.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal631511060.5800.300.41149.3241.1241.96
Hex3F976A3A01E2995292a
Octal7722715272036512255152
Binary11111110010111110101011101001111010100110010101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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