#3B965F

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

Shades of Eucalyptus #3B965F

Tints of Eucalyptus #3B965F

Color information

#3B965F (or 0x3B965F) is unknown color: approx Eucalyptus. HEX triplet: 3B, 96 and 5F. RGB value is (59,150,95). Sum of RGB (Red+Green+Blue) = 59+150+95=304 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.41% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #3B965F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B965F is #C469A0. Grayscale: #747474. Windows color (decimal): -12872097 or 6264379. OLE color: 6264379.

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

Color convert

RGB5915095-
CMYK0.6100.370.41
HSL143.74º43.54%40.98%-
HSV(B)143.74º60.67%58.82%-
XYZ14.7823.5714.6-
YUV116.52115.8586.97-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.41%
GREEN value IS 150 (58.98% from 255) = 49.34%
BLUE value IS 95 (37.5% from 255) = 31.25%
R=19.41%
G=49.34%
B=31.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal59150950.6100.370.41143.7443.5440.98
Hex3B965F3D02529902c29
Octal7322613775045512205451
Binary111011100101101011111111101010010110100110010000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,150,95); }

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

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

 a { background-color: rgb(59,150,95); }

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

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

 span { border-color: rgb(59,150,95); }

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