#3C9365

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

Shades of Eucalyptus #3C9365

Tints of Eucalyptus #3C9365

Color information

#3C9365 (or 0x3C9365) is unknown color: approx Eucalyptus. HEX triplet: 3C, 93 and 65. RGB value is (60,147,101). Sum of RGB (Red+Green+Blue) = 60+147+101=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #3C9365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9365 is #C36C9A. Grayscale: #737373. Windows color (decimal): -12807323 or 6656828. OLE color: 6656828.

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

Color convert

RGB60147101-
CMYK0.5900.310.42
HSL148.28º42.03%40.59%-
HSV(B)148.28º59.18%57.65%-
XYZ14.6522.7715.93-
YUV115.74119.6888.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.48%
GREEN value IS 147 (57.81% from 255) = 47.73%
BLUE value IS 101 (39.84% from 255) = 32.79%
R=19.48%
G=47.73%
B=32.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal601471010.5900.310.42148.2842.0340.59
Hex3C93653B01F2A942a29
Octal7422314573037522245251
Binary11110010010011110010111101101111110101010010100101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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