#3D9664

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

Shades of Eucalyptus #3D9664

Tints of Eucalyptus #3D9664

Color information

#3D9664 (or 0x3D9664) is unknown color: approx Eucalyptus. HEX triplet: 3D, 96 and 64. RGB value is (61,150,100). Sum of RGB (Red+Green+Blue) = 61+150+100=311 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.61% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 150 - color contains mainly: green. Hex color #3D9664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9664 is #C2699B. Grayscale: #757575. Windows color (decimal): -12741020 or 6592061. OLE color: 6592061.

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

Color convert

RGB61150100-
CMYK0.5900.330.41
HSL146.29º42.18%41.37%-
HSV(B)146.29º59.33%58.82%-
XYZ15.1323.7215.84-
YUV117.69118.0187.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.61%
GREEN value IS 150 (58.98% from 255) = 48.23%
BLUE value IS 100 (39.45% from 255) = 32.15%
R=19.61%
G=48.23%
B=32.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal611501000.5900.330.41146.2942.1841.37
Hex3D96643B02129922a29
Octal7522614473041512225251
Binary111101100101101100100111011010000110100110010010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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