#3D9B6C

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

Shades of Eucalyptus #3D9B6C

Tints of Eucalyptus #3D9B6C

Color information

#3D9B6C (or 0x3D9B6C) is unknown color: approx Eucalyptus. HEX triplet: 3D, 9B and 6C. RGB value is (61,155,108). Sum of RGB (Red+Green+Blue) = 61+155+108=324 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.83% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #3D9B6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9B6C is #C26493. Grayscale: #797979. Windows color (decimal): -12739732 or 7117629. OLE color: 7117629.

HSL color Cylindrical-coordinate representation of color #3D9B6C: hue angle of 150º 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 #3D9B6C is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB61155108-
CMYK0.6100.300.39
HSL150º43.52%42.35%-
HSV(B)150º60.65%60.78%-
XYZ16.3525.5218.25-
YUV121.54120.3684.82-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.83%
GREEN value IS 155 (60.94% from 255) = 47.84%
BLUE value IS 108 (42.58% from 255) = 33.33%
R=18.83%
G=47.84%
B=33.33%

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
Decimal611551080.6100.300.3915043.5242.35
Hex3D9B6C3D01E27962c2a
Octal7523315475036472265452
Binary11110110011011110110011110101111010011110010110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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