#3F936A

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

Shades of Eucalyptus #3F936A

Tints of Eucalyptus #3F936A

Color information

#3F936A (or 0x3F936A) is unknown color: approx Eucalyptus. HEX triplet: 3F, 93 and 6A. RGB value is (63,147,106). Sum of RGB (Red+Green+Blue) = 63+147+106=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 147 - color contains mainly: green. Hex color #3F936A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F936A is #C06C95. Grayscale: #757575. Windows color (decimal): -12610710 or 6984511. OLE color: 6984511.

HSL color Cylindrical-coordinate representation of color #3F936A: hue angle of 150.71º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F936A is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB63147106-
CMYK0.5700.280.42
HSL150.71º40%41.18%-
HSV(B)150.71º57.14%57.65%-
XYZ15.0922.9617.27-
YUV117.21121.6789.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.94%
GREEN value IS 147 (57.81% from 255) = 46.52%
BLUE value IS 106 (41.80% from 255) = 33.54%
R=19.94%
G=46.52%
B=33.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal631471060.5700.280.42150.714041.18
Hex3F936A3901C2A972829
Octal7722315271034522275051
Binary11111110010011110101011100101110010101010010111101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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