#3C9B66

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

Shades of Eucalyptus #3C9B66

Tints of Eucalyptus #3C9B66

Color information

#3C9B66 (or 0x3C9B66) is unknown color: approx Eucalyptus. HEX triplet: 3C, 9B and 66. RGB value is (60,155,102). Sum of RGB (Red+Green+Blue) = 60+155+102=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 155 (60.94% from 255 or 48.90% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 155 - color contains mainly: green. Hex color #3C9B66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9B66 is #C36499. Grayscale: #787878. Windows color (decimal): -12805274 or 6724412. OLE color: 6724412.

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

Color convert

RGB60155102-
CMYK0.6100.340.39
HSL146.53º44.19%42.16%-
HSV(B)146.53º61.29%60.78%-
XYZ15.9825.3616.62-
YUV120.55117.5384.81-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.93%
GREEN value IS 155 (60.94% from 255) = 48.90%
BLUE value IS 102 (40.23% from 255) = 32.18%
R=18.93%
G=48.90%
B=32.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal601551020.6100.340.39146.5344.1942.16
Hex3C9B663D02227932c2a
Octal7423314675042472235452
Binary111100100110111100110111101010001010011110010011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,155,102); }

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

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

 a { background-color: rgb(60,155,102); }

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

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

 span { border-color: rgb(60,155,102); }

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