#3F9265

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

Shades of Eucalyptus #3F9265

Tints of Eucalyptus #3F9265

Color information

#3F9265 (or 0x3F9265) is unknown color: approx Eucalyptus. HEX triplet: 3F, 92 and 65. RGB value is (63,146,101). Sum of RGB (Red+Green+Blue) = 63+146+101=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #3F9265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9265 is #C06D9A. Grayscale: #747474. Windows color (decimal): -12610971 or 6656575. OLE color: 6656575.

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

Color convert

RGB63146101-
CMYK0.5700.310.43
HSL147.47º39.71%40.98%-
HSV(B)147.47º56.85%57.25%-
XYZ14.6822.5515.89-
YUV116.05119.590.16-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.32%
GREEN value IS 146 (57.42% from 255) = 47.10%
BLUE value IS 101 (39.84% from 255) = 32.58%
R=20.32%
G=47.10%
B=32.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal631461010.5700.310.43147.4739.7140.98
Hex3F92653901F2B932829
Octal7722214571037532235051
Binary11111110010010110010111100101111110101110010011101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,146,101); }

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

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

 a { background-color: rgb(63,146,101); }

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

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

 span { border-color: rgb(63,146,101); }

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