#3C9964

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

Shades of Eucalyptus #3C9964

Tints of Eucalyptus #3C9964

Color information

#3C9964 (or 0x3C9964) is unknown color: approx Eucalyptus. HEX triplet: 3C, 99 and 64. RGB value is (60,153,100). Sum of RGB (Red+Green+Blue) = 60+153+100=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 100 (39.45% from 255 or 31.95% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #3C9964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9964 is #C3669B. Grayscale: #777777. Windows color (decimal): -12805788 or 6592828. OLE color: 6592828.

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

Color convert

RGB60153100-
CMYK0.6100.350.4
HSL145.81º43.66%41.76%-
HSV(B)145.81º60.78%60%-
XYZ15.5524.6616-
YUV119.15117.1985.81-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.17%
GREEN value IS 153 (60.16% from 255) = 48.88%
BLUE value IS 100 (39.45% from 255) = 31.95%
R=19.17%
G=48.88%
B=31.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal601531000.6100.350.4145.8143.6641.76
Hex3C99643D02328922c2a
Octal7423114475043502225452
Binary111100100110011100100111101010001110100010010010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,153,100); }

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

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

 a { background-color: rgb(60,153,100); }

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

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

 span { border-color: rgb(60,153,100); }

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