#3B9C66

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

Shades of Eucalyptus #3B9C66

Tints of Eucalyptus #3B9C66

Color information

#3B9C66 (or 0x3B9C66) is unknown color: approx Eucalyptus. HEX triplet: 3B, 9C and 66. RGB value is (59,156,102). Sum of RGB (Red+Green+Blue) = 59+156+102=317 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.61% from 317); Green value is 156 (61.33% from 255 or 49.21% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 156 - color contains mainly: green. Hex color #3B9C66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9C66 is #C46399. Grayscale: #787878. Windows color (decimal): -12870554 or 6724667. OLE color: 6724667.

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

Color convert

RGB59156102-
CMYK0.6200.350.39
HSL146.6º45.12%42.16%-
HSV(B)146.6º62.18%61.18%-
XYZ16.0925.6716.68-
YUV120.84117.3683.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.61%
GREEN value IS 156 (61.33% from 255) = 49.21%
BLUE value IS 102 (40.23% from 255) = 32.18%
R=18.61%
G=49.21%
B=32.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal591561020.6200.350.39146.645.1242.16
Hex3B9C663E02327932d2a
Octal7323414676043472235552
Binary111011100111001100110111110010001110011110010011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,156,102); }

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

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

 a { background-color: rgb(59,156,102); }

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

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

 span { border-color: rgb(59,156,102); }

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