#3C9C6C

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

Shades of Eucalyptus #3C9C6C

Tints of Eucalyptus #3C9C6C

Color information

#3C9C6C (or 0x3C9C6C) is unknown color: approx Eucalyptus. HEX triplet: 3C, 9C and 6C. RGB value is (60,156,108). Sum of RGB (Red+Green+Blue) = 60+156+108=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 156 - color contains mainly: green. Hex color #3C9C6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9C6C is #C36393. Grayscale: #797979. Windows color (decimal): -12805012 or 7117884. OLE color: 7117884.

HSL color Cylindrical-coordinate representation of color #3C9C6C: 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.62%. Process color model (Four color, CMYK) of #3C9C6C is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB60156108-
CMYK0.6200.310.39
HSL150º44.44%42.35%-
HSV(B)150º61.54%61.18%-
XYZ16.4625.8218.3-
YUV121.82120.283.9-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.52%
GREEN value IS 156 (61.33% from 255) = 48.15%
BLUE value IS 108 (42.58% from 255) = 33.33%
R=18.52%
G=48.15%
B=33.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal601561080.6200.310.3915044.4442.35
Hex3C9C6C3E01F27962c2a
Octal7423415476037472265452
Binary11110010011100110110011111001111110011110010110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,156,108); }

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

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

 a { background-color: rgb(60,156,108); }

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

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

 span { border-color: rgb(60,156,108); }

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