#3D965E

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

Shades of Eucalyptus #3D965E

Tints of Eucalyptus #3D965E

Color information

#3D965E (or 0x3D965E) is unknown color: approx Eucalyptus. HEX triplet: 3D, 96 and 5E. RGB value is (61,150,94). Sum of RGB (Red+Green+Blue) = 61+150+94=305 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20% from 305); Green value is 150 (58.98% from 255 or 49.18% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 150 - color contains mainly: green. Hex color #3D965E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D965E is #C269A1. Grayscale: #757575. Windows color (decimal): -12741026 or 6198845. OLE color: 6198845.

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

Color convert

RGB6115094-
CMYK0.5900.370.41
HSL142.25º42.18%41.37%-
HSV(B)142.25º59.33%58.82%-
XYZ14.8523.6114.36-
YUV117115.0188.05-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20%
GREEN value IS 150 (58.98% from 255) = 49.18%
BLUE value IS 94 (37.11% from 255) = 30.82%
R=20%
G=49.18%
B=30.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61150940.5900.370.41142.2542.1841.37
Hex3D965E3B025298e2a29
Octal7522613673045512165251
Binary111101100101101011110111011010010110100110001110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D965E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,150,94); }

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

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

 a { background-color: rgb(61,150,94); }

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

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

 span { border-color: rgb(61,150,94); }

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