#3D8963

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

Shades of Eucalyptus #3D8963

Tints of Eucalyptus #3D8963

Color information

#3D8963 (or 0x3D8963) is unknown color: approx Eucalyptus. HEX triplet: 3D, 89 and 63. RGB value is (61,137,99). Sum of RGB (Red+Green+Blue) = 61+137+99=297 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.54% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #3D8963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8963 is #C2769C. Grayscale: #6E6E6E. Windows color (decimal): -12744349 or 6523197. OLE color: 6523197.

HSL color Cylindrical-coordinate representation of color #3D8963: hue angle of 150º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D8963 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB6113799-
CMYK0.5500.280.46
HSL150º38.38%38.82%-
HSV(B)150º55.47%53.73%-
XYZ13.1219.7814.93-
YUV109.94121.8293.09-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.54%
GREEN value IS 137 (53.91% from 255) = 46.13%
BLUE value IS 99 (39.06% from 255) = 33.33%
R=20.54%
G=46.13%
B=33.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61137990.5500.280.4615038.3838.82
Hex3D89633701C2E962627
Octal7521114367034562264647
Binary11110110001001110001111011101110010111010010110100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,137,99); }

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

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

 a { background-color: rgb(61,137,99); }

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

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

 span { border-color: rgb(61,137,99); }

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