#3C9265

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

Shades of Eucalyptus #3C9265

Tints of Eucalyptus #3C9265

Color information

#3C9265 (or 0x3C9265) is unknown color: approx Eucalyptus. HEX triplet: 3C, 92 and 65. RGB value is (60,146,101). Sum of RGB (Red+Green+Blue) = 60+146+101=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #3C9265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9265 is #C36D9A. Grayscale: #737373. Windows color (decimal): -12807579 or 6656572. OLE color: 6656572.

HSL color Cylindrical-coordinate representation of color #3C9265: hue angle of 148.6º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C9265 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB60146101-
CMYK0.5900.310.43
HSL148.6º41.75%40.39%-
HSV(B)148.6º58.9%57.25%-
XYZ14.4922.4615.88-
YUV115.16120.0188.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.54%
GREEN value IS 146 (57.42% from 255) = 47.56%
BLUE value IS 101 (39.84% from 255) = 32.90%
R=19.54%
G=47.56%
B=32.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal601461010.5900.310.43148.641.7540.39
Hex3C92653B01F2B952a28
Octal7422214573037532255250
Binary11110010010010110010111101101111110101110010101101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,146,101); }

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

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

 a { background-color: rgb(60,146,101); }

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

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

 span { border-color: rgb(60,146,101); }

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