#3D9061

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

Shades of Eucalyptus #3D9061

Tints of Eucalyptus #3D9061

Color information

#3D9061 (or 0x3D9061) is unknown color: approx Eucalyptus. HEX triplet: 3D, 90 and 61. RGB value is (61,144,97). Sum of RGB (Red+Green+Blue) = 61+144+97=302 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.20% from 302); Green value is 144 (56.64% from 255 or 47.68% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 144 - color contains mainly: green. Hex color #3D9061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9061 is #C26F9E. Grayscale: #717171. Windows color (decimal): -12742559 or 6393917. OLE color: 6393917.

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

Color convert

RGB6114497-
CMYK0.5800.330.44
HSL146.02º40.49%40.2%-
HSV(B)146.02º57.64%56.47%-
XYZ14.0621.814.78-
YUV113.82118.590.32-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.20%
GREEN value IS 144 (56.64% from 255) = 47.68%
BLUE value IS 97 (38.28% from 255) = 32.12%
R=20.20%
G=47.68%
B=32.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal61144970.5800.330.44146.0240.4940.2
Hex3D90613A0212C922828
Octal7522014172041542225050
Binary111101100100001100001111010010000110110010010010101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,144,97); }

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

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

 a { background-color: rgb(61,144,97); }

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

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

 span { border-color: rgb(61,144,97); }

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