#3ca546

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

Shades of Fruit Salad #3CA546

Tints of Fruit Salad #3CA546

Color information

#3CA546 (or 0x3CA546) is unknown color: approx Fruit Salad. HEX triplet: 3C, A5 and 46. RGB value is (60,165,70). Sum of RGB (Red+Green+Blue) = 60+165+70=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 165 (64.84% from 255 or 55.93% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 165 - color contains mainly: green. Hex color #3CA546 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA546 is #C35AB9. Grayscale: #7B7B7B. Windows color (decimal): -12802746 or 4629820. OLE color: 4629820.

HSL color Cylindrical-coordinate representation of color #3CA546: hue angle of 125.71º 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 #3CA546 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB6016570-
CMYK0.6400.580.35
HSL125.71º46.67%44.12%-
HSV(B)125.71º63.64%64.71%-
XYZ16.4228.3110.39-
YUV122.7898.2183.22-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.34%
GREEN value IS 165 (64.84% from 255) = 55.93%
BLUE value IS 70 (27.73% from 255) = 23.73%
R=20.34%
G=55.93%
B=23.73%

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
Decimal60165700.6400.580.35125.7146.6744.12
Hex3CA5464003A237e2f2c
Octal74245106100072431765754
Binary111100101001011000110100000001110101000111111110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ca546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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