#3F9B6D

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

Shades of Eucalyptus #3F9B6D

Tints of Eucalyptus #3F9B6D

Color information

#3F9B6D (or 0x3F9B6D) is unknown color: approx Eucalyptus. HEX triplet: 3F, 9B and 6D. RGB value is (63,155,109). Sum of RGB (Red+Green+Blue) = 63+155+109=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 155 - color contains mainly: green. Hex color #3F9B6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9B6D is #C06492. Grayscale: #7A7A7A. Windows color (decimal): -12608659 or 7183167. OLE color: 7183167.

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

Color convert

RGB63155109-
CMYK0.5900.300.39
HSL150º42.2%42.75%-
HSV(B)150º59.35%60.78%-
XYZ16.5325.618.54-
YUV122.25120.5285.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.27%
GREEN value IS 155 (60.94% from 255) = 47.40%
BLUE value IS 109 (42.97% from 255) = 33.33%
R=19.27%
G=47.40%
B=33.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal631551090.5900.300.3915042.242.75
Hex3F9B6D3B01E27962a2b
Octal7723315573036472265253
Binary11111110011011110110111101101111010011110010110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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