#3CA646

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

Shades of Fruit Salad #3CA646

Tints of Fruit Salad #3CA646

Color information

#3CA646 (or 0x3CA646) is unknown color: approx Fruit Salad. HEX triplet: 3C, A6 and 46. RGB value is (60,166,70). Sum of RGB (Red+Green+Blue) = 60+166+70=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 166 (65.23% from 255 or 56.08% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 166 - color contains mainly: green. Hex color #3CA646 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA646 is #C359B9. Grayscale: #7B7B7B. Windows color (decimal): -12802490 or 4630076. OLE color: 4630076.

HSL color Cylindrical-coordinate representation of color #3CA646: hue angle of 125.66º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA646 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB6016670-
CMYK0.6400.580.35
HSL125.66º46.9%44.31%-
HSV(B)125.66º63.86%65.1%-
XYZ16.6128.6810.45-
YUV123.3697.8882.81-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.27%
GREEN value IS 166 (65.23% from 255) = 56.08%
BLUE value IS 70 (27.73% from 255) = 23.65%
R=20.27%
G=56.08%
B=23.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal60166700.6400.580.35125.6646.944.31
Hex3CA6464003A237e2f2c
Octal74246106100072431765754
Binary111100101001101000110100000001110101000111111110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,166,70); }

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

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

 a { background-color: rgb(60,166,70); }

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

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

 span { border-color: rgb(60,166,70); }

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