#3D9B6D

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

Shades of Eucalyptus #3D9B6D

Tints of Eucalyptus #3D9B6D

Color information

#3D9B6D (or 0x3D9B6D) is unknown color: approx Eucalyptus. HEX triplet: 3D, 9B and 6D. RGB value is (61,155,109). Sum of RGB (Red+Green+Blue) = 61+155+109=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 155 (60.94% from 255 or 47.69% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 155 - color contains mainly: green. Hex color #3D9B6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9B6D is #C26492. Grayscale: #797979. Windows color (decimal): -12739731 or 7183165. OLE color: 7183165.

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

Color convert

RGB61155109-
CMYK0.6100.300.39
HSL150.64º43.52%42.35%-
HSV(B)150.64º60.65%60.78%-
XYZ16.4125.5418.53-
YUV121.65120.8684.74-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.77%
GREEN value IS 155 (60.94% from 255) = 47.69%
BLUE value IS 109 (42.97% from 255) = 33.54%
R=18.77%
G=47.69%
B=33.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal611551090.6100.300.39150.6443.5242.35
Hex3D9B6D3D01E27972c2a
Octal7523315575036472275452
Binary11110110011011110110111110101111010011110010111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,155,109); }

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

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

 a { background-color: rgb(61,155,109); }

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

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

 span { border-color: rgb(61,155,109); }

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