#3F9066

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

Shades of Eucalyptus #3F9066

Tints of Eucalyptus #3F9066

Color information

#3F9066 (or 0x3F9066) is unknown color: approx Eucalyptus. HEX triplet: 3F, 90 and 66. RGB value is (63,144,102). Sum of RGB (Red+Green+Blue) = 63+144+102=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #3F9066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9066 is #C06F99. Grayscale: #737373. Windows color (decimal): -12611482 or 6721599. OLE color: 6721599.

HSL color Cylindrical-coordinate representation of color #3F9066: hue angle of 148.89º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F9066 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB63144102-
CMYK0.5600.290.44
HSL148.89º39.13%40.59%-
HSV(B)148.89º56.25%56.47%-
XYZ14.4221.9616.05-
YUV114.99120.6690.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.39%
GREEN value IS 144 (56.64% from 255) = 46.60%
BLUE value IS 102 (40.23% from 255) = 33.01%
R=20.39%
G=46.60%
B=33.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal631441020.5600.290.44148.8939.1340.59
Hex3F90663801D2C952729
Octal7722014670035542254751
Binary11111110010000110011011100001110110110010010101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,144,102); }

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

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

 a { background-color: rgb(63,144,102); }

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

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

 span { border-color: rgb(63,144,102); }

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